summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig2021-02-241-2/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-43/+143
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-14/+25
| * open: handle idmapped mounts in do_truncate()Christian Brauner2021-01-241-2/+2
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-11/+21
| * namei: introduce struct renamedataChristian Brauner2021-01-241-1/+11
| * namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-5/+9
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-3/+5
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-4/+4
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-4/+6
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-0/+8
| * fs: add id translation helpersChristian Brauner2021-01-241-0/+47
| * mount: attach mappings to mountsChristian Brauner2021-01-241-0/+6
* | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-221-5/+28
|\ \
| * | ext4: simplify i_state checks in __ext4_update_other_inode_time()Eric Biggers2021-01-131-0/+15
| * | fs: correctly document the inode dirty flagsEric Biggers2021-01-131-5/+13
| |/
* / libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()Eric Biggers2021-01-271-5/+0
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-251-2/+1
|\
| * fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li2020-12-101-2/+1
* | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-0/+1
|\ \
| * | libfs: Add generic function for setting dentry_opsDaniel Rosenberg2020-12-021-0/+1
* | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-4/+1
|\ \ \
| * | | block: remove i_bdevChristoph Hellwig2020-12-011-1/+0
| * | | fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig2020-12-011-3/+1
| | |/ | |/|
* | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-12-151-3/+2
|\ \ \
| * | | epoll: take epitem list out of struct fileAl Viro2020-10-251-3/+2
| * | | convert ->f_ep_links/->fllink to hlistAl Viro2020-10-251-1/+1
* | | | mm/gup: remove the vma allocation from gup_longterm_locked()Jason Gunthorpe2020-12-151-1/+1
| |/ / |/| |
* | | Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-131-11/+27
|\ \ \ | |_|/ |/| |
| * | vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong2020-11-101-3/+18
| * | vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong2020-11-101-10/+11
| |/
* / fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-17/+5
|\
| * fs: move vfs_fstatat out of lineChristoph Hellwig2020-09-261-7/+2
| * fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatatChristoph Hellwig2020-09-261-9/+7
| * fs: remove vfs_statx_fdChristoph Hellwig2020-09-261-6/+1
* | Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-231-6/+2
|\ \
| * | vfs: move the generic write and copy checks out of mmDarrick J. Wong2020-10-151-3/+0
| * | vfs: move the remap range helpers to remap_range.cDarrick J. Wong2020-10-151-3/+0
| * | vfs: move generic_remap_checks out of mmDarrick J. Wong2020-10-141-0/+2
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-2/+0
|\ \ \
| * | | fs: don't allow splice read/write without explicit opsChristoph Hellwig2020-09-081-2/+0
| | |/ | |/|
* | | Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-161-0/+16
|\ \ \
| * | | fs: Add standard casefolding supportDaniel Rosenberg2020-09-101-0/+16
| | |/ | |/|
* | | fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)2020-10-161-27/+0
* | | fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)2020-10-161-0/+1
* | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-39/+0
|\ \ \
| * | | fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-38/+0
| * | | fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enumKees Cook2020-10-051-2/+1