index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-03
btrfs: check for commit error at btrfs_attach_transaction_barrier()
Filipe Manana
1
-2
/
+7
2023-08-03
btrfs: check if the transaction was aborted at btrfs_wait_for_commit()
Filipe Manana
1
-0
/
+1
2023-08-03
btrfs: account block group tree when calculating global reserve size
Filipe Manana
1
-0
/
+5
2023-08-03
btrfs: zoned: do not enable async discard
Naohiro Aota
2
-1
/
+9
2023-08-03
btrfs: fix race between quota disable and relocation
Filipe Manana
1
-3
/
+15
2023-08-03
btrfs: fix fsverify read error handling in end_page_read
Christoph Hellwig
1
-6
/
+2
2023-08-03
btrfs: factor out a btrfs_verify_page helper
Christoph Hellwig
1
-5
/
+10
2023-07-27
btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block
Christoph Hellwig
1
-1
/
+2
2023-07-27
btrfs: abort transaction at update_ref_for_cow() when ref count is zero
Filipe Manana
1
-3
/
+7
2023-07-27
btrfs: don't check PageError in __extent_writepage
Christoph Hellwig
1
-32
/
+1
2023-07-27
btrfs: add xxhash to fast checksum implementations
David Sterba
1
-0
/
+3
2023-07-27
btrfs: fix race between balance and cancel/pause
Josef Bacik
1
-10
/
+4
2023-07-27
btrfs: zoned: fix memory leak after finding block group with super blocks
Filipe Manana
1
-0
/
+1
2023-07-27
btrfs: fix double iput() on inode after an error during orphan cleanup
Filipe Manana
1
-0
/
+1
2023-07-27
btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
Josef Bacik
1
-3
/
+11
2023-07-27
btrfs: raid56: always verify the P/Q contents for scrub
Qu Wenruo
1
-8
/
+3
2023-07-27
btrfs: fix warning when putting transaction with qgroups enabled after abort
Filipe Manana
1
-0
/
+1
2023-07-27
btrfs: fix iput() on error pointer after error during orphan cleanup
Filipe Manana
1
-10
/
+10
2023-07-19
btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()
Filipe Manana
1
-2
/
+7
2023-07-19
btrfs: fix extent buffer leak after tree mod log failure at split_node()
Filipe Manana
1
-0
/
+2
2023-07-19
btrfs: add missing error handling when logging operation while COWing extent ...
Filipe Manana
1
-2
/
+8
2023-07-19
btrfs: fix race when deleting quota root from the dirty cow roots list
Filipe Manana
1
-0
/
+2
2023-07-19
btrfs: reinsert BGs failed to reclaim
Naohiro Aota
1
-0
/
+2
2023-07-19
btrfs: add block-group tree to lockdep classes
David Sterba
1
-2
/
+3
2023-07-19
btrfs: bail out reclaim process if filesystem is read-only
Naohiro Aota
1
-2
/
+9
2023-07-19
btrfs: delete unused BGs while reclaiming BGs
Naohiro Aota
1
-0
/
+14
2023-07-19
btrfs: warn on invalid slot in tree mod log rewind
Boris Burkov
1
-0
/
+42
2023-07-19
btrfs: insert tree mod log move in push_node_left
Boris Burkov
2
-13
/
+71
2023-07-19
btrfs: fix dirty_metadata_bytes for redirtied buffers
Christoph Hellwig
3
-10
/
+6
2023-07-19
btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile
Matt Corallo
1
-1
/
+8
2023-07-19
btrfs: do not BUG_ON() on tree mod log failure at balance_level()
Filipe Manana
1
-3
/
+14
2023-07-19
btrfs: fix race when deleting free space root from the dirty cow roots list
Filipe Manana
1
-0
/
+3
2023-07-19
btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get split
Christoph Hellwig
1
-2
/
+1
2023-07-19
btrfs: don't treat zoned writeback as being from an async helper thread
Christoph Hellwig
3
-19
/
+24
2023-07-19
btrfs: only call __extent_writepage_io from extent_write_locked_range
Christoph Hellwig
1
-39
/
+26
2023-07-19
btrfs: don't fail writeback when allocating the compression context fails
Christoph Hellwig
1
-46
/
+28
2023-07-19
btrfs: fix range_end calculation in extent_write_locked_range
Christoph Hellwig
1
-1
/
+1
2023-07-19
btrfs: submit a writeback bio per extent_buffer
Christoph Hellwig
1
-65
/
+37
2023-07-19
btrfs: return bool from lock_extent_buffer_for_io
Christoph Hellwig
1
-26
/
+11
2023-07-19
btrfs: don't use btrfs_bio_ctrl for extent buffer reading
Christoph Hellwig
1
-63
/
+36
2023-07-19
btrfs: always read the entire extent_buffer
Christoph Hellwig
1
-12
/
+5
2023-06-24
Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-28
/
+40
2023-06-22
btrfs: fix remaining u32 overflows when left shifting stripe_nr
Qu Wenruo
5
-28
/
+40
2023-06-21
Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+7
2023-06-20
btrfs: fix u32 overflows when left shifting stripe_nr
Qu Wenruo
1
-5
/
+7
2023-06-16
Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-10
/
+22
2023-06-14
btrfs: scrub: fix a return value overwrite in scrub_stripe()
Qu Wenruo
1
-1
/
+1
2023-06-13
btrfs: do not ASSERT() on duplicated global roots
Qu Wenruo
1
-2
/
+8
2023-06-13
btrfs: can_nocow_file_extent should pass down args->strict from callers
Chris Mason
1
-1
/
+1
2023-06-13
btrfs: fix iomap_begin length for nocow writes
Christoph Hellwig
1
-6
/
+12
[next]