summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-18mm/swap: consider max pages in iomap_swapfile_add_extentXu Yu
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds
2021-08-19erofs: add fiemap support with iomapGao Xiang
2021-08-19erofs: add support for the full decompressed lengthGao Xiang
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal
2021-08-17io_uring: pin ctx on fallback executionPavel Begunkov
2021-08-17fuse: truncate pagecache on atomic_o_truncMiklos Szeredi
2021-08-17f2fs: compress: do sanity check on clusterChao Yu
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li
2021-08-17f2fs: fix to keep compatibility of fault injection interfaceChao Yu
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-08-17f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang
2021-08-17nfsd4: Fix forced-expiry lockingJ. Bruce Fields
2021-08-17lockd: change the proc_handler for nsm_use_hostnamesJia He
2021-08-17NFSD: remove vanity commentsNeilBrown
2021-08-17lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington
2021-08-17NFSD: Use new __string_len C macros for nfsd_clid_classChuck Lever
2021-08-17NFSD: Use new __string_len C macros for the nfs_dirent tracepointChuck Lever
2021-08-17NFSD: Batch release pages during splice readChuck Lever
2021-08-17NFSD: Clean up splice actorChuck Lever
2021-08-17ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying
2021-08-17ovl: use kvalloc in xattr copy-upMiklos Szeredi
2021-08-17ovl: update ctime when changing fileattrChengguang Xu
2021-08-17ovl: skip checking lower file's i_writecount on truncateChengguang Xu
2021-08-17ovl: relax lookup error on mismatch origin ftypeAmir Goldstein
2021-08-17ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov
2021-08-17ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov
2021-08-17ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov
2021-08-17ovl: consistent behavior for immutable/append-only inodesAmir Goldstein
2021-08-17ovl: copy up sync/noatime fileattr flagsAmir Goldstein
2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein
2021-08-17fs: add generic helper for filling statx attribute flagsAmir Goldstein
2021-08-16iomap: move loop control code to iter.cDarrick J. Wong
2021-08-16iomap: constify iomap_iter_srcmapChristoph Hellwig
2021-08-16fsdax: switch the fault handlers to use iomap_iterChristoph Hellwig
2021-08-16fsdax: factor out a dax_fault_actor() helperShiyang Ruan
2021-08-16fsdax: factor out helpers to simplify the dax fault codeShiyang Ruan
2021-08-16iomap: rework unshare flagChristoph Hellwig
2021-08-16iomap: pass an iomap_iter to various buffered I/O helpersChristoph Hellwig
2021-08-16iomap: remove iomap_applyChristoph Hellwig
2021-08-16fsdax: switch dax_iomap_rw to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_swapfile_activate to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_seek_data to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_seek_hole to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_bmap to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_fiemap to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_page_mkwrite to use iomap_iterChristoph Hellwig