Age | Commit message (Expand) | Author | Files | Lines |
2016-09-01 | ovl: don't cache acl on overlay layer | Miklos Szeredi | 1 | -0/+1 |
2016-08-07 | block/mm: make bdev_ops->rw_page() take a bool for read/write | Jens Axboe | 1 | -2/+1 |
2016-08-07 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -5/+0 |
2016-08-04 | mm/block: convert rw_page users to bio op use | Mike Christie | 1 | -1/+2 |
2016-08-03 | Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze... | Al Viro | 1 | -5/+0 |
2016-08-03 | vfs: make dentry_needs_remove_privs() internal | Miklos Szeredi | 1 | -1/+0 |
2016-08-03 | vfs: remove file_needs_remove_privs() | Miklos Szeredi | 1 | -4/+0 |
2016-08-03 | firmware: support loading into a pre-allocated buffer | Stephen Boyd | 1 | -0/+1 |
2016-07-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -29/+50 |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -0/+1 |
2016-07-29 | mm: export filemap_check_errors() to modules | Miklos Szeredi | 1 | -0/+1 |
2016-07-28 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -7/+1 |
2016-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+6 |
2016-07-27 | mm: migrate: support non-lru movable page migration | Minchan Kim | 1 | -0/+2 |
2016-07-27 | fs/fs-writeback.c: add a new writeback list for sync | Dave Chinner | 1 | -0/+4 |
2016-07-21 | block: get rid of bio_rw and READA | Christoph Hellwig | 1 | -17/+1 |
2016-07-19 | bdev: get rid of ->bd_inodes | Al Viro | 1 | -1/+0 |
2016-07-05 | fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns | Seth Forshee | 1 | -25/+25 |
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-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+2 |
2016-05-28 | switch ->setxattr() to passing dentry and inode separately | Al Viro | 1 | -1/+2 |
2016-05-27 | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2016-05-23 | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+0 |
2016-05-21 | Revert "block: enable dax for raw block devices" | Dan Williams | 1 | -8/+0 |
2016-05-21 | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
2016-05-19 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -6/+25 |
2016-05-18 | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -12/+29 |
2016-05-18 | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2016-05-17 | block: Update blkdev_dax_capable() for consistency | Toshi Kani | 1 | -8/+0 |
2016-05-17 | dax: Remove complete_unwritten argument | Jan Kara | 1 | -1/+0 |
2016-05-13 | ext4: switch to ->iterate_shared() | Al Viro | 1 | -0/+7 |
2016-05-03 | introduce a parallel variant of ->iterate() | Al Viro | 1 | -0/+1 |
2016-05-03 | parallel lookups: actual switch to rwsem | Al Viro | 1 | -6/+21 |
2016-05-03 | parallel lookups machinery, part 2 | Al Viro | 1 | -0/+1 |
2016-05-03 | Merge getxattr prototype change into work.lookups | Al Viro | 1 | -1/+14 |
2016-05-02 | fs: simplify the generic_write_sync prototype | Christoph Hellwig | 1 | -6/+18 |
2016-05-02 | fs: add IOCB_SYNC and IOCB_DSYNC | Christoph Hellwig | 1 | -4/+10 |
2016-05-02 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 1 | -5/+4 |
2016-05-02 | filemap: remove the pos argument to generic_file_direct_write | Christoph Hellwig | 1 | -1/+1 |