1. 572e0ca time: delete current_fs_time() by Deepa Dinamani · 8 years ago
  2. 73ccb02 Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  3. 11fbf53 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 8 years ago
  5. deccf49 Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx() by David Howells · 8 years ago
  6. 5133cd7 Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  7. cda3712 fs: constify tree_descr arrays passed to simple_fill_super() by Eric Biggers · 8 years ago
  8. a0c111b fs: drop duplicate header percpu-rwsem.h by Geliang Tang · 8 years ago
  9. 50f2112 locks: Set FL_CLOSE when removing flock locks on close() by Benjamin Coddington · 8 years ago
  10. c1844d5 fs: Remove SB_I_DYNBDI flag by Jan Kara · 8 years ago
  11. fca3934 fs: Provide infrastructure for dynamic BDIs in filesystems by Jan Kara · 8 years ago
  12. 08991e8 fsnotify: Free fsnotify_mark_connector when there is no mark attached by Jan Kara · 8 years ago
  13. 9dd813c fsnotify: Move mark list head from object into dedicated structure by Jan Kara · 8 years ago
  14. cbfd0c1 include/linux/fs.h: fix unsigned enum warning with gcc-4.2 by Arnd Bergmann · 8 years ago
  15. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  16. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  17. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  18. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  19. 0eb8af4 vfs: use helper for calling f_op->fsync() by Miklos Szeredi · 8 years ago
  20. f74ac01 mm: use helper for calling f_op->mmap() by Miklos Szeredi · 8 years ago
  21. bb7462b vfs: use helpers for calling f_op->{read,write}_iter() by Miklos Szeredi · 8 years ago
  22. bfe219d vfs: wrap write f_ops with file_{start,end}_write() by Amir Goldstein · 8 years ago
  23. af7bd4d vfs: create vfs helper vfs_tmpfile() by Amir Goldstein · 8 years ago
  24. b1d2dc56 block: Make blk_get_backing_dev_info() safe without open bdev by Jan Kara · 8 years ago
  25. f44f1ab block: Unhash block device inodes on gendisk destruction by Jan Kara · 8 years ago
  26. e93b1cc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  27. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  28. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. 3c55d6b Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus by Al Viro · 8 years ago
  30. ff0f962 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  31. 031a072 vfs: call vfs_clone_file_range() under freeze protection by Amir Goldstein · 8 years ago
  32. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  33. 876bec6f vfs: refactor clone/dedupe_file_range common functions by Darrick J. Wong · 8 years ago
  34. d16744e vfs: make generic_readlink() static by Miklos Szeredi · 8 years ago
  35. 76fca90 vfs: default to generic_readlink() by Miklos Szeredi · 8 years ago
  36. fd4a0ed vfs: replace calling i_op->readlink with vfs_readlink() by Miklos Szeredi · 8 years ago
  37. f0bb5aa vfs: misc struct path constification by Al Viro · 8 years ago
  38. ca71cf7 namespace.c: constify struct path passed to a bunch of primitives by Al Viro · 8 years ago
  39. 640eb7e fs: Constify path_is_under()'s arguments by Mickaël Salaün · 8 years ago
  40. ba6379f fs: Provide function to get superblock with exclusive s_umount by Jan Kara · 8 years ago
  41. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  42. 1e3914d block, fs: move submit_bio to bio.h by Christoph Hellwig · 8 years ago
  43. d384995 fs: decouple READ and WRITE from the block layer ops by Christoph Hellwig · 8 years ago
  44. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  45. a2b8096 block: replace REQ_NOIDLE with REQ_IDLE by Christoph Hellwig · 8 years ago
  46. b685d3d block: treat REQ_FUA and REQ_PREFLUSH as synchronous by Christoph Hellwig · 8 years ago
  47. 6f6b291 block: don't use REQ_SYNC in the READ_SYNC definition by Christoph Hellwig · 8 years ago
  48. 70fe2f4 aio: fix freeze protection of aio writes by Jan Kara · 8 years ago
  49. 723c038 fs: remove the never implemented aio_fsync file operation by Christoph Hellwig · 8 years ago
  50. 8737417 block: add a proper block layer data direction encoding by Christoph Hellwig · 8 years ago
  51. 1a892b4 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  52. d60874c vfs: add vfs_get_link() helper by Miklos Szeredi · 8 years ago
  53. 9c5d760 mm: split gfp_mask and mapping flags into separate fields by Michal Hocko · 8 years ago
  54. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  55. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  56. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  59. f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
  60. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  61. d0a5b99 vfs: Add IOP_XATTR inode operations flag by Andreas Gruenbacher · 8 years ago
  62. bba0bd3 sockfs: Get rid of getxattr iop by Andreas Gruenbacher · 8 years ago
  63. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  64. 3cd8866 vfs: Add current_time() api by Deepa Dinamani · 8 years ago
  65. 9b80a18 fs/file: more unsigned file descriptors by Alexey Dobriyan · 8 years ago
  66. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  67. 18fc84d vfs: remove unused i_op->rename by Miklos Szeredi · 8 years ago
  68. e0e0be8 libfs: support RENAME_NOREPLACE in simple_rename() by Miklos Szeredi · 8 years ago
  69. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  70. c568d68 locks: fix file locking on overlayfs by Miklos Szeredi · 8 years ago
  71. 598e3c8 vfs: update ovl inode before relatime check by Miklos Szeredi · 8 years ago
  72. f2b20f6 vfs: move permission checking into notify_change() for utimes(NULL) by Miklos Szeredi · 8 years ago
  73. 2a3a2a3 ovl: don't cache acl on overlay layer by Miklos Szeredi · 8 years ago
  74. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  75. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  76. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  77. 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
  78. f0fce87 vfs: make dentry_needs_remove_privs() internal by Miklos Szeredi · 8 years ago
  79. 3e5a4c9 vfs: remove file_needs_remove_privs() by Miklos Szeredi · 8 years ago
  80. a098ecd firmware: support loading into a pre-allocated buffer by Stephen Boyd · 8 years ago
  81. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  82. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  83. d72d9e2 mm: export filemap_check_errors() to modules by Miklos Szeredi · 8 years ago
  84. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  85. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  86. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  87. 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago
  88. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  89. a4a4f94 bdev: get rid of ->bd_inodes by Al Viro · 8 years ago
  90. 8175435 fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns by Seth Forshee · 10 years ago
  91. 0bd23d09 vfs: Don't modify inodes with a uid or gid unknown to the vfs by Eric W. Biederman · 8 years ago
  92. 2d90267 vfs: merge .d_select_inode() into .d_real() by Miklos Szeredi · 8 years ago
  93. cc50a07 userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag by Eric W. Biederman · 8 years ago
  94. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
  95. 6e4eab5 fs: Add user namespace member to struct super_block by Eric W. Biederman · 9 years ago
  96. d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 9 years ago
  97. 8654df4 mnt: Refactor fs_fully_visible into mount_too_revealing by Eric W. Biederman · 8 years ago
  98. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  99. 4e1b2d52 block, fs, drivers: remove REQ_OP compat defs and related code by Mike Christie · 8 years ago
  100. 8a4c1e4 direct-io: use bio set/get op accessors by Mike Christie · 8 years ago