1. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  2. 5f07385 kill generic_file_splice_write() by Al Viro · 10 years ago
  3. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  4. ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 10 years ago
  5. 6abd232 bury generic_file_aio_{read,write} by Al Viro · 10 years ago
  6. a8f3550 bury __generic_file_aio_write() by Al Viro · 10 years ago
  7. 1456c0a blkdev_aio_write() - turn into blkdev_write_iter() by Al Viro · 10 years ago
  8. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  9. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 11 years ago
  10. 7f7f25e replace checking for ->read/->aio_read presence with check in ->f_mode by Al Viro · 11 years ago
  11. 0c94933 iov_iter_truncate() by Al Viro · 10 years ago
  12. ed978a8 new helper: generic_file_read_iter() by Al Viro · 10 years ago
  13. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  14. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  15. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  16. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 10 years ago
  17. cff2fce locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead by Jeff Layton · 10 years ago
  18. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  19. d15e031 Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  20. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  21. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  22. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  23. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  24. bea8031 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  25. ccad236 kill generic_file_buffered_write() by Al Viro · 11 years ago
  26. 3b93f91 export generic_perform_write(), start getting rid of generic_file_buffer_write() by Al Viro · 11 years ago
  27. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 11 years ago
  28. fcacafd kill the 5th argument of generic_file_buffered_write() by Al Viro · 11 years ago
  29. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 11 years ago
  30. 6e58e79 introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() by Al Viro · 11 years ago
  31. 9223687 iov_iter: Move iov_iter to uio.h by Kent Overstreet · 11 years ago
  32. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 11 years ago
  33. 5d826c8 new helper: readlink_copy() by Al Viro · 10 years ago
  34. 83f936c mark struct file that had write access grabbed by open() by Al Viro · 10 years ago
  35. 4597e69 get rid of DEBUG_WRITECOUNT by Al Viro · 10 years ago
  36. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  37. d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 10 years ago
  38. c1e62b8 locks: pass the cmd value to fcntl_getlk/getlk64 by Jeff Layton · 11 years ago
  39. c918d42 locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT" by Jeff Layton · 11 years ago
  40. 78ed8a1 locks: rename locks_remove_flock to locks_remove_file by Jeff Layton · 11 years ago
  41. 24cbe78 locks: close potential race between setlease and open by Jeff Layton · 11 years ago
  42. 5f16f32 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 10 years ago
  43. bd2a31d get rid of fget_light() by Al Viro · 10 years ago
  44. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 10 years ago
  45. d984ea6 fs: move i_readcount by Mimi Zohar · 11 years ago
  46. f94aa7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  47. 6039257 direct-io: add flag to allow aio writes beyond i_size by Christoph Hellwig · 11 years ago
  48. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 11 years ago
  49. c4ad8f9 execve: use 'struct filename *' for executable name passing by Linus Torvalds · 11 years ago
  50. 893d46e fs: add a set_acl inode operation by Christoph Hellwig · 11 years ago
  51. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  52. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  53. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  54. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  55. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  56. 5a14696 locks: helper functions for delegation breaking by J. Bruce Fields · 12 years ago
  57. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  58. df4e8d2 locks: implement delegations by J. Bruce Fields · 12 years ago
  59. 617588d locks: introduce new FL_DELEG lock flag by J. Bruce Fields · 13 years ago
  60. 40bd22c vfs: rename I_MUTEX_QUOTA now that it's not used for quotas by J. Bruce Fields · 12 years ago
  61. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  62. b7a6ec5 vfs: split out vfs_getattr_nosec by J. Bruce Fields · 11 years ago
  63. 6987843 take anon inode allocation to libfs.c by Al Viro · 11 years ago
  64. eee5cc2 get rid of s_files and files_lock by Al Viro · 11 years ago
  65. e2fec7c make freeing super_block rcu-delayed by Al Viro · 11 years ago
  66. e84f9e5 consolidate the reassignments of ->f_op in ->open() instances by Al Viro · 11 years ago
  67. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  68. f1fe29b NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() by David Howells · 11 years ago
  69. 3711d86 Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  70. 9b17c62 fs: convert inode and dentry shrinking to be node aware by Dave Chinner · 11 years ago
  71. f604156 dcache: convert to use new lru list infrastructure by Dave Chinner · 11 years ago
  72. bc3b14c inode: convert inode lru list to generic lru list code. by Dave Chinner · 11 years ago
  73. 0a234c6 shrinker: convert superblock shrinkers to new API by Dave Chinner · 11 years ago
  74. 1915684 dentry: move to per-sb LRU locks by Dave Chinner · 11 years ago
  75. 3942c07 fs: bump inode and dentry counters to long by Glauber Costa · 11 years ago
  76. aac34df fs: remove vfs_follow_link by Christoph Hellwig · 11 years ago
  77. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  78. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  79. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  80. badcf2b constify touch_atime() by Al Viro · 11 years ago
  81. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 11 years ago
  82. 1c8924e quota: provide interface for readding allocated space into reserved space by Jan Kara · 11 years ago
  83. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  84. 4f5e65a fput: turn "list_head delayed_fput_list" into llist_head by Oleg Nesterov · 11 years ago
  85. a82a729 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  86. ef277c7 page migration: fix wrong comment in address_space_operations.migratepage() by Tang Chen · 11 years ago
  87. a885599 writeback: Do not sort b_io list only because of block device inode by Jan Kara · 11 years ago
  88. 7012b02 locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock by Jeff Layton · 11 years ago
  89. b459722 mm: vmscan: take page buffers dirty and locked state into account by Mel Gorman · 11 years ago
  90. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  91. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  92. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  93. 3999e49 locks: add a new "lm_owner_key" lock operation by Jeff Layton · 11 years ago
  94. 139ca04 locks: convert fl_link to a hlist_node by Jeff Layton · 11 years ago
  95. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  96. 1cb3601 locks: comment cleanups and clarifications by Jeff Layton · 11 years ago
  97. 1a9e64a cifs: use posix_unblock_lock instead of locks_delete_block by Jeff Layton · 11 years ago
  98. f891a29 locks: drop the unused filp argument to posix_unblock_lock by Jeff Layton · 11 years ago
  99. 68d70d0 constify rw_verify_area() by Al Viro · 11 years ago
  100. 1bf9d14 new helper: fixed_size_llseek() by Al Viro · 11 years ago