1. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 10 years ago
  2. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  3. 6184514 Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  4. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  5. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 10 years ago
  6. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  7. c8d78c1 mm: replace remap_file_pages() syscall with emulation by Kirill A. Shutemov · 10 years ago
  8. fe032c4 vfs: add find_inode_nowait() function by Theodore Ts'o · 10 years ago
  9. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 10 years ago
  10. 11afe9f fs: add FL_LAYOUT lease type by Christoph Hellwig · 10 years ago
  11. 15d0f5e Make super_blocks and sb_lock static by Al Viro · 10 years ago
  12. dbe4e19 fs: add vfs_iter_{read,write} helpers by Christoph Hellwig · 10 years ago
  13. 55422d0 audit: replace getname()/putname() hacks with reference counters by Paul Moore · 10 years ago
  14. 8116bf4 locks: update comments that refer to inode->i_flock by Jeff Layton · 10 years ago
  15. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  16. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  17. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  18. 7448cc3 locks: clean up the lm_change prototype by Jeff Layton · 10 years ago
  19. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  20. a7231a9 locks: remove i_flock field from struct inode by Jeff Layton · 10 years ago
  21. 8634b51 locks: convert lease handling to file_lock_context by Jeff Layton · 10 years ago
  22. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  23. 4a075e3 locks: add a new struct file_locking_context pointer to struct inode by Jeff Layton · 10 years ago
  24. 6dee60f locks: add new struct list_head to struct file_lock by Jeff Layton · 10 years ago
  25. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
  26. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  27. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  28. 67e2c38 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  29. 7d22286 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 10 years ago
  30. e4a0d3e aio: Make it possible to remap aio ring by Pavel Emelyanov · 10 years ago
  31. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  32. 3dec0ba mm/rmap: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  33. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  34. 8b28f62 mm,fs: introduce helpers around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  35. bd9b51e make default ->i_fop have ->open() fail with ENXIO by Al Viro · 10 years ago
  36. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  37. 1366f5d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  38. 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
  39. 78d28e6 kill f_dentry macro by Al Viro · 10 years ago
  40. 56429e9b merge nfs bugfixes into nfsd for-3.19 branch by J. Bruce Fields · 10 years ago
  41. a6aacbd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next by James Morris · 10 years ago
  42. 6fb5032 VFS: refactor vfs_read() by Dmitry Kasatkin · 10 years ago
  43. 48b6bca fs: add freeze_super/thaw_super fs hooks by Benjamin Marzinski · 10 years ago
  44. 75cbe70 vfs: Remove i_dquot field from inode by Jan Kara · 10 years ago
  45. 2d0fa46 quota: Use function to provide i_dquot pointers by Jan Kara · 10 years ago
  46. 2c5f648 quota: Allow each filesystem to specify which quota types it supports by Jan Kara · 10 years ago
  47. 72c72bd VFS: Rename do_fallocate() to vfs_fallocate() by Anna Schumaker · 10 years ago
  48. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  49. a740022 new helper: is_root_inode() by Al Viro · 10 years ago
  50. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  51. b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
  52. d1b72cc overlayfs: fix lockdep misannotation by Miklos Szeredi · 10 years ago
  53. 69c433e fs: limit filesystem stacking depth by Miklos Szeredi · 10 years ago
  54. 787fb6b vfs: add whiteout support by Miklos Szeredi · 10 years ago
  55. cbdf35b vfs: export check_sticky() by Miklos Szeredi · 10 years ago
  56. bd5d085 vfs: export __inode_permission() to modules by Miklos Szeredi · 10 years ago
  57. 1c11859 vfs: export do_splice_direct() to modules by Miklos Szeredi · 10 years ago
  58. 4aa7c63 vfs: add i_op->dentry_open() by Miklos Szeredi · 10 years ago
  59. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  60. e19a8a0 block: Remove REQ_KERNEL by Martin K. Petersen · 10 years ago
  61. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  62. 5e6123f vfs: move getname() from callers to do_mount() by Seunghun Lee · 10 years ago
  63. 1fa97e8 constify file_inode() by Al Viro · 10 years ago
  64. 1b2b32d locks: fix fcntl_setlease/getlease return when !CONFIG_FILE_LOCKING by Jeff Layton · 10 years ago
  65. 7ca7631 locks: set fl_owner for leases to filp instead of current->files by Jeff Layton · 10 years ago
  66. 4d01b7f locks: give lm_break a return value by Jeff Layton · 10 years ago
  67. c45198e locks: move freeing of leases outside of i_lock by Jeff Layton · 10 years ago
  68. 1c7dd2f locks: define a lm_setup handler for leases by Jeff Layton · 10 years ago
  69. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  70. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  71. 1c994a0 locks: consolidate "nolease" routines by Jeff Layton · 10 years ago
  72. 699688a locks: remove lock_may_read and lock_may_write by Jeff Layton · 10 years ago
  73. 5c97d7b locks: New ops in lock_manager_operations for get/put owner by Kinglong Mee · 10 years ago
  74. 3fe0fff1 locks: Rename __locks_copy_lock() to locks_copy_conflock() by Kinglong Mee · 10 years ago
  75. d0449b9 locks: Remove unused conf argument from lm_grant by Joe Perches · 10 years ago
  76. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  77. 4bb5f5d mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  78. 215752f acct: get rid of acct_list by Al Viro · 10 years ago
  79. ed44724 acct: switch to __kernel_write() by Al Viro · 10 years ago
  80. 68be302 fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon definition and use by Joe Perches · 10 years ago
  81. 17fa388 locks: typedef fl_owner_t to void * by Christoph Hellwig · 10 years ago
  82. 2dfded8 Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  83. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  84. 5f07385 kill generic_file_splice_write() by Al Viro · 10 years ago
  85. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  86. 962bd40 locks: add missing memory barrier in break_deleg by Jeff Layton · 10 years ago
  87. ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 10 years ago
  88. 6abd232 bury generic_file_aio_{read,write} by Al Viro · 10 years ago
  89. a8f3550 bury __generic_file_aio_write() by Al Viro · 10 years ago
  90. 1456c0a blkdev_aio_write() - turn into blkdev_write_iter() by Al Viro · 10 years ago
  91. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  92. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 11 years ago
  93. 7f7f25e replace checking for ->read/->aio_read presence with check in ->f_mode by Al Viro · 11 years ago
  94. 0c94933 iov_iter_truncate() by Al Viro · 11 years ago
  95. ed978a8 new helper: generic_file_read_iter() by Al Viro · 11 years ago
  96. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  97. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  98. cb66a7a kill generic_segment_checks() by Al Viro · 11 years ago
  99. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 11 years ago
  100. cff2fce locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead by Jeff Layton · 10 years ago