summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-11-211-8/+1
| * btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana2022-11-211-1/+23
| * btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig2022-11-211-1/+2
| * btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-11-151-0/+2
| * btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-11-151-0/+2
| * btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-11-151-9/+7
| * btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-11-151-1/+2
| * btrfs: fix assertion failure and blocking during nowait buffered writeFilipe Manana2022-11-151-6/+30
* | Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-111-6/+8
|\ \
| * | fs: fix leaked psi pressure stateJohannes Weiner2022-11-081-6/+8
* | | Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-109-25/+109
|\ \ \ | |/ / |/| / | |/
| * btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn2022-11-071-1/+0
| * btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn2022-11-073-4/+13