aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-01-01btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov
2023-12-20btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov
2023-12-20btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-12-08btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana
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-12-08btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-11-28btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota
2023-11-28btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana
2023-10-25btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana
2023-10-25btrfs: error when COWing block from a root that is being deletedFilipe Manana
2023-10-25btrfs: error out when COWing block using a stale transactionFilipe 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-25btrfs: prevent transaction block reserve underflow when starting transactionFilipe Manana
2023-10-25btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell
2023-10-10btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert
2023-10-10btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana
2023-10-10btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET
2023-10-10btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy
2023-10-10btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy
2023-10-10btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy
2023-10-06btrfs: properly report 0 avail for very full file systemsJosef Bacik
2023-10-06btrfs: assert delayed node locked when removing delayed itemFilipe Manana
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo
2023-10-06btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana
2023-09-23btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik
2023-09-23btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana
2023-09-23btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo
2023-09-23btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana
2023-09-23btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain
2023-09-23btrfs: add a helper to read the superblock metadata_uuidAnand Jain
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain
2023-09-19btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota
2023-09-19btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov
2023-09-19btrfs: fix start transaction qgroup rsv double freeBoris Burkov
2023-09-19btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota
2023-08-23btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui
2023-08-23btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik
2023-08-23btrfs: fix use-after-free of new block group that became unusedFilipe Manana
2023-08-23btrfs: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba