summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix uninitialized variable warningsGenjian Zhang2023-05-012-2/+2
* btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana2023-04-263-18/+59
* btrfs: fix fast csum implementation detectionChristoph Hellwig2023-04-202-2/+14
* btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig2023-04-201-0/+2
* btrfs: scan device in non-exclusive modeAnand Jain2023-04-061-1/+10
* btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana2023-04-062-1/+12
* btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana2023-04-062-2/+22
* btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik2023-04-061-10/+12
* btrfs: fix uninitialized variable warning in btrfs_update_block_groupJosef Bacik2023-04-061-1/+1
* btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota2023-04-062-6/+26
* btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik2023-04-063-8/+4
* btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota2023-03-301-2/+12
* btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana2023-03-171-1/+6
* btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn2023-03-171-1/+2
* btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota2023-03-171-1/+1
* btrfs: hold block group refcount during async discardBoris Burkov2023-03-101-3/+38
* btrfs: scrub: improve tree block error reportingQu Wenruo2023-03-101-9/+40
* btrfs: send: limit number of clones and allocated memory sizeDavid Sterba2023-03-031-3/+3
* btrfs: lock the inode in shared mode before starting fiemapFilipe Manana2023-02-221-0/+2
* btrfs: move the auto defrag code to defrag.cJosef Bacik2023-02-222-340/+337
* btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain2023-02-141-1/+15
* btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana2023-02-142-8/+17
* btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko2023-02-141-1/+1
* btrfs: limit device extents to the device sizeJosef Bacik2023-02-141-1/+5
* use less confusing names for iov_iter direction initializersAl Viro2023-02-091-2/+2
* btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota2023-02-013-1/+10
* btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana2023-01-241-8/+17
* btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana2023-01-241-3/+10
* btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo2023-01-241-2/+12
* btrfs: do not abort transaction on failure to update log rootFilipe Manana2023-01-241-7/+4
* btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2023-01-242-3/+8
* btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana2023-01-241-1/+3
* btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana2023-01-241-6/+15
* btrfs: fix missing error handling when logging directory itemsFilipe Manana2023-01-241-0/+9
* btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo2023-01-241-1/+10
* btrfs: always report error in run_one_delayed_ref()Qu Wenruo2023-01-241-2/+5
* btrfs: handle case when repair happens with dev-replaceQu Wenruo2023-01-121-1/+10
* btrfs: fix an error handling path in btrfs_defrag_leaves()Sasha Levin2023-01-121-2/+4
* btrfs: fix compat_ro checks against remountQu Wenruo2023-01-123-5/+7
* btrfs: fix off-by-one in delalloc search during lseekFilipe Manana2023-01-122-2/+2
* btrfs: replace strncpy() with strscpy()Sasha Levin2023-01-122-7/+8
* btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov2023-01-071-0/+4
* btrfs: fix extent map use-after-free when handling missing device in read_one...void0red2023-01-071-1/+2
* btrfs: fix uninitialized parent in insert_stateJosef Bacik2023-01-071-1/+1
* btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana2022-12-311-2/+8
* btrfs: do not panic if we can't allocate a prealloc extent stateJosef Bacik2022-12-311-8/+14
* Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-257-35/+132
|\
| * btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei2022-11-231-2/+5
| * btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana2022-11-231-4/+55
| * btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig2022-11-231-3/+3