1. e463593 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 13 years ago
  2. 3129a10 vfs: Add setattr2 for filesystems with per mount permissions by Daniel Rosenberg · 10 years ago
  3. 8eaa22a vfs: Add permission2 for filesystems with per mount permissions by Daniel Rosenberg · 10 years ago
  4. e4154cf fs/super.c: sync ro remount after blocking writers by Andrew Ruder · 12 years ago
  5. 96bbb79 mnt: Add filesystem private data to mount points by Daniel Rosenberg · 10 years ago
  6. 24e153a vfs: Allow filesystems to access their private mount data by Daniel Rosenberg · 10 years ago
  7. f4ed92d mnt: Add filesystem private data to mount points by Daniel Rosenberg · 10 years ago
  8. e23e2d9 Merge remote-tracking branch 'lineage/cm-14.1' into HEAD by William Bellavance · 9 years ago o-8.0
  9. 1cd6c14 BACKPORT: fs: limit filesystem stacking depth by Miklos Szeredi · 12 years ago
  10. 451cd08 sdcardfs: Flag files as non-mappable by fluxi · 10 years ago
  11. 1fe5976 sdcardfs: Flag files as non-mappable by fluxi · 10 years ago
  12. 721cc5b f2fs: sync with upstream by Jaegeuk Kim · 10 years ago
  13. 7d1db3b f2fs: Squashed update of f2fs-stable by Matt Mower · 10 years ago
  14. 0cf0071 Linux 3.4.111 by Ivan Grinko · 10 years ago
  15. abd7a6f Merge tag 'v3.4.111' into cm-13.0 by David Hays · 10 years ago
  16. f074c26 get rid of s_files and files_lock by Al Viro · 13 years ago
  17. 0793d25 vfs: Allow unprivileged manipulation of the mount namespace. by Eric W. Biederman · 14 years ago
  18. f356593 consitify do_mount() arguments by Al Viro · 14 years ago
  19. fe103a1 fs: introduce inode operation ->update_time by Josef Bacik · 14 years ago
  20. b0d3b92 vfs: Allow unprivileged manipulation of the mount namespace. by Eric W. Biederman · 14 years ago
  21. f29c68f consitify do_mount() arguments by Al Viro · 14 years ago
  22. fc300a4 fs: introduce inode operation ->update_time by Josef Bacik · 14 years ago
  23. 536063f ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim by JP Abgrall · 12 years ago
  24. 4d54158 fs: add FUSE_SD support by Flemmard · 13 years ago
  25. 97c0eac fs: add f2fs support by jrior001 · 11 years ago
  26. 715d05f fs: introduce a generic shutdown ioctl by Jaegeuk Kim · 12 years ago
  27. 2a38ada Merge tag 'v3.4.72' into tmp by Ethan Chen · 13 years ago
  28. f22ff9d include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock by Fan Du · 13 years ago
  29. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 14 years ago
  30. 73937f5 block: ioctl support for sanitize in eMMC 4.5 by Maya Erez · 14 years ago
  31. 080399a block: don't mark buffers beyond end of disk as mapped by Jeff Moyer · 14 years ago
  32. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 14 years ago
  33. 20955e8 libfs: add simple_open() by Stephen Boyd · 14 years ago
  34. 66189be CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 14 years ago
  35. a76e99a Merge branch 'Linux 3.0.21' into msm-3.0 by Rohit Vaswani · 14 years ago
  36. 71db34f Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  37. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  38. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  39. 9d547c3 vfs: remove unused superblock helpers by Artem Bityutskiy · 14 years ago
  40. 68ac123 switch touch_atime to struct path by Al Viro · 14 years ago
  41. 9bcb4b7 vfs: turn generic_drop_inode() into static inline by Al Viro · 14 years ago
  42. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 14 years ago
  43. 6a8a13e fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithash by Bernd Schubert · 14 years ago
  44. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 15 years ago
  45. 6b6dc83 vfs: Provide function to get superblock and wait for it to thaw by Jan Kara · 14 years ago
  46. c1aab02 migrate_mode.h is not exported to user mode by Stephen Rothwell · 15 years ago
  47. 6536e31 mm: fix warnings regarding enum migrate_mode by Andrew Morton · 15 years ago
  48. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 15 years ago
  49. 87192a2 vfs: cache request_queue in struct block_device by Andi Kleen · 15 years ago
  50. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 15 years ago
  51. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 15 years ago
  52. 28d82dc epoll: limit paths by Jason Baron · 15 years ago
  53. ef00f59 block: Add BLKROTATIONAL ioctl by Martin K. Petersen · 15 years ago
  54. 8e8b879 vfs: prevent remount read-only if pending removes by Miklos Szeredi · 15 years ago
  55. 7ada4db vfs: count unlinked inodes by Miklos Szeredi · 15 years ago
  56. 4ed5e82 vfs: protect remounting superblock read-only by Miklos Szeredi · 15 years ago
  57. 39f7c4d vfs: keep list of mounts for each superblock by Miklos Szeredi · 15 years ago
  58. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 15 years ago
  59. a6322de vfs: switch ->show_path() to struct dentry * by Al Viro · 15 years ago
  60. d861c63 vfs: switch ->show_devname() to struct dentry * by Al Viro · 15 years ago
  61. 6413237 vfs: switch ->show_stats to struct dentry * by Al Viro · 15 years ago
  62. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 15 years ago
  63. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 15 years ago
  64. 8d334ac switch is_sxid() to umode_t by Al Viro · 15 years ago
  65. 62bb109 switch inode_init_owner() to umode_t by Al Viro · 15 years ago
  66. 1a67aaf switch ->mknod() to umode_t by Al Viro · 15 years ago
  67. 4acdaf2 switch ->create() to umode_t by Al Viro · 15 years ago
  68. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 15 years ago
  69. ff01bb4 fs: move code out of buffer.c by Al Viro · 15 years ago
  70. cf31e70 vfs: new helper - vfs_ustat() by Al Viro · 15 years ago
  71. a516616 vfs: convert fs_supers to hlist by Al Viro · 15 years ago
  72. 58a48c4 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 15 years ago
  73. 88b3f3d vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 15 years ago
  74. 6bc6375 VFS : mount lock scalability for internal mounts by Tim Chen · 15 years ago
  75. 83aeead vmscan: use atomic-long for shrinker batching by Konstantin Khlebnikov · 15 years ago
  76. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 15 years ago
  77. ea441d1 new helper: mount_subtree() by Al Viro · 15 years ago
  78. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 15 years ago
  79. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  80. a78ef70 vfs: protect i_nlink by Miklos Szeredi · 15 years ago
  81. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 15 years ago
  82. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 15 years ago
  83. fcf6340 Cross Memory Attach by Christopher Yeoh · 15 years ago
  84. 6cdbb0e fs: optimize out 16 bytes worth of padding in struct inode by Theodore Ts'o · 15 years ago
  85. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 15 years ago
  86. 5760495 vfs: add generic_file_llseek_size by Andi Kleen · 15 years ago
  87. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 15 years ago
  88. 8522ca5 vfs: add hex format for MAY_* flag values by Aneesh Kumar K.V · 15 years ago
  89. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  90. fed678d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 15 years ago
  91. e096d0c lockdep: Add helper function for dir vs file i_mutex annotation by Josh Boyer · 15 years ago
  92. 5dc06c5 block: remove READ_META and WRITE_META by Christoph Hellwig · 15 years ago
  93. 778fc54 locks: fix tracking of inprogress lease breaks by J. Bruce Fields · 15 years ago
  94. 710b721 locks: move F_INPROGRESS from fl_type to fl_flags field by J. Bruce Fields · 15 years ago
  95. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 15 years ago
  96. f2ee7ab vfs: avoid taking inode_hash_lock on pipes and sockets by Eric Dumazet · 15 years ago
  97. e371d46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  98. a209dfc vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 15 years ago
  99. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  100. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago