| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-07-05 | vfs: Don't modify inodes with a uid or gid unknown to the vfs |  Eric W. Biederman | 1 | -0/+5 |
| 2016-06-30 | vfs: merge .d_select_inode() into .d_real() |  Miklos Szeredi | 1 | -6/+1 |
| 2016-06-23 | userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag |  Eric W. Biederman | 1 | -1/+0 |
| 2016-06-23 | vfs: Generalize filesystem nodev handling. |  Eric W. Biederman | 1 | -0/+2 |
| 2016-06-23 | fs: Add user namespace member to struct super_block |  Eric W. Biederman | 1 | -0/+12 |
| 2016-06-23 | vfs: Pass data, ns, and ns->userns to mount_ns |  Eric W. Biederman | 1 | -2/+3 |
| 2016-06-23 | mnt: Refactor fs_fully_visible into mount_too_revealing |  Eric W. Biederman | 1 | -1/+3 |
| 2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH |  Mike Christie | 1 | -2/+2 |
| 2016-06-07 | block, fs, drivers: remove REQ_OP compat defs and related code |  Mike Christie | 1 | -22/+15 |
| 2016-06-07 | direct-io: use bio set/get op accessors |  Mike Christie | 1 | -1/+1 |
| 2016-06-07 | block: add REQ_OP definitions and helpers |  Mike Christie | 1 | -2/+24 |
| 2016-06-07 | block/fs/drivers: remove rw argument from submit_bio |  Mike Christie | 1 | -1/+1 |
| 2016-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+2 |
| 2016-05-27 | switch ->setxattr() to passing dentry and inode separately |  Al Viro | 1 | -1/+2 |
| 2016-05-26 | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -1/+0 |
| 2016-05-23 | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -8/+0 |
| 2016-05-20 | Revert "block: enable dax for raw block devices" |  Dan Williams | 1 | -8/+0 |
| 2016-05-20 | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core |  Linus Torvalds | 1 | -0/+2 |
| 2016-05-19 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security |  Linus Torvalds | 1 | -6/+25 |
| 2016-05-17 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -11/+28 |
| 2016-05-17 | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
| 2016-05-17 | block: Update blkdev_dax_capable() for consistency |  Toshi Kani | 1 | -8/+0 |
| 2016-05-16 | dax: Remove complete_unwritten argument |  Jan Kara | 1 | -1/+0 |
| 2016-05-12 | ext4: switch to ->iterate_shared() |  Al Viro | 1 | -0/+7 |
| 2016-05-02 | introduce a parallel variant of ->iterate() |  Al Viro | 1 | -0/+1 |
| 2016-05-02 | parallel lookups: actual switch to rwsem |  Al Viro | 1 | -6/+21 |
| 2016-05-02 | parallel lookups machinery, part 2 |  Al Viro | 1 | -0/+1 |
| 2016-05-02 | Merge getxattr prototype change into work.lookups |  Al Viro | 1 | -1/+14 |
| 2016-05-01 | fs: simplify the generic_write_sync prototype |  Christoph Hellwig | 1 | -5/+17 |
| 2016-05-01 | fs: add IOCB_SYNC and IOCB_DSYNC |  Christoph Hellwig | 1 | -4/+10 |
| 2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO |  Christoph Hellwig | 1 | -5/+4 |
| 2016-05-01 | filemap: remove the pos argument to generic_file_direct_write |  Christoph Hellwig | 1 | -1/+1 |
| 2016-04-27 | fs: fix over-zealous use of "const" |  Kees Cook | 1 | -1/+1 |
| 2016-04-21 | fs: define a string representation of the kernel_read_file_id enumeration |  Mimi Zohar | 1 | -6/+25 |
| 2016-04-19 | Merge 4.6-rc4 into driver-core-next |  Greg Kroah-Hartman | 1 | -2/+12 |
| 2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments |  Al Viro | 1 | -1/+2 |
| 2016-04-07 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 |  Linus Torvalds | 1 | -0/+10 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros |  Kirill A. Shutemov | 1 | -2/+2 |
| 2016-03-31 | posix_acl: Inode acl caching fixes |  Andreas Gruenbacher | 1 | -0/+12 |
| 2016-03-29 | chrdev: emit a warning when we go below dynamic major range |  Linus Walleij | 1 | -0/+2 |
| 2016-03-28 | constify vfs_truncate() |  Al Viro | 1 | -1/+1 |
| 2016-03-26 | fs: add file_dentry() |  Miklos Szeredi | 1 | -0/+10 |
| 2016-03-22 | fs/coredump: prevent fsuid=0 dumps into user-controlled directories |  Jann Horn | 1 | -1/+1 |
| 2016-03-21 | Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs |  Linus Torvalds | 1 | -1/+1 |
| 2016-03-21 | Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs |  Linus Torvalds | 1 | -0/+8 |
| 2016-03-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -7/+3 |
| 2016-03-18 | Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next |  Al Viro | 1 | -7/+3 |
| 2016-03-17 | fs crypto: move per-file encryption from f2fs tree to fs/crypto |  Jaegeuk Kim | 1 | -0/+8 |
| 2016-03-14 | kill dentry_unhash() |  Al Viro | 1 | -5/+0 |
| 2016-03-04 | vfs: add the RWF_HIPRI flag for preadv2/pwritev2 |  Christoph Hellwig | 1 | -0/+1 |