1. 2a3a2a3 ovl: don't cache acl on overlay layer by Miklos Szeredi · 8 years ago
  2. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  3. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  5. 8ecfb75 Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus by Al Viro · 8 years ago
  6. f0fce87 vfs: make dentry_needs_remove_privs() internal by Miklos Szeredi · 8 years ago
  7. 3e5a4c9 vfs: remove file_needs_remove_privs() by Miklos Szeredi · 8 years ago
  8. a098ecd firmware: support loading into a pre-allocated buffer by Stephen Boyd · 8 years ago
  9. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  10. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  11. d72d9e2 mm: export filemap_check_errors() to modules by Miklos Szeredi · 8 years ago
  12. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  14. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  15. 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago
  16. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  17. a4a4f94 bdev: get rid of ->bd_inodes by Al Viro · 8 years ago
  18. 8175435 fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns by Seth Forshee · 10 years ago
  19. 0bd23d09 vfs: Don't modify inodes with a uid or gid unknown to the vfs by Eric W. Biederman · 8 years ago
  20. 2d90267 vfs: merge .d_select_inode() into .d_real() by Miklos Szeredi · 8 years ago
  21. cc50a07 userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag by Eric W. Biederman · 8 years ago
  22. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
  23. 6e4eab5 fs: Add user namespace member to struct super_block by Eric W. Biederman · 8 years ago
  24. d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 8 years ago
  25. 8654df4 mnt: Refactor fs_fully_visible into mount_too_revealing by Eric W. Biederman · 8 years ago
  26. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  27. 4e1b2d52 block, fs, drivers: remove REQ_OP compat defs and related code by Mike Christie · 8 years ago
  28. 8a4c1e4 direct-io: use bio set/get op accessors by Mike Christie · 8 years ago
  29. f215082 block: add REQ_OP definitions and helpers by Mike Christie · 8 years ago
  30. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  31. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  33. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  34. 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  35. acc93d3 Revert "block: enable dax for raw block devices" by Dan Williams · 8 years ago
  36. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  37. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  38. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  39. c52b761 Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  40. a8078b1 block: Update blkdev_dax_capable() for consistency by Toshi Kani · 8 years ago
  41. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
  42. ae05327 ext4: switch to ->iterate_shared() by Al Viro · 8 years ago
  43. 6192269 introduce a parallel variant of ->iterate() by Al Viro · 8 years ago
  44. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 8 years ago
  45. 84e710d parallel lookups machinery, part 2 by Al Viro · 8 years ago
  46. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  47. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  48. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  49. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  50. 1af5bb4 filemap: remove the pos argument to generic_file_direct_write by Christoph Hellwig · 8 years ago
  51. da20dfe fs: fix over-zealous use of "const" by Kees Cook · 8 years ago
  52. 1284ab5 fs: define a string representation of the kernel_read_file_id enumeration by Mimi Zohar · 8 years ago
  53. 5614e77 Merge 4.6-rc4 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  54. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  55. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  56. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  57. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
  58. 49db08c chrdev: emit a warning when we go below dynamic major range by Linus Walleij · 9 years ago
  59. 7df818b constify vfs_truncate() by Al Viro · 8 years ago
  60. d101a12 fs: add file_dentry() by Miklos Szeredi · 8 years ago
  61. 378c652 fs/coredump: prevent fsuid=0 dumps into user-controlled directories by Jann Horn · 9 years ago
  62. 53d2e69 Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  63. d407574 Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  64. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  65. 8b23a8c Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next by Al Viro · 9 years ago
  66. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  67. 9d95afd kill dentry_unhash() by Al Viro · 9 years ago
  68. 97be7eb vfs: add the RWF_HIPRI flag for preadv2/pwritev2 by Christoph Hellwig · 9 years ago
  69. 793b80e vfs: pass a flags argument to vfs_readv/vfs_writev by Christoph Hellwig · 9 years ago
  70. 7429b09 ima: load policy using path by Dmitry Kasatkin · 10 years ago
  71. b804def kexec: replace call to copy_file_from_fd() with kernel version by Mimi Zohar · 9 years ago
  72. a1db742 module: replace copy_module_from_fd with kernel version by Mimi Zohar · 9 years ago
  73. b844f0e vfs: define kernel_copy_file_from_fd() by Mimi Zohar · 9 years ago
  74. e40ba6d firmware: replace call to fw_read_file_contents() with kernel version by Mimi Zohar · 9 years ago
  75. 09596b9 vfs: define kernel_read_file_from_path by Mimi Zohar · 9 years ago
  76. bc8ca5b vfs: define kernel_read_file_id enumeration by Mimi Zohar · 9 years ago
  77. b44a7df vfs: define a generic function to read a file from the kernel by Mimi Zohar · 9 years ago
  78. 187372a direct-io: always call ->end_io if non-NULL by Christoph Hellwig · 9 years ago
  79. 9f4736f block: revert runtime dax control of the raw block device by Dan Williams · 9 years ago
  80. 65f87ee fs, block: force direct-I/O for dax-enabled block devices by Dan Williams · 9 years ago
  81. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  82. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 9 years ago
  83. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  84. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  85. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  86. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  87. 065019a Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  88. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  89. 5a023cd block: enable dax for raw block devices by Dan Williams · 9 years ago
  90. 6108209 Merge branch 'for-linus' into work.misc by Al Viro · 9 years ago
  91. 66cf191 compat_ioctl: don't pass fd around when not needed by Al Viro · 9 years ago
  92. f27a0fe locks: pass inode pointer to locks_free_lock_context by Jeff Layton · 9 years ago
  93. 54dbc15 vfs: hoist the btrfs deduplication ioctl to the vfs by Darrick J. Wong · 9 years ago
  94. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  95. cd3417c kill free_page_put_link() by Al Viro · 9 years ago
  96. b25472f new helpers: no_seek_end_llseek{,_size}() by Al Viro · 9 years ago
  97. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  98. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  99. 04b38d6 vfs: pull btrfs clone API to vfs layer by Christoph Hellwig · 9 years ago
  100. acc1557 locks: new locks_mandatory_area calling convention by Christoph Hellwig · 9 years ago