summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* fs: add fget_many() and fput_many()Jens Axboe2021-12-081-1/+3
* writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2021-01-301-1/+0
* writeback: Avoid skipping inode writebackJan Kara2020-09-031-2/+6
* gcc-10 warnings: fix low-hanging fruitLinus Torvalds2020-05-201-1/+1
* futex: Fix inode life-time issuePeter Zijlstra2020-03-251-0/+1
* mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler2019-07-281-0/+2
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-05-081-0/+4
* aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds2019-05-021-1/+7
* fsnotify: Fix busy inodes during unmountJan Kara2018-11-131-0/+3
* vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-241-14/+3
* vfs: add the fadvise() file operationAmir Goldstein2018-08-301-0/+5
* namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-08-231-0/+2
* Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-14/+15
|\
| * vfs: remove open_flags from d_real()Miklos Szeredi2018-07-181-1/+1
| * Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi2018-07-181-12/+1
| * Revert "vfs: add flags to d_real()"Miklos Szeredi2018-07-181-1/+1
| * Revert "vfs: update ovl inode before relatime check"Miklos Szeredi2018-07-181-0/+1
| * vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi2018-07-181-0/+4
| * vfs: export vfs_ioctl() to modulesMiklos Szeredi2018-07-181-0/+2
| * vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi2018-07-181-0/+3
| * Merge branch 'dedupe-cleanup' into overlayfs-nextMiklos Szeredi2018-07-181-1/+1
| |\
| | * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-1/+1
| | * vfs: dedupe: return intMiklos Szeredi2018-07-061-1/+1
| * | new helper: open_with_fake_path()Al Viro2018-07-121-0/+2
* | | 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
| | |/ | |/|