1. 2d834bf f2fs: support norecovery mount option by Jaegeuk Kim · 9 years ago
  2. 73b4f63 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 9 years ago
  3. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  4. 913e027 fsioctl.c: make generic_block_fiemap() signal-tolerant by Dmitry Monakhov · 9 years ago
  5. 1dfeb76 ocfs2: add a mount option journal_async_commit on ocfs2 filesystem by alex chen · 9 years ago
  6. a5b2f95 inotify: update documentation to reflect code changes by Zhang Zhen · 9 years ago
  7. bad9626 Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next by Dave Chinner · 9 years ago
  8. de8bd0e xfs: fix panic_mask documentation by Eric Sandeen · 9 years ago
  9. 8650b8a nfsd: pNFS block layout driver by Christoph Hellwig · 9 years ago
  10. 8f9cdcb pnfs: Update documentation on the Layout Drivers by Tom Haynes · 9 years ago
  11. 18d1aef nfsd: update documentation for pNFS support by Christoph Hellwig · 10 years ago
  12. ae96b34 Fixes column alignment in table of contents entry 1.9 in Documentation/filesystems/proc.txt by Trace Pillars · 9 years ago
  13. dd22f55 block: Change direct_access calling convention by Matthew Wilcox · 10 years ago
  14. 64af7a6 xfs: remove deprecated sysctls by Dave Chinner · 10 years ago
  15. 6d900f5a ovl: document lower layer ordering by Miklos Szeredi · 10 years ago
  16. 3809453 Documentation: update seq_file by Dmitry V. Levin · 12 years ago
  17. 7a02d08 Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 10 years ago
  18. 2b7a8f36 ovl: add testsuite to docs by Miklos Szeredi · 10 years ago
  19. a78d9f0d ovl: support multiple lower layers by Miklos Szeredi · 10 years ago
  20. 823e334 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 10 years ago
  21. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  22. 4b0a268 Merge tag 'for-f2fs-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  23. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  24. 6242164 Squashfs: Add LZ4 compression configuration option by Phillip Lougher · 10 years ago
  25. 690b054 Documentation: fix formatting to make 's' happy by Maisa Roponen · 10 years ago
  26. ef94b18 ovl: rename filesystem type to "overlay" by Miklos Szeredi · 10 years ago
  27. 8ce74dd Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next by Al Viro · 10 years ago
  28. 78d28e6 kill f_dentry macro by Al Viro · 10 years ago
  29. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  30. 9761536 debugfs: Have debugfs_print_regs32() return void by Joe Perches · 10 years ago
  31. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  32. d5053a34 f2fs: introduce -o fastboot for reducing booting time only by Jaegeuk Kim · 10 years ago
  33. d37a868 f2fs: update f2fs documentation for inline dir support by Chao Yu · 10 years ago
  34. 1f33c41 seq_file: Rename seq_overflow() to seq_has_overflowed() and make public by Joe Perches · 10 years ago
  35. 7c37fbd overlay: overlay filesystem documentation by Neil Brown · 10 years ago
  36. 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
  37. 2b522cc NTFS: Remove changelog from Documentation/filesystems/ntfs.txt. by Anton Altaparmakov · 10 years ago
  38. 87d672c autofs: the documentation I wanted to read by NeilBrown · 10 years ago
  39. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  40. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  41. 4e07ad6 vfs: fix typo in s_op->alloc_inode() documentation by Kirill Smelkov · 10 years ago
  42. da01e61 Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  43. c45198e locks: move freeing of leases outside of i_lock by Jeff Layton · 10 years ago
  44. f82b4b6 locks: move i_lock acquisition into generic_*_lease handlers by Jeff Layton · 10 years ago
  45. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  46. c5e2a7e Documentation: update .gitignore files by Peter Foley · 10 years ago
  47. adb19fb Documentation: add makefiles for more targets by Peter Foley · 10 years ago
  48. df68a01 Documentation: use subdir-y to avoid unnecessary built-in.o files by Peter Foley · 10 years ago
  49. 9b5f136 f2fs: change the ipu_policy option to enable combinations by Jaegeuk Kim · 10 years ago
  50. c1ce1b0 f2fs: give an option to enable in-place-updates during fsync to users by Jaegeuk Kim · 10 years ago
  51. 731d5cc Documentation: NFS/RDMA: Document separate Kconfig symbols by Paul Bolle · 10 years ago
  52. 77be4da Documentation: seq_file: Document seq_open_private(), seq_release_private() by Rob Jones · 10 years ago
  53. 53b95d6 Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  54. 2ece173 locks: update Locking documentation to clarify fl_release_private behavior by Jeff Layton · 10 years ago
  55. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  56. 023f78b0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  57. 9635389 exportfs: update Exporting documentation by J. Bruce Fields · 10 years ago
  58. b8faf03 VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode. by NeilBrown · 10 years ago
  59. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. b54ecfb Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  61. 2075cf0 update CIFS TODO list by Steve French · 10 years ago
  62. 480e832 Add Pavel to contributor list in cifs AUTHORS file by Steve French · 10 years ago
  63. 0f7b2ab f2fs: add nobarrier mount option by Jaegeuk Kim · 10 years ago
  64. 854d06d docs: Procfs -- Document timerfd output by Cyrill Gorcunov · 10 years ago
  65. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  66. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  67. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  68. 5b174fd Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  69. 64b2d1f Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  70. 0b07cb8 Documentation/filesystems/seq_file.txt: create_proc_entry deprecated by Fabian Frederick · 10 years ago
  71. 190a884 fs/fat/: add support for DOS 1.x formatted volumes by Conrad Meyer · 10 years ago
  72. 1aacb90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next by Linus Torvalds · 10 years ago
  73. bfec07d f2fs: avoid overflow when large directory feathure is enabled by Chao Yu · 10 years ago
  74. b042098 nfsd4: allow exotic read compounds by J. Bruce Fields · 10 years ago
  75. 3568a1d Documentation: update /proc/stat "intr" count summary by Jan Moskyto Matejka · 10 years ago
  76. 7a9e6da doc: fix incorrect formula to calculate CommitLimit value by Petr Oros · 10 years ago
  77. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 10 years ago
  78. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  79. c98be0c doc: spelling error changes by Carlos Garcia · 10 years ago
  80. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  81. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  82. 8ca5772 affs: add mount option to avoid filename truncates by Fabian Frederick · 10 years ago
  83. 49d063c proc: show mnt_id in /proc/pid/fdinfo by Andrey Vagin · 10 years ago
  84. 8c6e50b mm: introduce vm_ops->map_pages() by Kirill A. Shutemov · 10 years ago
  85. 3021112 Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  86. 6b4afdd f2fs: introduce f2fs_issue_flush to avoid redundant flush issue by Jaegeuk Kim · 10 years ago
  87. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  88. 4adeacd Documentation/filesystems/ntfs.txt: remove changelog reference by Fabian Frederick · 10 years ago
  89. 7fac376 nilfs2: update project's web site in nilfs2.txt by Ryusuke Konishi · 10 years ago
  90. 2cc88f3 nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl by Andreas Rohner · 10 years ago
  91. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  92. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 10 years ago
  93. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  94. df5cbb2 doc: fix double words by Masanari Iida · 10 years ago
  95. 58c4103 f2fs: change reclaim rate in percentage by Jaegeuk Kim · 10 years ago
  96. cdfc41c f2fs: throttle the memory footprint with a sysfs entry by Jaegeuk Kim · 10 years ago
  97. ab9fa66 f2fs: add an sysfs entry to control the directory level by Jaegeuk Kim · 10 years ago
  98. 3843154 f2fs: introduce large directory support by Jaegeuk Kim · 10 years ago
  99. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  100. be873ac Documentation: update URL to hfsplus Technote 1150 by Olaf Hering · 10 years ago