1. b9d1e2e exfat: add Kconfig and Makefile by Namjae Jeon · 4 years, 10 months ago
  2. 380a129 Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years, 11 months ago
  3. 5586c3c Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 11 months ago
  4. 0fd1695 fs: Add VirtualBox guest shared folder (vboxsf) support by Hans de Goede · 5 years ago
  5. 8dcc1a9 fs: New zonefs file system by Damien Le Moal · 5 years ago
  6. 2af563d compat_ioctl: move sys_compat_ioctl() to ioctl.c by Arnd Bergmann · 6 years ago
  7. 771b53d0 io-wq: small threadpool implementation for io_uring by Jens Axboe · 5 years ago
  8. f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  9. 47e4937 erofs: move erofs out of staging by Gao Xiang · 5 years ago
  10. 671e67b fs-verity: add Kconfig and the helper functions for hashing by Eric Biggers · 5 years ago
  11. cb7181f iomap: move the main iteration code into a separate file by Darrick J. Wong · 5 years ago
  12. 1c23020 iomap: start moving code to fs/iomap/ by Darrick J. Wong · 5 years ago
  13. 5abe379 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  14. 955405d unicode: introduce UTF-8 character database by Gabriel Krisman Bertazi · 6 years ago
  15. 24dcb3d vfs: syscall: Add fsopen() to prepare for superblock creation by David Howells · 6 years ago
  16. dadd229 Make anon_inodes unconditional by David Howells · 6 years ago
  17. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  18. 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  19. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  20. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
  21. 31d921c vfs: Add configuration parser helpers by David Howells · 6 years ago
  22. 80f2121 scsi: fs: remove exofs by Christoph Hellwig · 6 years ago
  23. 9bc61ab vfs: Introduce fs_context, switch vfs_kern_mount() to it. by David Howells · 6 years ago
  24. bbe7449e fs: common implementation of file type by Phillip Potter · 6 years ago
  25. a2225d9 autofs: remove left-over autofs4 stubs by Linus Torvalds · 7 years ago
  26. 2a3ae0a autofs: create autofs Kconfig and Makefile by Ian Kent · 7 years ago
  27. 7a5cf79 split d_path() and friends into a separate file by Al Viro · 7 years ago
  28. 1bb8155 ncpfs: move net/ncpfs to drivers/staging/ncpfs by Stephen Hemminger · 7 years ago
  29. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  30. 1d0fd57 logfs: remove from tree by Christoph Hellwig · 8 years ago
  31. ae259a9 fs: introduce iomap infrastructure by Christoph Hellwig · 9 years ago
  32. 698f415 Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 9 years ago
  33. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 10 years ago
  34. a52079d Orangefs: Merge tag 'v4.4-rc1' into for-next by Mike Marshall · 9 years ago
  35. 9172796 ext4: promote ext4 over ext2 in the default probe order by Darrick J. Wong · 9 years ago
  36. 07f0196 Orangefs: kernel client part 7 by Mike Marshall · 9 years ago
  37. a14c151 userfaultfd: buildsystem activation by Andrea Arcangeli · 9 years ago
  38. c290ea0 fs: Remove ext3 filesystem driver by Jan Kara · 10 years ago
  39. f74a14e um: Remove hppfs by Richard Weinberger · 10 years ago
  40. 3f3c73de Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  41. 9cd7737 Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  42. 35e88d5 fs/binfmt_som: Drop kernel support for HP-UX SOM binaries by Helge Deller · 10 years ago
  43. 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX by Matthew Wilcox · 10 years ago
  44. d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 10 years ago
  45. 4282d60 tracefs: Add new tracefs file system by Steven Rostedt (Red Hat) · 10 years ago
  46. 707c596 Merge branch 'nsfs' into for-next by Al Viro · 10 years ago
  47. e149ed2 take the targets of /proc/*/ns/* symlinks to separate fs by Al Viro · 10 years ago
  48. ef94b18 ovl: rename filesystem type to "overlay" by Miklos Szeredi · 10 years ago
  49. e9be9d5 overlay filesystem by Miklos Szeredi · 10 years ago
  50. efb170c take fs_pin stuff to fs/* by Al Viro · 10 years ago
  51. 2667bcb block: move ioprio.c from fs/ to block/ by Jens Axboe · 11 years ago
  52. f9c78b2 block: move bio.c and bio-integrity.c from fs/ to block/ by Jens Axboe · 11 years ago
  53. ba341d5 kernfs: add CONFIG_KERNFS by Tejun Heo · 11 years ago
  54. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  55. feda821 fs: remove generic_acl by Christoph Hellwig · 11 years ago
  56. 5c8ebd5 fs: merge xattr_acl.c into posix_acl.c by Christoph Hellwig · 11 years ago
  57. b8441ed sysfs, kernfs: add skeletons for kernfs by Tejun Heo · 11 years ago
  58. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  59. b9394d8 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  60. 2535e0d fs: make binfmt support for #! scripts modular and removable by Josh Triplett · 12 years ago
  61. 146732c fs: don't compile in drop_caches.c when CONFIG_SYSCTL=n by Josh Triplett · 12 years ago
  62. d68772b efivarfs: Move to fs/efivarfs by Matt Fleming · 12 years ago
  63. f776c73 fold fifo.c into pipe.c by Al Viro · 12 years ago
  64. a14d5393 f2fs: update Kconfig and Makefile by Jaegeuk Kim · 12 years ago
  65. 046d662 coredump: make core dump functionality optional by Alex Kelly · 12 years ago
  66. 10c28d9 coredump: move core dump functionality into its own file by Alex Kelly · 12 years ago
  67. 5d026c7 fs: initial qnx6fs addition by Kai Bankett · 13 years ago
  68. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 13 years ago
  69. 0226f49 vfs: take /proc/*/mounts and friends to fs/proc_namespace.c by Al Viro · 13 years ago
  70. 9be96f3 move fs/partitions to block/ by Al Viro · 13 years ago
  71. 60325f0 fs/Makefile: Stupid typo breakage of exofs inclusion by Boaz Harrosh · 13 years ago
  72. 3e33567 fs/Makefile: Always inspect exofs/ by Boaz Harrosh · 13 years ago
  73. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 14 years ago
  74. 242e5d0 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 14 years ago
  75. 990d6c2 vfs: Add name to file handle conversion support by Aneesh Kumar K.V · 14 years ago
  76. ca01d6d pstore: new filesystem interface to platform persistent storage by Tony Luck · 14 years ago
  77. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  78. 2116b7a smbfs: move to drivers/staging by Arnd Bergmann · 14 years ago
  79. db7bee2 autofs3: move to drivers/staging by Arnd Bergmann · 14 years ago
  80. 1e14056 nfsd: allow deprecated interface to be compiled out. by NeilBrown · 14 years ago
  81. 7ed1ee6 Take statfs variants to fs/statfs.c by Al Viro · 15 years ago
  82. fc7f99c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 15 years ago
  83. 5db53f3 [LogFS] add new flash file system by Joern Engel · 15 years ago
  84. 9030aaf ceph: Kconfig, Makefile by Sage Weil · 15 years ago
  85. 0c4fb87 nilfs2: update makefile and Kconfig by Ryusuke Konishi · 16 years ago
  86. 3cc50ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscache by Linus Torvalds · 16 years ago
  87. 9b59f031 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 16 years ago
  88. 9ae326a CacheFiles: A cache that backs onto a mounted filesystem by David Howells · 16 years ago
  89. 06b3db1 FS-Cache: Add main configuration option, module entry points and debugging by David Howells · 16 years ago
  90. 3e93cd6 Take fs_struct handling to new file (fs/fs_struct.c) by Al Viro · 16 years ago
  91. 0d8fe32 fs: Add exofs to Kernel build by Boaz Harrosh · 16 years ago
  92. 884d179 quota: Move quota files into separate directory by Jan Kara · 16 years ago
  93. d8ae460 ext4: Reorder fs/Makefile so that ext2 root fs's are mounted using ext2 by Theodore Ts'o · 16 years ago
  94. 31aeb6c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 16 years ago
  95. 73d5931 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
  96. 1ccd14b quota: Split off quota tree handling into a separate file by Jan Kara · 16 years ago
  97. fcef6fb Squashfs: Makefiles by Phillip Lougher · 16 years ago
  98. 272eb01 filesystem notification: create fs/notify to contain all fs notification by Eric Paris · 16 years ago
  99. ae20a6a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Chris Mason · 16 years ago
  100. 990e194 fat: move fs/vfat/* and fs/msdos/* to fs/fat by OGAWA Hirofumi · 16 years ago