summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-09-12Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-08-15btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-08-15btrfs: export and rename qgroup_reserve_metaNikolay Borisov
2021-08-15btrfs: qgroup: don't commit transaction when we already hold the handleQu Wenruo
2021-08-15btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana
2021-08-15btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-...Qu Wenruo
2021-08-15btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKEDQu Wenruo
2021-08-15btrfs: qgroup: try to flush qgroup space when we get -EDQUOTQu Wenruo
2021-08-15btrfs: qgroup: allow to unreserve range without releasing other rangesQu Wenruo
2021-08-15btrfs: make btrfs_qgroup_reserve_data take btrfs_inodeNikolay Borisov
2021-08-15btrfs: make qgroup_free_reserved_data take btrfs_inodeNikolay Borisov
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana
2021-08-08btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana
2021-08-08btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi
2021-07-28btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain
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