summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-2/+1
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-5/+0
|\
| * Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Al Viro2016-08-031-5/+0
| |\
| | * vfs: make dentry_needs_remove_privs() internalMiklos Szeredi2016-08-031-1/+0
| | * vfs: remove file_needs_remove_privs()Miklos Szeredi2016-08-031-4/+0
* | | mm/block: convert rw_page users to bio op useMike Christie2016-08-041-1/+2
* | | firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-021-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-29/+50
|\ \ \ | |/ / |/| |
| * | fs: Update i_[ug]id_(read|write) to translate relative to s_user_nsSeth Forshee2016-07-051-25/+25
| * | vfs: Don't modify inodes with a uid or gid unknown to the vfsEric W. Biederman2016-07-051-0/+5
| * | userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman2016-06-231-1/+0
| * | vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-231-0/+2
| * | fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-231-0/+12
| * | vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-231-2/+3
| * | mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-231-1/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-291-0/+1
|\ \
| * | mm: export filemap_check_errors() to modulesMiklos Szeredi2016-07-291-0/+1
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-7/+1
|\ \
| * | bdev: get rid of ->bd_inodesAl Viro2016-07-191-1/+0
| * | vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-6/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-0/+6
|\ \
| * | mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-261-0/+2
| * | fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-261-0/+4
| |/
* | block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-17/+1
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-2/+2
* | block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-071-22/+15
* | direct-io: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* | block: add REQ_OP definitions and helpersMike Christie2016-06-071-2/+24
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-271-1/+2
|\
| * switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-1/+2
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-1/+0
|\ \ | |/ |/|
| * block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-171-8/+0
| * dax: Remove complete_unwritten argumentJan Kara2016-05-161-1/+0
* | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-231-8/+0
|\ \
| * | Revert "block: enable dax for raw block devices"Dan Williams2016-05-201-8/+0
| |/
* | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-201-0/+2
|\ \
| * | Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman2016-04-191-2/+12
| |\|
| * | chrdev: emit a warning when we go below dynamic major rangeLinus Walleij2016-03-291-0/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-6/+25
|\ \ \
| * | | fs: fix over-zealous use of "const"Kees Cook2016-04-271-1/+1
| * | | fs: define a string representation of the kernel_read_file_id enumerationMimi Zohar2016-04-211-6/+25
| |/ /
* | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-12/+29
|\ \ \
| * | | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-6/+18
| * | | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-4/+10
| * | | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-5/+4
| * | | filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-011-1/+1
| | |/ | |/|
* | | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-171-1/+1
|\ \ \
| * | | constify vfs_truncate()Al Viro2016-03-281-1/+1
| | |/ | |/|
* | | ext4: switch to ->iterate_shared()Al Viro2016-05-121-0/+7