aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-09btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov4-58/+57
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba7-18/+16
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota6-12/+429
2020-12-09btrfs: disallow mixed-bg in ZONED modeNaohiro Aota1-0/+6
2020-12-09btrfs: disable fallocate in ZONED modeNaohiro Aota1-0/+4
2020-12-09btrfs: disallow NODATACOW in ZONED modeNaohiro Aota2-0/+18
2020-12-09btrfs: disallow space_cache in ZONED modeNaohiro Aota3-2/+34
2020-12-09btrfs: introduce max_zone_append_sizeNaohiro Aota3-2/+19
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota7-0/+143
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota7-3/+287
2020-12-09fs/kernfs: remove the double check of dentry->inodeHui Su1-2/+1
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2-8/+0
2020-12-09xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong1-1/+1
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi7-46/+0
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2-11/+69
2020-12-09xfs: show the proper user quota optionsKaixu Xia1-4/+6
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia1-1/+0
2020-12-09xfs: remove unnecessary null check in xfs_generic_createKaixu Xia1-4/+2
2020-12-09xfs: directly return if the delta equal to zeroKaixu Xia1-14/+9
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia3-19/+3
2020-12-09xfs: delete duplicated tp->t_dqinfo null check and allocationKaixu Xia1-7/+0
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong1-13/+13
2020-12-09xfs: refactor file range validationDarrick J. Wong8-5/+37
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong5-20/+23
2020-12-09xfs: refactor data device extent validationDarrick J. Wong8-50/+32
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong1-3/+18
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong1-5/+5
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong1-0/+5
2020-12-09xfs: trace log intent item recovery failuresDarrick J. Wong2-1/+22
2020-12-09xfs: validate feature support when recovering rmap/refcount intentsDarrick J. Wong2-0/+6
2020-12-09xfs: improve the code that checks recovered extent-free intent itemsDarrick J. Wong1-7/+6
2020-12-09xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recoverDarrick J. Wong1-8/+25
2020-12-09xfs: improve the code that checks recovered refcount intent itemsDarrick J. Wong1-12/+11
2020-12-09xfs: hoist recovered refcount intent checks out of xfs_cui_item_recoverDarrick J. Wong1-21/+38
2020-12-09xfs: improve the code that checks recovered rmap intent itemsDarrick J. Wong1-12/+18
2020-12-09xfs: hoist recovered rmap intent checks out of xfs_rui_item_recoverDarrick J. Wong1-25/+42
2020-12-09xfs: improve the code that checks recovered bmap intent itemsDarrick J. Wong1-13/+13
2020-12-09xfs: hoist recovered bmap intent checks out of xfs_bui_item_recoverDarrick J. Wong1-27/+47
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong1-1/+2
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong2-0/+14
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust4-2/+12
2020-12-09nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust2-3/+13
2020-12-09nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALETrond Myklebust1-4/+12
2020-12-09exportfs: Add a function to return the raw output from fh_to_dentry()Trond Myklebust1-8/+24
2020-12-09nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2-8/+10
2020-12-09nfsd: allow filesystems to opt out of subtree checkingJeff Layton2-1/+7
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton4-3/+21
2020-12-09Revert "nfsd4: support change_attr_type attribute"J. Bruce Fields2-11/+0
2020-12-09nfsd4: don't query change attribute in v2/v3 caseJ. Bruce Fields1-5/+9
2020-12-09nfsd: minor nfsd4_change_attribute cleanupJ. Bruce Fields1-8/+5