summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-07-14btrfs: clear log tree recovering status if starting transaction failsDavid Sterba
2021-07-14btrfs: disable build on platforms having page size 256KChristophe Leroy
2021-07-14btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik
2021-07-14btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik
2021-07-14btrfs: clear defrag status of a root if starting transaction failsDavid Sterba
2021-07-14btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana
2021-06-16btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov
2021-06-16btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani
2021-06-10btrfs: fix unmountable seed device after fstrimAnand Jain
2021-06-10btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik
2021-06-10btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik
2021-06-10btrfs: fix error handling in btrfs_del_csumsJosef Bacik
2021-06-10btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik
2021-06-10btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik
2021-06-03btrfs: return whole extents in fiemapBoris Burkov
2021-05-26btrfs: avoid RCU stalls while running delayed iputsJosef Bacik
2021-05-11btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana
2021-05-11btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik
2021-05-11btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana
2021-03-24btrfs: fix slab cache flags for free space tree bitmapDavid Sterba
2021-03-24btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana
2021-03-20btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo
2021-03-09btrfs: fix warning when creating a directory with smack enabledFilipe Manana
2021-03-09btrfs: unlock extents in btrfs_zero_range in case of quota reservation errorsNikolay Borisov
2021-03-09btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-03-09btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctlDan Carpenter
2021-03-09btrfs: fix raid6 qstripe kmapIra Weiny
2021-03-09btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba
2021-03-07btrfs: fix error handling in commit_fs_rootsJosef Bacik
2021-03-04btrfs: fix extent buffer leak on failure to copy rootFilipe Manana
2021-03-04btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik
2021-03-04btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik
2021-03-04btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik
2021-03-04btrfs: clarify error returns values in __load_free_space_cacheZhihao Cheng
2021-02-23btrfs: fix backport of 2175bf57dc952 in 5.4.95David Sterba
2021-02-07btrfs: backref, use correct count to resolve normal data refsethanwu
2021-02-07btrfs: backref, only search backref entries from leaves of the same rootethanwu
2021-02-07btrfs: backref, don't add refs from shared block when resolving normal backrefethanwu
2021-02-07btrfs: backref, only collect file extent items matching backref offsetethanwu
2021-02-03btrfs: fix possible free space tree corruption with online conversionJosef Bacik
2021-01-27btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana
2021-01-27btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik
2021-01-27btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik
2021-01-27btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik
2021-01-19btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2021-01-19btrfs: tree-checker: check if chunk item end overflowsSu Yue
2021-01-19btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue
2021-01-12btrfs: send: fix wrong file path when there is an inode with a pending rmdirFilipe Manana
2021-01-06btrfs: fix race when defragmenting leads to unnecessary IOFilipe Manana