summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* mpage: mpage_readpages() should submit IO as read-aheadJens Axboe2018-08-171-0/+4
* vfs: discard ATTR_ATTR_FLAGNeilBrown2018-08-171-1/+0
*-. Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds2018-08-131-4/+3
|\ \
| * | fs: shave 8 bytes off of struct inodeAmir Goldstein2018-07-081-2/+3
| * | removed extra extern file_fdatawait_rangeVasily Averin2018-06-181-2/+0
| |/
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-1/+16
|\ \
| * | new helper: inode_fake_hash()Al Viro2018-08-031-0/+11
| * | new primitive: discard_new_inode()Al Viro2018-08-031-1/+5
| |/
* | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-8/+9
|\ \
| * | kill FILE_{CREATED,OPENED}Al Viro2018-07-121-4/+0
| * | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-1/+1
| * | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-2/+1
| * | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-0/+1
| * | introduce FMODE_OPENEDAl Viro2018-07-121-0/+2
| * | turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2018-07-101-1/+4
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-221-0/+1
|\| |
| * | drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro2018-07-101-0/+1
| |/
* / Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-2/+0
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-11/+13
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-11/+12
| * fs: add timespec64_truncate()Deepa Dinamani2018-05-251-0/+1
* | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-081-2/+14
|\ \
| * | fs: Add aio iopriority supportAdam Manzanares2018-05-311-0/+3
| * | fs: Convert kiocb rw_hint from enum to u16Adam Manzanares2018-05-311-2/+11
* | | Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-071-0/+4
|\ \ \
| * | | vfs: factor out inode_insert5()Miklos Szeredi2018-05-311-0/+4
| | |/ | |/|
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-051-2/+2
|\ \ \
| * | | fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabledEric Biggers2018-05-201-2/+2
| |/ /
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-06-051-0/+5
|\ \ \
| * | | vfs: add the sb_start_intwrite_trylock() helperAmir Goldstein2018-05-131-0/+5
| |/ /
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-0/+2
|\ \ \ | | |/ | |/|
| * | fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig2018-05-261-0/+2
| |/
* | Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-06-041-1/+1
|\ \
| * | fasync: Fix deadlock between task-context and interrupt-context kill_fasync()Kirill Tkhai2018-05-011-1/+1
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-1/+1
|\ \
| * | fs.h: fix outdated comment about file flagsLi Qiang2018-05-171-1/+1
| |/
* / block: don't print a message when the device went awayChristoph Hellwig2018-05-291-1/+1
|/
* Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-121-0/+6
|\
| * buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-191-0/+6
* | Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-121-1/+1
|\ \
| * | vfs: Remove the const from dir_context::actorDavid Howells2018-04-091-1/+1
* | | page cache: use xa_lockMatthew Wilcox2018-04-111-4/+4
* | | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-0/+4
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-091-0/+4
| |\ \
| | * | fs, dax: prepare for dax-specific address_space_operationsDan Williams2018-03-301-0/+4
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-0/+2
|\ \ \ \
| * | | | ima: fail file signature verification on non-init mounted filesystemsMimi Zohar2018-03-231-0/+2
| |/ / /
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-2/+3
|\ \ \ \
| * | | | fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2018-03-281-1/+2
| * | | | vfs: make sure struct filename->iname is word-alignedRasmus Villemoes2018-03-191-1/+1
OpenPOWER on IntegriCloud