summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2018-11-13fsnotify: Fix busy inodes during unmountJan Kara
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-08-30vfs: add the fadvise() file operationAmir Goldstein
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe
2018-08-17vfs: discard ATTR_ATTR_FLAGNeilBrown
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-03new helper: inode_fake_hash()Al Viro
2018-08-03new primitive: discard_new_inode()Al Viro
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-07-18vfs: remove open_flags from d_real()Miklos Szeredi
2018-07-18Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi
2018-07-18Revert "vfs: add flags to d_real()"Miklos Szeredi
2018-07-18Revert "vfs: update ovl inode before relatime check"Miklos Szeredi
2018-07-18vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi
2018-07-18vfs: export vfs_ioctl() to modulesMiklos Szeredi
2018-07-18vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi
2018-07-18Merge branch 'dedupe-cleanup' into overlayfs-nextMiklos Szeredi
2018-07-12new helper: open_with_fake_path()Al Viro
2018-07-12kill FILE_{CREATED,OPENED}Al Viro
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-07-12introduce FMODE_OPENEDAl Viro
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro
2018-07-10turn filp_clone_open() into inline wrapper for dentry_open()Al Viro
2018-07-08fs: shave 8 bytes off of struct inodeAmir Goldstein
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi
2018-07-06vfs: dedupe: return intMiklos Szeredi
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-18removed extra extern file_fdatawait_rangeVasily Averin
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-07Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge tag 'locks-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-05-31fs: Add aio iopriority supportAdam Manzanares
2018-05-31fs: Convert kiocb rw_hint from enum to u16Adam Manzanares
2018-05-31vfs: factor out inode_insert5()Miklos Szeredi
2018-05-29block: don't print a message when the device went awayChristoph Hellwig
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig
2018-05-25fs: add timespec64_truncate()Deepa Dinamani
2018-05-20fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabledEric Biggers