summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet2024-05-251-0/+1
* btrfs: always clear PERTRANS metadata during commitBoris Burkov2024-05-171-1/+1
* btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov2024-05-171-1/+1
* btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn2024-05-021-9/+3
* btrfs: record delayed inode root in transactionBoris Burkov2024-05-021-0/+3
* btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba2024-04-131-1/+9
* btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba2024-04-131-1/+8
* btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba2024-04-131-1/+11
* btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues2024-04-131-17/+8
* btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin2024-03-151-2/+4
* btrfs: dev-replace: properly validate device namesDavid Sterba2024-03-061-4/+20
* btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba2024-02-231-1/+1
* btrfs: forbid creating subvol qgroupsBoris Burkov2024-02-231-0/+5
* btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo2024-02-231-0/+4
* btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-02-231-1/+2
* btrfs: do not allow non subvolume root targets for snapshotJosef Bacik2024-01-081-0/+9
* btrfs: send: ensure send_fd is writableJann Horn2023-12-081-1/+1
* btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana2023-12-081-1/+1
* btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana2023-11-201-5/+5
* btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.cJosef Bacik2023-10-251-2/+2
* btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik2023-10-251-1/+1
* btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana2023-10-251-3/+3
* btrfs: properly report 0 avail for very full file systemsJosef Bacik2023-10-101-1/+1
* btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana2023-09-231-3/+16
* btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo2023-09-231-0/+5
* btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana2023-09-231-3/+4
* btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui2023-08-301-2/+1
* btrfs: don't stop integrity writeback too earlyChristoph Hellwig2023-08-161-3/+4
* btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana2023-08-111-2/+7
* btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana2023-08-111-0/+2
* btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana2023-08-111-0/+2
* btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu2023-06-141-1/+6
* btrfs: check return value of btrfs_commit_transaction in relocationJosef Bacik2023-06-141-4/+5
* btrfs: use nofs when cleaning up aborted transactionsJosef Bacik2023-05-301-0/+9
* btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana2023-05-301-3/+4
* btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectidNikolay Borisov2023-05-301-6/+6
* btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova2023-05-171-3/+3
* btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana2023-05-171-1/+31
* btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-05-171-0/+5
* btrfs: send: limit number of clones and allocated memory sizeDavid Sterba2023-03-031-3/+3
* btrfs: limit device extents to the device sizeJosef Bacik2023-02-221-1/+5
* btrfs: replace strncpy() with strscpy()Sasha Levin2023-01-182-7/+8
* btrfs: send: avoid unnecessary backref lookups when finding clone sourceFilipe Manana2023-01-181-1/+10
* btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-12-081-8/+1
* btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-12-081-9/+7
* btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-12-081-0/+2
* btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-12-081-1/+2
* btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-251-12/+4
* btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-251-1/+1