1. d5aacad New helper - simple_fsync() by Al Viro · 15 years ago
  2. 28ad0c1 fs: Rearrange inode structure elements to avoid waste due to padding by Theodore Ts'o · 15 years ago
  3. 9fd5746 fs: Remove i_cindex from struct inode by Theodore Ts'o · 15 years ago
  4. 62c6943 Trim a bit of crap from fs.h by Al Viro · 15 years ago
  5. 60b0680 vfs: Rename fsync_super() to sync_filesystem() (version 4) by Jan Kara · 15 years ago
  6. c15c54f vfs: Move syncing code from super.c to sync.c (version 4) by Jan Kara · 15 years ago
  7. 5cee581 vfs: Make sys_sync() use fsync_super() (version 4) by Jan Kara · 15 years ago
  8. 429479f vfs: Make __fsync_super() a static function (version 4) by Jan Kara · 15 years ago
  9. 876a9f7 remove s_async_list by Christoph Hellwig · 15 years ago
  10. 589ff87 Switch collect_mounts() to struct path by Al Viro · 15 years ago
  11. 3c5119c dnotify: reimplement dnotify using fsnotify by Eric Paris · 15 years ago
  12. 3be25f4 fsnotify: add marks to inodes so groups can interpret how to handle those inodes by Eric Paris · 15 years ago
  13. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  14. 6818173 splice: implement default splice_read method by Miklos Szeredi · 15 years ago
  15. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  16. 6e8341a Switch open_exec() and sys_uselib() to do_open_filp() by Al Viro · 15 years ago
  17. 74dbbdd New helper: deactivate_locked_super() by Al Viro · 15 years ago
  18. 38e23c9 fs: Mark get_filesystem_list() as __init function. by Tetsuo Handa · 15 years ago
  19. 2eae7a1 kill vfs_stat_fd / vfs_lstat_fd by Christoph Hellwig · 15 years ago
  20. 0112fc2 Separate out common fstatat code into vfs_fstatat by Oleg Drokin · 15 years ago
  21. 61e0d47 splice: add helpers for locking pipe inode by Miklos Szeredi · 15 years ago
  22. f8cc774 splice: remove generic_file_splice_write_nolock() by Miklos Szeredi · 15 years ago
  23. 48e70bc Document and move the various READ/WRITE types by Jens Axboe · 15 years ago
  24. 909e6d9 namespaces: move proc_net_get_sb to a generic fs/super.c helper by Serge E. Hallyn · 15 years ago
  25. 12fe32e Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  26. aeb6faf block: Add flag for telling the IO schedulers NOT to anticipate more IO by Jens Axboe · 15 years ago
  27. a1f2425 Add WRITE_SYNC_PLUG and SWRITE_SYNC_PLUG by Jens Axboe · 15 years ago
  28. 76791ab kmemtrace, fs: uninline simple_transaction_set() by Ingo Molnar · 15 years ago
  29. 3d544f4 kmemtrace, fs, security: move alloc_secdata() and free_secdata() to linux/security.h by Pekka Enberg · 16 years ago
  30. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  31. c2d7543 filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystems by Eric Sandeen · 15 years ago
  32. 47e4491 Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225 by Al Viro · 15 years ago
  33. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  34. 2d25ee3 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  35. 4a6a449 Fix a lockdep warning in fasync_helper() by Jonathan Corbet · 15 years ago
  36. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  37. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 16 years ago
  38. 585d3bc fs: move bdev code out of buffer.c by Nick Piggin · 16 years ago
  39. af5df56 vfs: Further changes from macro to inline function in fs.h by Steven Whitehouse · 16 years ago
  40. c2aca5e vfs: Update fs.h to use inline functions when no file locking set by Steven Whitehouse · 16 years ago
  41. 10f303a do_pipe cleanup: drop its last user in arch/alpha/ by Cheng Renquan · 16 years ago
  42. 8e9d20897 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  43. d0adde5 Add a strictatime mount option by Matthew Garrett · 15 years ago
  44. db1dd4d Use f_lock to protect f_flags by Jonathan Corbet · 16 years ago
  45. 6849991 Rename struct file->f_ep_lock by Jonathan Corbet · 16 years ago
  46. ba95fd4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  47. 55ec821 vfs: separate FMODE_PREAD/FMODE_PWRITE into separate flags by Paul Turner · 16 years ago
  48. 93dbb39 block: fix bad definition of BIO_RW_SYNC by Jens Axboe · 16 years ago
  49. fcccf50 filesystem freeze: implement generic freeze feature by Takashi Sato · 16 years ago
  50. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  51. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  52. efaee19 async: make the final inode deletion an asynchronous event by Arjan van de Ven · 16 years ago
  53. 856bf4d fs: sys_sync fix by Nick Piggin · 16 years ago
  54. c54feba Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 16 years ago
  55. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  56. 4c728ef add a vfs_fsync helper by Christoph Hellwig · 16 years ago
  57. e9079cc GFS2: Support for FIEMAP ioctl by Steven Whitehouse · 16 years ago
  58. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  59. 87d8fe1 add releasepage hooks to block devices which can be used by file systems by Theodore Ts'o · 16 years ago
  60. 261bca8 nfsd/create race fixes, infrastructure by Al Viro · 16 years ago
  61. 6badd79 kill ->dir_notify() by Al Viro · 16 years ago
  62. cb23beb kill vfs_permission by Christoph Hellwig · 16 years ago
  63. 3fb6419 pass a struct path * to may_open by Christoph Hellwig · 16 years ago
  64. dded4f4 include: linux/fs.h: put declarations in __KERNEL__ by Jan Engelhardt · 16 years ago
  65. 0a8c539 [XFS] Fix merge failures by Lachlan McIlroy · 16 years ago
  66. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  67. 27a0464 [XFS] Fix merge conflict in fs/xfs/xfs_rename.c by Lachlan McIlroy · 16 years ago
  68. 4d4be48 [XFS] add a FMODE flag to make XFS invisible I/O less hacky by Christoph Hellwig · 16 years ago
  69. fc9161e [PATCH 2/2] documnt FMODE_ constants by Christoph Hellwig · 16 years ago
  70. fd4ce1a [PATCH 1/2] kill FMODE_NDELAY_NOW by Christoph Hellwig · 16 years ago
  71. d76b0d9 CRED: Use creds in file structs by David Howells · 16 years ago
  72. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  73. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  74. dcd7b4e Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6 by Niv Sardi · 16 years ago
  75. 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
  76. 8290c35 Inode: Allow external list initialisation by David Chinner · 16 years ago
  77. 2cb1599 Inode: Allow external initialisers by David Chinner · 16 years ago
  78. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  79. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  80. d8ba7a3 proc: move rest of /proc/locks to fs/locks.c by Alexey Dobriyan · 16 years ago
  81. 08b9fe6 [PATCH] i_version: remount support by Mimi Zohar · 16 years ago
  82. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  83. 6de24f0 [PATCH 1/2] anondev: init IDR statically by Alexey Dobriyan · 16 years ago
  84. 56b26ad [PATCH] kill the rest of struct file propagation in block ioctls by Al Viro · 16 years ago
  85. e436fda [PATCH] get rid of blkdev_driver_ioctl() by Al Viro · 16 years ago
  86. 572c489 [PATCH] sanitize blkdev_get() and friends by Al Viro · 17 years ago
  87. 30c40d2 [PATCH] propagate mode through open_bdev_excl/close_bdev_excl by Al Viro · 17 years ago
  88. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 17 years ago
  89. d4430d6 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
  90. 08f8585 [PATCH] move block_device_operations to blkdev.h by Al Viro · 17 years ago
  91. 86d434d [PATCH] eliminate use of ->f_flags in block methods by Al Viro · 17 years ago
  92. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  93. 8acd3a6 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  94. fd04808 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  95. c3279d1 Adjust block device size after an online resize of a disk. by Andrew Patterson · 16 years ago
  96. 0c002c2 Wrapper for lower-level revalidate_disk routines. by Andrew Patterson · 16 years ago
  97. 1f01429 block: adjust formatting for large minors and add ext_range sysfs attr by Tejun Heo · 16 years ago
  98. e17fc0a Allow elevators to sort/merge discard requests by David Woodhouse · 16 years ago
  99. d30a260 Add BLKDISCARD ioctl to allow userspace to discard sectors by David Woodhouse · 16 years ago
  100. fb2dce8 Add 'discard' request handling by David Woodhouse · 16 years ago