summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-25mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig1-2/+2
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-43/+143
2021-02-23Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+28
2021-01-28libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()Eric Biggers1-5/+0
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-14/+25
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner1-2/+2
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-11/+21
2021-01-24namei: introduce struct renamedataChristian Brauner1-1/+11
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner1-5/+9
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-3/+5
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-4/+4
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-4/+6
2021-01-24fs: add file and path permissions helpersChristian Brauner1-0/+8
2021-01-24fs: add id translation helpersChristian Brauner1-0/+47
2021-01-24mount: attach mappings to mountsChristian Brauner1-0/+6
2021-01-13ext4: simplify i_state checks in __ext4_update_other_inode_time()Eric Biggers1-0/+15
2021-01-13fs: correctly document the inode dirty flagsEric Biggers1-5/+13
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2020-12-16Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+2
2020-12-15mm/gup: remove the vma allocation from gup_longterm_locked()Jason Gunthorpe1-1/+1
2020-12-11fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li1-2/+1
2020-12-03libfs: Add generic function for setting dentry_opsDaniel Rosenberg1-0/+1
2020-12-02block: remove i_bdevChristoph Hellwig1-1/+0
2020-12-02fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig1-3/+1
2020-11-14Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-11/+27
2020-11-11vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong1-3/+18
2020-11-11vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong1-10/+11
2020-10-30fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-26epoll: take epitem list out of struct fileAl Viro1-3/+2
2020-10-26convert ->f_ep_links/->fllink to hlistAl Viro1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-17/+5
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-6/+2
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+16
2020-10-16fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)1-27/+0
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)1-0/+1
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-39/+0
2020-10-15vfs: move the generic write and copy checks out of mmDarrick J. Wong1-3/+0
2020-10-15vfs: move the remap range helpers to remap_range.cDarrick J. Wong1-3/+0
2020-10-15vfs: move generic_remap_checks out of mmDarrick J. Wong1-0/+2
2020-10-14mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEEDYafang Shao1-0/+4
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+19
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-13Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-2/+0
2020-10-13Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+0
2020-10-07fs: remove no longer used dio_end_io()Goldwyn Rodrigues1-2/+0
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden1-38/+0