summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand
2021-05-05mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)
2021-04-30mm: provide filemap_range_needs_writeback() helperJens Axboe
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-23fs: Document file_ra_stateMatthew Wilcox (Oracle)
2021-04-12vfs: remove unused ioctl helpersMiklos Szeredi
2021-04-12vfs: add fileattr opsMiklos Szeredi
2021-03-23fs: update kernel-doc for vfs_rename()Christian Brauner
2021-03-23fs: turn some comments into kernel-docLukas Bulwahn
2021-03-23fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner
2021-03-23fs: introduce fsuidgid_has_mapping() helperChristian Brauner
2021-03-23fs: document and rename fsid helpersChristian Brauner
2021-03-23fs: document mapping helpersChristian Brauner
2021-03-08new helper: inode_wrong_type()Al Viro
2021-02-24mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-27libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()Eric Biggers
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24open: handle idmapped mounts in do_truncate()Christian Brauner
2021-01-24namei: prepare for idmapped mountsChristian Brauner
2021-01-24namei: introduce struct renamedataChristian Brauner
2021-01-24namei: handle idmapped mounts in may_*() helpersChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-24fs: add file and path permissions helpersChristian Brauner
2021-01-24fs: add id translation helpersChristian Brauner
2021-01-24mount: attach mappings to mountsChristian Brauner
2021-01-13ext4: simplify i_state checks in __ext4_update_other_inode_time()Eric Biggers
2021-01-13fs: correctly document the inode dirty flagsEric Biggers
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-12-15mm/gup: remove the vma allocation from gup_longterm_locked()Jason Gunthorpe
2020-12-10fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li
2020-12-02libfs: Add generic function for setting dentry_opsDaniel Rosenberg
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig
2020-11-13Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-11-10vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-25epoll: take epitem list out of struct fileAl Viro
2020-10-25convert ->f_ep_links/->fllink to hlistAl Viro