aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-06-14btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu
2023-06-14btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik
2023-05-30btrfs: use nofs when cleaning up aborted transactionsJosef Bacik
2023-05-30btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana
2023-05-30btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov
2023-05-17btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova
2023-05-17btrfs: don't free qgroup space unless specifiedJosef Bacik
2023-05-17btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana
2023-05-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo
2023-04-20btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-20btrfs: print checksum type and implementation at mount timeDavid Sterba
2023-04-05btrfs: scan device in non-exclusive modeAnand Jain
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba
2023-02-22btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-02-22btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko
2023-02-22btrfs: limit device extents to the device sizeJosef Bacik
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-18btrfs: replace strncpy() with strscpy()Sasha Levin
2023-01-18btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov
2022-12-14btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana
2022-12-08btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong
2022-12-08btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov
2022-12-08btrfs: free btrfs_path before copying inodes to userspaceAnand Jain
2022-12-08btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei
2022-12-08btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain
2022-12-08btrfs: free btrfs_path before copying fspath to userspaceAnand Jain
2022-12-08btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik
2022-11-25btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana
2022-11-25btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-11-10btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba
2022-11-10btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana
2022-11-10btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana
2022-11-10btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana
2022-10-29btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana
2022-10-29btrfs: fix processing of delayed data refs during backref walkingFilipe Manana
2022-10-26btrfs: scrub: try to fix super block errorsQu Wenruo
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-09-15btrfs: harden identification of a stale deviceAnand Jain
2022-09-05btrfs: tree-checker: check for overlapping extent itemsJosef Bacik
2022-09-05btrfs: unify lookup return value when dir entry is missingFilipe Manana
2022-09-05btrfs: do not pin logs too early during renamesFilipe Manana
2022-09-05btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza
2022-09-05btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues
2022-09-05btrfs: add info when mount fails due to stale replace targetAnand Jain
2022-09-05btrfs: replace: drop assert for suspended replaceAnand Jain
2022-09-05btrfs: fix silent failure when deleting root referenceFilipe Manana
2022-08-25btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo
2022-08-25btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo
2022-08-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana
2022-08-25btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo