aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-01-08btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-12-08btrfs: send: ensure send_fd is writableJann Horn
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana
2023-10-25btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana
2023-10-10btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-09-23btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-08-30btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig
2023-08-11btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana
2023-08-11btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana
2023-08-11btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
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: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana
2023-05-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba
2023-02-22btrfs: limit device extents to the device sizeJosef Bacik
2023-01-18btrfs: replace strncpy() with strscpy()Sasha Levin
2023-01-18btrfs: send: avoid unnecessary backref lookups when finding clone sourceFilipe Manana
2022-12-08btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong
2022-12-08btrfs: free btrfs_path before copying inodes to userspaceAnand Jain
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 resolve_indirect_refs()Filipe Manana
2022-11-03btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana
2022-11-03btrfs: fix processing of delayed data refs during backref walkingFilipe Manana
2022-10-26btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-09-05btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues
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
2022-06-14btrfs: repair super block num_devices automaticallyQu Wenruo
2022-06-14btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo
2022-05-12btrfs: always log symlinks in full modeFilipe Manana
2022-04-15btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien