index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-22
btrfs: fix two misuses of folio_shift()
Matthew Wilcox (Oracle)
1
-6
/
+5
2025-03-22
btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop
Filipe Manana
1
-5
/
+1
2025-03-13
btrfs: fix a leaked chunk map issue in read_one_chunk()
Haoxiang Li
1
-0
/
+1
2025-03-13
btrfs: zoned: fix extent range end unlock in cow_file_range()
Naohiro Aota
1
-2
/
+7
2025-03-07
btrfs: fix data overwriting bug during buffered write when block size < page ...
Qu Wenruo
1
-1
/
+8
2025-03-07
btrfs: fix use-after-free on inode when scanning root during em shrinking
Filipe Manana
1
-2
/
+1
2025-03-07
btrfs: do regular iput instead of delayed iput during extent map shrinking
Filipe Manana
1
-1
/
+1
2025-03-07
btrfs: skip inodes without loaded extent maps when shrinking extent maps
Filipe Manana
1
-21
/
+57
2025-02-27
btrfs: fix double accounting race when extent_writepage_io() failed
Qu Wenruo
1
-13
/
+24
2025-02-27
btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
Qu Wenruo
2
-13
/
+49
2025-02-27
btrfs: use btrfs_inode in extent_writepage()
David Sterba
1
-7
/
+7
2025-02-21
btrfs: fix stale page cache after race between readahead and direct IO write
Filipe Manana
1
-3
/
+15
2025-02-21
btrfs: rename __get_extent_map() and pass btrfs_inode
David Sterba
1
-8
/
+7
2025-02-21
btrfs: fix hole expansion when writing at an offset beyond EOF
Filipe Manana
1
-3
/
+1
2025-02-17
btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents
Johannes Thumshirn
1
-5
/
+21
2025-02-17
btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handling
Josef Bacik
1
-2
/
+12
2025-02-17
btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_ext...
Hao-ran Zheng
1
-1
/
+1
2025-02-17
btrfs: fix use-after-free when attempting to join an aborted transaction
Filipe Manana
1
-1
/
+3
2025-02-17
btrfs: do not output error message if a qgroup has been already cleaned up
Qu Wenruo
1
-1
/
+4
2025-02-17
btrfs: fix assertion failure when splitting ordered extent after transaction ...
Filipe Manana
1
-0
/
+12
2025-02-17
btrfs: fix lockdep splat while merging a relocation root
Filipe Manana
1
-0
/
+2
2025-02-08
btrfs: do proper folio cleanup when run_delalloc_nocow() failed
Qu Wenruo
2
-6
/
+102
2025-02-08
btrfs: do proper folio cleanup when cow_file_range() failed
Qu Wenruo
1
-33
/
+30
2025-02-08
btrfs: output the reason for open_ctree() failure
Qu Wenruo
1
-1
/
+1
2025-02-08
btrfs: subpage: fix the bitmap dump of the locked flags
Qu Wenruo
1
-2
/
+4
2025-02-08
btrfs: improve the warning and error message for btrfs_remove_qgroup()
Qu Wenruo
1
-5
/
+16
2025-01-16
Merge tag 'for-6.13-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2025-01-13
btrfs: add the missing error handling inside get_canonical_dev_path
Qu Wenruo
1
-0
/
+4
2025-01-09
Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-61
/
+74
2025-01-06
btrfs: zlib: fix avail_in bytes for s390 zlib HW compression path
Mikhail Zaslonko
1
-2
/
+2
2025-01-06
btrfs: zoned: calculate max_extent_size properly on non-zoned setup
Christoph Hellwig
1
-2
/
+3
2025-01-06
btrfs: avoid NULL pointer dereference if no valid extent tree
Qu Wenruo
1
-0
/
+4
2025-01-06
btrfs: don't read from userspace twice in btrfs_uring_encoded_read()
Mark Harmstone
1
-57
/
+65
2024-12-29
Merge tag 'for-6.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-56
/
+130
2024-12-23
btrfs: sysfs: fix direct super block member reads
Qu Wenruo
1
-3
/
+3
2024-12-23
btrfs: fix transaction atomicity bug when enabling simple quotas
Julian Sun
1
-2
/
+1
2024-12-23
btrfs: avoid monopolizing a core when activating a swap file
Filipe Manana
1
-0
/
+2
2024-12-23
btrfs: allow swap activation to be interruptible
Filipe Manana
1
-0
/
+5
2024-12-23
btrfs: fix swap file activation failure due to extents that used to be shared
Filipe Manana
1
-27
/
+69
2024-12-23
btrfs: fix race with memory mapped writes when activating swap file
Filipe Manana
1
-7
/
+24
2024-12-23
btrfs: check folio mapping after unlock in put_file_data()
Boris Burkov
1
-0
/
+6
2024-12-23
btrfs: check folio mapping after unlock in relocate_one_folio()
Boris Burkov
1
-0
/
+6
2024-12-23
btrfs: fix use-after-free when COWing tree bock and tracing is enabled
Filipe Manana
1
-7
/
+4
2024-12-23
btrfs: fix use-after-free waiting for encoded read endios
Johannes Thumshirn
1
-11
/
+11
2024-12-18
Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-9
/
+59
2024-12-17
btrfs: tree-checker: reject inline extent items with 0 ref count
Qu Wenruo
1
-1
/
+26
2024-12-17
btrfs: split bios to the fs sector size boundary
Christoph Hellwig
1
-2
/
+8
2024-12-17
btrfs: use bio_is_zone_append() in the completion handler
Christoph Hellwig
1
-3
/
+3
2024-12-17
btrfs: fix improper generation check in snapshot delete
Josef Bacik
2
-3
/
+22
2024-12-10
Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-41
/
+53
[next]