OSDN Git Service

Implemented fstrim(8)
authorJean-Pierre André <jpandre@users.sourceforge.net>
Thu, 31 Jul 2014 12:03:11 +0000 (14:03 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Thu, 31 Jul 2014 12:03:11 +0000 (14:03 +0200)
commitf4e3f126df0a577903ec043dbcbe38e2863ce3d6
treecb7f905e546d4b9046cde9fe2c51bcfe349337b0
parentae9aeebbbf1523f3e37221b1172cf05775ef8ec9
Implemented fstrim(8)

fstrim(8) discards unused blocks on a mounted filesystem. It is useful for
solid-state drives (SSDs) and thinly-provisioned storage.
Only trimming the full device (with no option) is supported.

Contributed by Richard W.M. Jones
configure.ac
include/ntfs-3g/ioctl.h [new file with mode: 0644]
include/ntfs-3g/volume.h
libntfs-3g/Makefile.am
libntfs-3g/ioctl.c [new file with mode: 0644]
src/lowntfs-3g.c
src/ntfs-3g.c