1. 90666b3 vfs: improve i_op->atomic_open() documentation by Miklos Szeredi · 11 years ago
  2. 9d21707 Document ->tmpfile() by Al Viro · 11 years ago
  3. 33b02b8 don't pass nameidata to ->create() by Al Viro · 12 years ago
  4. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  5. 4c9e687 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  6. b2ebdc5 kill struct opendata by Al Viro · 12 years ago
  7. 50ed02d make ->atomic_open() return int by Al Viro · 12 years ago
  8. 8915ef3 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  9. 48b105f vfs: add i_op->atomic_open() by Miklos Szeredi · 12 years ago
  10. 8f5ce34 /proc/pid/status: add "Seccomp" field by Kees Cook · 12 years ago
  11. 51efc1b f2fs: add nodiscard mount option by Chao Yu · 8 years ago
  12. b017edd f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 8 years ago
  13. 45c1c14 f2fs: introduce new option for controlling data flush by Chao Yu · 9 years ago
  14. 315f455 f2fs: catch up to v4.4-rc1 by Jaegeuk Kim · 9 years ago
  15. 295534f fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  16. a9e6b18 mm: add a field to store names for private anonymous memory by Colin Cross · 11 years ago
  17. b1349f2 typo fix in Documentation/filesystems/vfs.txt by Al Viro · 12 years ago
  18. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  19. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  20. f63d395 Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  21. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  22. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 12 years ago
  23. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  24. 18d98f6 pnfs-obj: autologin: Add support for protocol autologin by Sachin Bhamare · 12 years ago
  25. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  26. 8818739 debugfs-related mode_t whack-a-mole by Al Viro · 12 years ago
  27. 5d026c7 fs: initial qnx6fs addition by Kai Bankett · 12 years ago
  28. 32991ab vfs: d_alloc_root() gone by Al Viro · 12 years ago
  29. 40e4712 Documentation: Fix multiple typo in Documentation by Masanari Iida · 12 years ago
  30. 1f8ee46 Documentation: Fix Broken URL "freshmeat" by Masanari Iida · 12 years ago
  31. 661aa52 ext4: remove the resize mount option by Eric Sandeen · 12 years ago
  32. 43e625d ext4: remove the journal=update mount option by Eric Sandeen · 12 years ago
  33. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  34. a602bea NFS: Update idmapper documentation by Bryan Schumaker · 12 years ago
  35. d6e4868 debugfs: add mode, uid and gid options by Ludwig Nussel · 12 years ago
  36. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  37. 96e80a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 13 years ago
  38. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  39. b3f7f57 c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 by Cyrill Gorcunov · 13 years ago
  40. a40dc6c ceph: enable/disable dentry complete flags via mount option by Sage Weil · 13 years ago
  41. 40ba587 Merge branch 'akpm' (aka "Andrew's patch-bomb") by Linus Torvalds · 13 years ago
  42. 0499680 procfs: add hidepid= and gid= mount options by Vasiliy Kulikov · 13 years ago
  43. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 13 years ago
  44. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  45. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  46. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  47. 19c5246 ext4: add new online resize interface by Yongqiang Yang · 13 years ago
  48. faef2b6 sysfs: propagate umode_t by Al Viro · 13 years ago
  49. 4394751 configfs: convert to umode_t by Al Viro · 13 years ago
  50. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  51. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  52. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  53. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  54. 89cab5b Squashfs: Update documentation to include xattrs by Phillip Lougher · 13 years ago
  55. b930c26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  56. b52f75a Fix URL of btrfs-progs git repository in docs by Arnd Hannemann · 13 years ago
  57. 1a087c6 debugfs: add tools to printk 32-bit registers by Alessandro Rubini · 13 years ago
  58. 114a0a0 NFSD: Added fault injection documentation by Bryan Schumaker · 13 years ago
  59. ab05210 Documentation: HFS is orphaned by Marcos Paulo de Souza · 13 years ago
  60. d83fe6b Documentation: fix inotify source file paths by Marcos Paulo de Souza · 13 years ago
  61. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  62. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  63. 3411664 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  64. f0023bc vfs: add d_prune dentry operation by Sage Weil · 13 years ago
  65. e33bae1 Merge branch 'for-linus' of git://github.com/ericvh/linux by Linus Torvalds · 13 years ago
  66. 2d03423 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  67. 14211d0 9p: fix 9p.txt to advertise msize instead of maxdata by Nicolae Mogoreanu · 13 years ago
  68. 4113c4c ext4: remove deprecated oldalloc by Lukas Czerner · 13 years ago
  69. af909a5 ext4: documentation: remove acl and user_xattr mount options by Theodore Ts'o · 13 years ago
  70. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  71. 5688978 ext4: improve handling of conflicting mount options by Theodore Ts'o · 13 years ago
  72. 8602861 docs/sysfs: Specify ABI documentation requirements by Bart Van Assche · 13 years ago
  73. fbc8540 ext3: remove deprecated oldalloc by Lukas Czerner · 13 years ago
  74. 4c74916 Documentation: befs.txt: no maintainer, orphaned by Marcos Souza · 13 years ago
  75. e371d46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  76. 2ac232f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  77. 5b9f456 Documentation: Exporting: update description of d_splice_alias by Phillip Lougher · 13 years ago
  78. f0deb97 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  79. 91d44d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 13 years ago
  80. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  81. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  82. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  83. 2b76aa0 ext3.txt: update the links in the section "useful links" to the latest ones by Wang Sheng-Hui · 13 years ago
  84. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  85. 59a7ac1 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  86. 812753d Squashfs: Update documentation for XZ and add squashfs-tools devel tree by Phillip Lougher · 13 years ago
  87. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  88. 982d816 fs: add SEEK_HOLE and SEEK_DATA flags by Josef Bacik · 13 years ago
  89. 8ab4766 vfs: increase shrinker batch size by Dave Chinner · 13 years ago
  90. 0e1fdaf superblock: add filesystem shrinker operations by Dave Chinner · 13 years ago
  91. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  92. 76fe327 ->permission() sanitizing: document API changes by Al Viro · 13 years ago
  93. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  94. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  95. c46556c nfsd4: update nfsv4.1 implementation notes by J. Bruce Fields · 13 years ago
  96. d0a5426 debugfs: add documentation for debugfs_create_x64 by Akinobu Mita · 13 years ago
  97. 3a36199 nilfs2: remove resize from unsupported features list by Ryusuke Konishi · 13 years ago
  98. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  99. c902ce1 FS-Cache: Add a helper to bulk uncache pages on an inode by David Howells · 13 years ago
  100. 81e79d3 UBIFS: switch self-check knobs to debugfs by Artem Bityutskiy · 13 years ago