aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-09nfsd: simplify nfsd4_change_infoJ. Bruce Fields2-20/+2
2020-12-09nfsd: only call inode_query_iversion in the I_VERSION caseJ. Bruce Fields3-12/+13
2020-12-09nfs_common: need lock during iterate through the listCheng Lin1-1/+5
2020-12-09NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo1-0/+1
2020-12-09NFSD: Fix sparse warning in nfs4proc.cChuck Lever1-6/+2
2020-12-09nfsd: Fix message level for normal terminationkazuo ito1-2/+1
2020-12-09erofs: force inplace I/O under low memory scenarioGao Xiang2-8/+43
2020-12-09fs: quota: fix array-index-out-of-bounds bug by passing correct argument to vfs_cleanup_quota_inode()Anant Thazhemadam1-1/+1
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong2-27/+32
2020-12-08afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-12-08f2fs: fix race of pending_pages in decompressionDaeho Jeong3-13/+48
2020-12-08f2fs: fix to account inline xattr correctly during recoveryChao Yu1-2/+8
2020-12-08f2fs: inline: fix wrong inline inode statJack Qiu1-0/+2
2020-12-08f2fs: inline: correct comment in f2fs_recover_inline_dataJack Qiu1-1/+1
2020-12-08f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()Yangtao Li1-7/+0
2020-12-08f2fs: convert to F2FS_*_INO macroYangtao Li1-3/+3
2020-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+27
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton1-7/+10
2020-12-08btrfs: introduce ZONED feature flagNaohiro Aota1-0/+7
2020-12-08btrfs: return bool from btrfs_should_end_transactionNikolay Borisov2-3/+3
2020-12-08btrfs: return bool from should_end_transactionNikolay Borisov1-2/+2
2020-12-08btrfs: remove err variable from do_relocationNikolay Borisov1-21/+12
2020-12-08btrfs: eliminate err variable from merge_reloc_rootNikolay Borisov1-17/+7
2020-12-08btrfs: remove err variable from btrfs_delete_subvolumeNikolay Borisov1-14/+7
2020-12-08btrfs: unlock path before checking if extent is shared during nocow writebackFilipe Manana1-2/+11
2020-12-08btrfs: tree-checker: annotate all error branches as unlikelyDavid Sterba1-160/+173
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba1-3/+7
2020-12-08btrfs: use detach_page_private() in alloc_extent_buffer()Qu Wenruo1-6/+1
2020-12-08btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sumsQu Wenruo1-1/+5
2020-12-08btrfs: only clear EXTENT_LOCK bit in extent_invalidatepageQu Wenruo1-2/+10
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo3-3/+3
2020-12-08btrfs: scrub: remove the anonymous structure from scrub_pageQu Wenruo1-5/+3
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo3-46/+42
2020-12-08btrfs: introduce helper to handle page status update in end_bio_extent_readpage()Qu Wenruo1-5/+13
2020-12-08btrfs: add structure to keep track of extent range in end_bio_extent_readpageQu Wenruo1-34/+73
2020-12-08btrfs: tests: remove invalid extent-io testQu Wenruo1-15/+11
2020-12-08btrfs: sysfs: remove unneeded semicolonTom Rix1-1/+1
2020-12-08btrfs: simplify return values in setup_nodes_for_searchNikolay Borisov1-22/+8
2020-12-08btrfs: remove useless return value statement in split_nodeNikolay Borisov1-2/+1
2020-12-08btrfs: remove unnecessary attempt to drop extent maps after adding inline extentFilipe Manana1-1/+0
2020-12-08btrfs: stop incrementing log batch when joining log transactionFilipe Manana1-1/+0
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana3-1/+18
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov3-34/+29
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov3-10/+9
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov4-22/+21
2020-12-08btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov3-36/+37
2020-12-08btrfs: make btrfs_insert_replace_extent take btrfs_inodeNikolay Borisov1-17/+17
2020-12-08btrfs: make find_first_non_hole take btrfs_inodeNikolay Borisov1-7/+8
2020-12-08btrfs: make maybe_insert_hole take btrfs_inodeNikolay Borisov1-11/+11
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov10-51/+51