1. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
  2. 6e4eab5 fs: Add user namespace member to struct super_block by Eric W. Biederman · 8 years ago
  3. d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 8 years ago
  4. 8654df4 mnt: Refactor fs_fully_visible into mount_too_revealing by Eric W. Biederman · 8 years ago
  5. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  7. 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
  8. 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
  9. acc93d3 Revert "block: enable dax for raw block devices" by Dan Williams · 8 years ago
  10. 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
  11. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  12. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. c52b761 Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  14. a8078b1 block: Update blkdev_dax_capable() for consistency by Toshi Kani · 8 years ago
  15. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
  16. ae05327 ext4: switch to ->iterate_shared() by Al Viro · 8 years ago
  17. 6192269 introduce a parallel variant of ->iterate() by Al Viro · 8 years ago
  18. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 8 years ago
  19. 84e710d parallel lookups machinery, part 2 by Al Viro · 8 years ago
  20. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  21. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  22. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  23. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  24. 1af5bb4 filemap: remove the pos argument to generic_file_direct_write by Christoph Hellwig · 8 years ago
  25. da20dfe fs: fix over-zealous use of "const" by Kees Cook · 8 years ago
  26. 1284ab5 fs: define a string representation of the kernel_read_file_id enumeration by Mimi Zohar · 8 years ago
  27. 5614e77 Merge 4.6-rc4 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  28. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  29. 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
  30. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  31. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 8 years ago
  32. 49db08c chrdev: emit a warning when we go below dynamic major range by Linus Walleij · 8 years ago
  33. 7df818b constify vfs_truncate() by Al Viro · 8 years ago
  34. d101a12 fs: add file_dentry() by Miklos Szeredi · 8 years ago
  35. 378c652 fs/coredump: prevent fsuid=0 dumps into user-controlled directories by Jann Horn · 8 years ago
  36. 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 · 8 years ago
  37. d407574 Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  38. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  39. 8b23a8c Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next by Al Viro · 8 years ago
  40. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  41. 9d95afd kill dentry_unhash() by Al Viro · 8 years ago
  42. 97be7eb vfs: add the RWF_HIPRI flag for preadv2/pwritev2 by Christoph Hellwig · 8 years ago
  43. 793b80e vfs: pass a flags argument to vfs_readv/vfs_writev by Christoph Hellwig · 8 years ago
  44. 7429b09 ima: load policy using path by Dmitry Kasatkin · 10 years ago
  45. b804def kexec: replace call to copy_file_from_fd() with kernel version by Mimi Zohar · 8 years ago
  46. a1db742 module: replace copy_module_from_fd with kernel version by Mimi Zohar · 8 years ago
  47. b844f0e vfs: define kernel_copy_file_from_fd() by Mimi Zohar · 8 years ago
  48. e40ba6d firmware: replace call to fw_read_file_contents() with kernel version by Mimi Zohar · 9 years ago
  49. 09596b9 vfs: define kernel_read_file_from_path by Mimi Zohar · 9 years ago
  50. bc8ca5b vfs: define kernel_read_file_id enumeration by Mimi Zohar · 8 years ago
  51. b44a7df vfs: define a generic function to read a file from the kernel by Mimi Zohar · 8 years ago
  52. 187372a direct-io: always call ->end_io if non-NULL by Christoph Hellwig · 8 years ago
  53. 9f4736f block: revert runtime dax control of the raw block device by Dan Williams · 8 years ago
  54. 65f87ee fs, block: force direct-I/O for dax-enabled block devices by Dan Williams · 8 years ago
  55. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  56. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 8 years ago
  57. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  58. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  59. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  60. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. 065019a Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 8 years ago
  62. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  63. 5a023cd block: enable dax for raw block devices by Dan Williams · 9 years ago
  64. 6108209 Merge branch 'for-linus' into work.misc by Al Viro · 8 years ago
  65. 66cf191 compat_ioctl: don't pass fd around when not needed by Al Viro · 8 years ago
  66. f27a0fe locks: pass inode pointer to locks_free_lock_context by Jeff Layton · 8 years ago
  67. 54dbc15 vfs: hoist the btrfs deduplication ioctl to the vfs by Darrick J. Wong · 8 years ago
  68. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  69. cd3417c kill free_page_put_link() by Al Viro · 8 years ago
  70. b25472f new helpers: no_seek_end_llseek{,_size}() by Al Viro · 8 years ago
  71. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  72. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  73. 04b38d6 vfs: pull btrfs clone API to vfs layer by Christoph Hellwig · 9 years ago
  74. acc1557 locks: new locks_mandatory_area calling convention by Christoph Hellwig · 9 years ago
  75. d37177b fs/attr.c: is_sxid can be boolean by Yaowei Bai · 9 years ago
  76. 0e3ef1f fs/bad_inode.c: is_bad_inode can be boolean by Yaowei Bai · 9 years ago
  77. a6e5787 fs/dcache.c: is_subdir can be boolean by Yaowei Bai · 9 years ago
  78. 25ab4c9 fs/namespace.c: path_is_under can be boolean by Yaowei Bai · 9 years ago
  79. 3e004ee fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefined by Yaowei Bai · 9 years ago
  80. 2973293 vfs: add copy_file_range syscall and vfs helper by Zach Brown · 9 years ago
  81. 9e8925b locks: Allow disabling mandatory locking at compile time by Jeff Layton · 9 years ago
  82. 842cf0b Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  83. c8fffa6 vfs: remove stale comment in inode_operations by Ross Zwisler · 9 years ago
  84. 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  85. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  86. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  87. aa750fd mm/filemap.c: make global sync not clear error status of individual inodes by Junichi Nomura · 9 years ago
  88. 616fb38 locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait by Benjamin Coddington · 9 years ago
  89. e55c34a locks: introduce locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  90. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  91. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  92. 1744771 Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  93. 5477e70 mm: move ->mremap() from file_operations to vm_operations_struct by Oleg Nesterov · 9 years ago
  94. 73b6fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  95. 061f98e Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-next by Al Viro · 9 years ago
  96. c7f5408 inode: rename i_wb_list to i_io_list by Dave Chinner · 9 years ago
  97. e97fedb sync: serialise per-superblock sync operations by Dave Chinner · 9 years ago
  98. 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 9 years ago
  99. cbedaac inode: add hlist_fake to avoid the inode hash lock in evict by Josef Bacik · 9 years ago
  100. 8129ed2 change sb_writers to use percpu_rw_semaphore by Oleg Nesterov · 9 years ago