summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+3
2018-08-14Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+16
2018-08-14Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-8/+9
2018-08-03new helper: inode_fake_hash()Al Viro1-0/+11
2018-08-03new primitive: discard_new_inode()Al Viro1-1/+5
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-07-12kill FILE_{CREATED,OPENED}Al Viro1-4/+0
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-1/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-2/+1
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-0/+1
2018-07-12introduce FMODE_OPENEDAl Viro1-0/+2
2018-07-11drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-0/+1
2018-07-11turn filp_clone_open() into inline wrapper for dentry_open()Al Viro1-1/+4
2018-07-09fs: shave 8 bytes off of struct inodeAmir Goldstein1-2/+3
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+0
2018-06-18removed extra extern file_fdatawait_rangeVasily Averin1-2/+0
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-11/+13
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+14
2018-06-07Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+4
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-11/+12
2018-06-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2018-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+5
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-0/+2
2018-06-04Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-05-31fs: Add aio iopriority supportAdam Manzanares1-0/+3
2018-05-31fs: Convert kiocb rw_hint from enum to u16Adam Manzanares1-2/+11
2018-05-31vfs: factor out inode_insert5()Miklos Szeredi1-0/+4
2018-05-29block: don't print a message when the device went awayChristoph Hellwig1-1/+1
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig1-0/+2
2018-05-26fs: add timespec64_truncate()Deepa Dinamani1-0/+1
2018-05-20fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabledEric Biggers1-2/+2
2018-05-18fs.h: fix outdated comment about file flagsLi Qiang1-1/+1
2018-05-14vfs: add the sb_start_intwrite_trylock() helperAmir Goldstein1-0/+5
2018-05-01fasync: Fix deadlock between task-context and interrupt-context kill_fasync()Kirill Tkhai1-1/+1
2018-04-12Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-04-11page cache: use xa_lockMatthew Wilcox1-4/+4
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2018-04-09vfs: Remove the const from dir_context::actorDavid Howells1-1/+1
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams1-0/+4
2018-04-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+3
2018-04-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+0
2018-03-30fs, dax: prepare for dax-specific address_space_operationsDan Williams1-0/+4
2018-03-28fs: move I_DIRTY_INODE to fs.hChristoph Hellwig1-1/+2
2018-03-23ima: fail file signature verification on non-init mounted filesystemsMimi Zohar1-0/+2
2018-03-19buffer.c: call thaw_super during emergency thawMateusz Guzik1-0/+6
2018-03-19vfs: make sure struct filename->iname is word-alignedRasmus Villemoes1-1/+1
2018-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1