summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-251-0/+8
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-3/+13
|\
| * vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-1/+1
| * vfs: move open right after ->tmpfile()Miklos Szeredi2022-09-241-0/+9
| * vfs: make vfs_tmpfile() staticMiklos Szeredi2022-09-241-3/+0
| * vfs: add vfs_tmpfile_open() helperMiklos Szeredi2022-09-241-0/+4
* | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-0/+2
|\ \
| * | fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe2022-09-211-1/+2
| * | fs: add file_operations->uring_cmd_iopollKanchan Joshi2022-09-211-0/+1
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-061-4/+5
|\ \
| * | fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner2022-09-291-4/+5
| |/
* | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-4/+5
|\ \
| * | Change calling conventions for filldir_tAl Viro2022-08-171-4/+5
| |/
* / fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers2022-09-211-1/+1
|/
* Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-131-5/+0
|\
| * fs: don't randomize struct kiocb fieldsKeith Busch2022-08-121-5/+0
* | Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-08-091-0/+2
|\ \
| * | fs: add mode_strip_sgid() helperYang Xu2022-07-191-0/+2
* | | Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-081-0/+2
|\ \ \
| * | | vfs: function to prevent re-use of block-device-based superblocksDaniil Lunev2022-07-271-0/+2
| |/ /
* | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-4/+8
|\ \ \
| * | | fsdax: dedup file range to use a compare functionShiyang Ruan2022-07-171-4/+8
| |/ /
* | | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-8/+13
|\ \ \
| * | | keep iocb_flags() result cached in struct fileAl Viro2022-06-101-3/+2
| * | | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-2/+8
| * | | struct file: use anonymous union member for rcuhead and llistAl Viro2022-06-101-3/+3
| |/ /
* | | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-1/+1
|\ \ \
| * | | fs: remove no_llseekJason A. Donenfeld2022-07-161-1/+1
| |/ /
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-17/+3
|\ \ \ | |_|/ |/| |
| * | fs: Remove aops->migratepage()Matthew Wilcox (Oracle)2022-08-021-2/+0
| * | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-12/+0
| * | fs: Add aops->migrate_folioMatthew Wilcox (Oracle)2022-08-021-1/+3
| * | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-021-2/+0
| |/
* | Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds2022-08-021-0/+4
|\ \
| * | fs: Add async write file modification handling.Stefan Roesch2022-07-241-0/+1
| * | fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch2022-07-241-0/+3
| |/
* | fs: port HAS_UNMAPPED_ID() to vfs{g,u}id_tChristian Brauner2022-06-291-2/+2
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-0/+4
* | fs: introduce tiny iattr ownership update helpersChristian Brauner2022-06-261-0/+76
* | fs: use mount types in iattrChristian Brauner2022-06-261-2/+16
* | fs: add two type safe mapping helpersChristian Brauner2022-06-261-2/+36
|/
* Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-11/+0
|\
| * move mount-related externs from fs.h to mount.hAl Viro2022-05-191-11/+0
* | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-041-3/+1
|\ \
| * | fs: remove fget_many and fput_many interfaceGou Hao2022-05-141-3/+1
| |/
* | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-05-261-0/+12
|\ \
| * | NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever2022-05-231-0/+2
| * | fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo2022-05-191-0/+3
| * | fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo2022-05-191-0/+7
| |/
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-0/+9
|\ \