summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-112-2/+3
* btrfs: export and rename qgroup_reserve_metaNikolay Borisov2021-03-112-4/+6
* io_uring: ignore double poll add on the same waitqueue headJens Axboe2021-03-091-0/+3
* btrfs: fix warning when creating a directory with smack enabledFilipe Manana2021-03-091-4/+27
* btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov2021-03-091-1/+4
* btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-091-1/+1
* btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter2021-03-091-1/+18
* btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov2021-03-091-2/+4
* btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana2021-03-091-0/+18
* btrfs: fix race between swap file activation and snapshot creationFilipe Manana2021-03-091-2/+19
* btrfs: fix race between writes to swap files and scrubFilipe Manana2021-03-095-3/+72
* btrfs: fix raid6 qstripe kmapIra Weiny2021-03-091-11/+10
* btrfs: avoid double put of block group when emptying clusterJosef Bacik2021-03-091-4/+4
* btrfs: fix error handling in commit_fs_rootsJosef Bacik2021-03-071-5/+6
* f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu2021-03-071-0/+8
* f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim2021-03-071-2/+2
* fs: make unlazy_walk() error handling consistentJens Axboe2021-03-071-26/+17
* xfs: Fix assert failure in xfs_setattr_size()Yumei Huang2021-03-071-1/+1
* erofs: fix shift-out-of-bounds of blkszbitsGao Xiang2021-03-071-2/+2
* JFS: more checks for invalid superblockRandy Dunlap2021-03-072-0/+11
* gfs2: Recursive gfs2_quota_hold in gfs2_iomap_endAndreas Gruenbacher2021-03-041-3/+3
* gfs2: Lock imbalance on error path in gfs2_recover_oneAndreas Gruenbacher2021-03-041-1/+3
* gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson2021-03-041-6/+2
* gfs2: fix glock confusion in function signal_our_withdrawBob Peterson2021-03-041-7/+9
* f2fs: flush data when enabling checkpoint backJaegeuk Kim2021-03-041-0/+3
* f2fs: enforce the immutable flag on open filesChao Yu2021-03-041-0/+17
* f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-041-1/+2
* proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe2021-03-042-1/+8
* kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson2021-03-041-2/+2
* zonefs: Fix file size of zones in full conditionShin'ichiro Kawasaki2021-03-041-0/+3
* exfat: fix shift-out-of-bounds in exfat_fill_super()Namjae Jeon2021-03-042-5/+30
* fs/affs: release old buffer head on error pathPan Bian2021-03-041-1/+3
* pstore: Fix typo in compression option nameJiri Bohac2021-03-041-2/+2
* btrfs: fix extent buffer leak on failure to copy rootFilipe Manana2021-03-041-0/+2
* btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik2021-03-042-14/+24
* btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik2021-03-045-117/+74
* btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik2021-03-041-7/+12
* btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik2021-03-041-3/+1
* btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik2021-03-041-2/+3
* btrfs: add asserts for deleting backref cache nodesJosef Bacik2021-03-041-3/+6
* btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik2021-03-041-1/+1
* btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_nodeJosef Bacik2021-03-041-7/+0
* erofs: initialized fields can only be observed after bit is setGao Xiang2021-03-042-2/+18
* proc: use kvzalloc for our kernel bufferJosef Bacik2021-03-041-2/+2
* NFSv4: Fixes for nfs4_bitmask_adjust()Trond Myklebust2021-03-041-7/+8
* ocfs2: fix a use after free on errorDan Carpenter2021-03-041-1/+7
* ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting itGeert Uytterhoeven2021-03-041-2/+1
* ext4: fix potential htree index checksum corruptionTheodore Ts'o2021-03-041-4/+3
* ceph: fix flush_snap logic after putting capsJeff Layton2021-03-041-4/+6
* nfsd: register pernet ops last, unregister firstJ. Bruce Fields2021-03-041-7/+7