1. bd9b51e make default ->i_fop have ->open() fail with ENXIO by Al Viro · 10 years ago
  2. 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
  3. 78d28e6 kill f_dentry macro by Al Viro · 10 years ago
  4. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  5. a740022 new helper: is_root_inode() by Al Viro · 10 years ago
  6. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  7. b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
  8. d1b72cc overlayfs: fix lockdep misannotation by Miklos Szeredi · 10 years ago
  9. 69c433e fs: limit filesystem stacking depth by Miklos Szeredi · 10 years ago
  10. 787fb6b vfs: add whiteout support by Miklos Szeredi · 10 years ago
  11. cbdf35b vfs: export check_sticky() by Miklos Szeredi · 10 years ago
  12. bd5d085 vfs: export __inode_permission() to modules by Miklos Szeredi · 10 years ago
  13. 1c11859 vfs: export do_splice_direct() to modules by Miklos Szeredi · 10 years ago
  14. 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
  15. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  16. e19a8a0 block: Remove REQ_KERNEL by Martin K. Petersen · 10 years ago
  17. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  18. 5e6123f vfs: move getname() from callers to do_mount() by Seunghun Lee · 10 years ago
  19. 1fa97e8 constify file_inode() by Al Viro · 10 years ago
  20. 1b2b32d locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKING by Jeff Layton · 10 years ago
  21. 7ca7631 locks: set fl_owner for leases to filp instead of current->files by Jeff Layton · 10 years ago
  22. 4d01b7f locks: give lm_break a return value by Jeff Layton · 10 years ago
  23. c45198e locks: move freeing of leases outside of i_lock by Jeff Layton · 10 years ago
  24. 1c7dd2f locks: define a lm_setup handler for leases by Jeff Layton · 10 years ago
  25. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  26. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  27. 1c994a0 locks: consolidate "nolease" routines by Jeff Layton · 10 years ago
  28. 699688a locks: remove lock_may_read and lock_may_write by Jeff Layton · 10 years ago
  29. 5c97d7b locks: New ops in lock_manager_operations for get/put owner by Kinglong Mee · 10 years ago
  30. 3fe0fff1 locks: Rename __locks_copy_lock() to locks_copy_conflock() by Kinglong Mee · 10 years ago
  31. d0449b9 locks: Remove unused conf argument from lm_grant by Joe Perches · 10 years ago
  32. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  33. 4bb5f5d mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  34. 215752f acct: get rid of acct_list by Al Viro · 10 years ago
  35. ed44724 acct: switch to __kernel_write() by Al Viro · 10 years ago
  36. 68be302 fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon definition and use by Joe Perches · 10 years ago
  37. 17fa388 locks: typedef fl_owner_t to void * by Christoph Hellwig · 10 years ago
  38. 2dfded8 Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  39. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  40. 5f07385 kill generic_file_splice_write() by Al Viro · 10 years ago
  41. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  42. 962bd40 locks: add missing memory barrier in break_deleg by Jeff Layton · 10 years ago
  43. ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 10 years ago
  44. 6abd232 bury generic_file_aio_{read,write} by Al Viro · 10 years ago
  45. a8f3550 bury __generic_file_aio_write() by Al Viro · 10 years ago
  46. 1456c0a blkdev_aio_write() - turn into blkdev_write_iter() by Al Viro · 10 years ago
  47. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  48. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 11 years ago
  49. 7f7f25e replace checking for ->read/->aio_read presence with check in ->f_mode by Al Viro · 11 years ago
  50. 0c94933 iov_iter_truncate() by Al Viro · 11 years ago
  51. ed978a8 new helper: generic_file_read_iter() by Al Viro · 11 years ago
  52. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  53. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  54. cb66a7a kill generic_segment_checks() by Al Viro · 11 years ago
  55. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 11 years ago
  56. cff2fce locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead by Jeff Layton · 10 years ago
  57. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  58. d15e031 Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  59. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  60. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  61. 7df9345 Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  62. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  63. bea8031 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  64. ccad236 kill generic_file_buffered_write() by Al Viro · 11 years ago
  65. 3b93f91 export generic_perform_write(), start getting rid of generic_file_buffer_write() by Al Viro · 11 years ago
  66. 5cb6c6c generic_file_direct_write(): get rid of ppos argument by Al Viro · 11 years ago
  67. fcacafd kill the 5th argument of generic_file_buffered_write() by Al Viro · 11 years ago
  68. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 11 years ago
  69. 6e58e79 introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() by Al Viro · 11 years ago
  70. 9223687 iov_iter: Move iov_iter to uio.h by Kent Overstreet · 11 years ago
  71. c186afb4 switch ->is_partially_uptodate() to saner arguments by Al Viro · 11 years ago
  72. 5d826c8 new helper: readlink_copy() by Al Viro · 11 years ago
  73. 83f936c mark struct file that had write access grabbed by open() by Al Viro · 11 years ago
  74. 4597e69 get rid of DEBUG_WRITECOUNT by Al Viro · 11 years ago
  75. 520c8b1 vfs: add renameat2 syscall by Miklos Szeredi · 10 years ago
  76. d7a0698 locks: fix locks_mandatory_locked to respect file-private locks by Jeff Layton · 11 years ago
  77. c1e62b8 locks: pass the cmd value to fcntl_getlk/getlk64 by Jeff Layton · 11 years ago
  78. c918d42 locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT" by Jeff Layton · 11 years ago
  79. 78ed8a1 locks: rename locks_remove_flock to locks_remove_file by Jeff Layton · 11 years ago
  80. 24cbe78 locks: close potential race between setlease and open by Jeff Layton · 11 years ago
  81. 5f16f32 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 11 years ago
  82. bd2a31d get rid of fget_light() by Al Viro · 11 years ago
  83. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 11 years ago
  84. d984ea6 fs: move i_readcount by Mimi Zohar · 11 years ago
  85. f94aa7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  86. 6039257 direct-io: add flag to allow aio writes beyond i_size by Christoph Hellwig · 11 years ago
  87. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 11 years ago
  88. c4ad8f9 execve: use 'struct filename *' for executable name passing by Linus Torvalds · 11 years ago
  89. 893d46e fs: add a set_acl inode operation by Christoph Hellwig · 11 years ago
  90. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  91. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  92. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  93. 146a859 locks: break delegations on link by J. Bruce Fields · 13 years ago
  94. 8e6d782 locks: break delegations on rename by J. Bruce Fields · 13 years ago
  95. 5a14696 locks: helper functions for delegation breaking by J. Bruce Fields · 12 years ago
  96. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  97. df4e8d2 locks: implement delegations by J. Bruce Fields · 13 years ago
  98. 617588d locks: introduce new FL_DELEG lock flag by J. Bruce Fields · 13 years ago
  99. 40bd22c vfs: rename I_MUTEX_QUOTA now that it's not used for quotas by J. Bruce Fields · 12 years ago
  100. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago