summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-12-09nfsd: simplify nfsd4_change_infoJ. Bruce Fields
2020-12-09nfsd: only call inode_query_iversion in the I_VERSION caseJ. Bruce Fields
2020-12-09nfs_common: need lock during iterate through the listCheng Lin
2020-12-09NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo
2020-12-09NFSD: Fix sparse warning in nfs4proc.cChuck Lever
2020-12-09nfsd: Fix message level for normal terminationkazuo ito
2020-12-09erofs: force inplace I/O under low memory scenarioGao Xiang
2020-12-09fs: quota: fix array-index-out-of-bounds bug by passing correct argument to v...Anant Thazhemadam
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong
2020-12-08afs: Fix memory leak when mounting with multiple source parametersDavid Howells
2020-12-08f2fs: fix race of pending_pages in decompressionDaeho Jeong
2020-12-08f2fs: fix to account inline xattr correctly during recoveryChao Yu
2020-12-08f2fs: inline: fix wrong inline inode statJack Qiu
2020-12-08f2fs: inline: correct comment in f2fs_recover_inline_dataJack Qiu
2020-12-08f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()Yangtao Li
2020-12-08f2fs: convert to F2FS_*_INO macroYangtao Li
2020-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton
2020-12-08btrfs: introduce ZONED feature flagNaohiro Aota
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov
2020-12-08btrfs: return bool from should_end_transactionNikolay Borisov
2020-12-08btrfs: remove err variable from do_relocationNikolay Borisov
2020-12-08btrfs: eliminate err variable from merge_reloc_rootNikolay Borisov
2020-12-08btrfs: remove err variable from btrfs_delete_subvolumeNikolay Borisov
2020-12-08btrfs: unlock path before checking if extent is shared during nocow writebackFilipe Manana
2020-12-08btrfs: tree-checker: annotate all error branches as unlikelyDavid Sterba
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba
2020-12-08btrfs: use detach_page_private() in alloc_extent_buffer()Qu Wenruo
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo
2020-12-08btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageQu Wenruo
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo
2020-12-08btrfs: introduce helper to handle page status update in end_bio_extent_readpa...Qu Wenruo
2020-12-08btrfs: add structure to keep track of extent range in end_bio_extent_readpageQu Wenruo
2020-12-08btrfs: tests: remove invalid extent-io testQu Wenruo
2020-12-08btrfs: sysfs: remove unneeded semicolonTom Rix
2020-12-08btrfs: simplify return values in setup_nodes_for_searchNikolay Borisov
2020-12-08btrfs: remove useless return value statement in split_nodeNikolay Borisov
2020-12-08btrfs: remove unnecessary attempt to drop extent maps after adding inline extentFilipe Manana
2020-12-08btrfs: stop incrementing log batch when joining log transactionFilipe Manana
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_insert_replace_extent take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make find_first_non_hole take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make maybe_insert_hole take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov