summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig2024-01-102-2/+2
* btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov2024-01-106-25/+31
* btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota2024-01-012-30/+4
* btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov2023-12-201-1/+2
* btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov2023-12-201-1/+3
* btrfs: do not allow non subvolume root targets for snapshotJosef Bacik2023-12-201-0/+9
* btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba2023-12-081-0/+1
* btrfs: make error messages more clear when getting a chunk mapFilipe Manana2023-12-081-3/+4
* 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: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel2023-12-081-0/+2
* btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2023-12-082-1/+5
* btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota2023-11-281-0/+7
* btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik2023-11-281-3/+0
* btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana2023-11-201-5/+5
* btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana2023-10-251-2/+16
* btrfs: error when COWing block from a root that is being deletedFilipe Manana2023-10-251-3/+7
* btrfs: error out when COWing block using a stale transactionFilipe Manana2023-10-251-8/+16
* 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: prevent transaction block reserve underflow when starting transactionFilipe Manana2023-10-253-12/+4
* btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell2023-10-251-1/+1
* btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert2023-10-101-2/+14
* btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana2023-10-101-1/+4
* btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET2023-10-101-2/+4
* btrfs: use struct fscrypt_str instead of struct qstrSweet Tea Dorminy2023-10-1012-118/+95
* btrfs: setup qstr from dentrys using fscrypt helperSweet Tea Dorminy2023-10-104-57/+189
* btrfs: use struct qstr instead of name and namelen pairsSweet Tea Dorminy2023-10-1012-335/+287
* btrfs: properly report 0 avail for very full file systemsJosef Bacik2023-10-061-1/+1
* btrfs: assert delayed node locked when removing delayed itemFilipe Manana2023-10-061-4/+8
* btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo2023-10-061-1/+7
* btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana2023-10-061-27/+47
* btrfs: improve error message after failure to add delayed dir index itemFilipe Manana2023-10-061-3/+4
* btrfs: check for BTRFS_FS_ERROR in pending ordered assertJosef Bacik2023-09-231-1/+1
* btrfs: release path before inode lookup during the ino lookup ioctlFilipe Manana2023-09-231-1/+7
* btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folioQu Wenruo2023-09-231-6/+8
* btrfs: fix lockdep splat and potential deadlock after failure running delayed...Filipe Manana2023-09-231-3/+16
* btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_superAnand Jain2023-09-231-5/+3
* btrfs: add a helper to read the superblock metadata_uuidAnand Jain2023-09-232-0/+9
* btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo2023-09-231-0/+5
* btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain2023-09-191-3/+2
* btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota2023-09-191-5/+1
* btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik2023-09-191-3/+9
* btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana2023-09-191-3/+4
* btrfs: free qgroup rsv on io failureBoris Burkov2023-09-191-0/+7
* btrfs: fix start transaction qgroup rsv double freeBoris Burkov2023-09-191-3/+16
* btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota2023-09-192-23/+36
* btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui2023-08-231-2/+1
* btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik2023-08-231-4/+2