index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: abort transaction when sibling keys check fails for leaves
Filipe Manana
2023-04-28
1
-0
/
+2
*
btrfs: fix leak of source device allocation state after device replace
Filipe Manana
2023-04-28
1
-0
/
+1
*
btrfs: fix assertion of exclop condition when starting balance
xiaoshoukui
2023-04-28
1
-1
/
+3
*
btrfs: fix btrfs_prev_leaf() to not return the same key twice
Filipe Manana
2023-04-28
1
-1
/
+31
*
btrfs: mark btrfs_assertfail() __noreturn
Josh Poimboeuf
2023-04-17
2
-2
/
+2
*
btrfs: fix uninitialized variable warnings
Genjian Zhang
2023-04-17
2
-2
/
+2
*
btrfs: use log root when iterating over index keys when logging directory
Filipe Manana
2023-04-17
1
-27
/
+24
*
btrfs: avoid iterating over all indexes when logging directory
Filipe Manana
2023-04-17
2
-7
/
+57
*
btrfs: dev-replace: error out if we have unrepaired metadata error during
Qu Wenruo
2023-04-17
1
-5
/
+42
*
btrfs: remove pointless loop at btrfs_get_next_valid_item()
Filipe Manana
2023-04-17
1
-17
/
+6
*
btrfs: scrub: reject unsupported scrub flags
Qu Wenruo
2023-04-17
1
-0
/
+5
*
btrfs: reinterpret async discard iops_limit=0 as no delay
Boris Burkov
2023-04-17
1
-7
/
+12
*
btrfs: set default discard iops_limit to 1000
Boris Burkov
2023-04-17
1
-1
/
+1
*
btrfs: remove unused raid56 functions which were dedicated for scrub
Qu Wenruo
2023-04-17
2
-54
/
+0
*
btrfs: scrub: remove scrub_bio structure
Qu Wenruo
2023-04-17
2
-244
/
+6
*
btrfs: scrub: remove scrub_block and scrub_sector structures
Qu Wenruo
2023-04-17
2
-573
/
+0
*
btrfs: scrub: remove the old scrub recheck code
Qu Wenruo
2023-04-17
4
-1012
/
+14
*
btrfs: scrub: remove the old writeback infrastructure
Qu Wenruo
2023-04-17
2
-219
/
+3
*
btrfs: scrub: remove scrub_parity structure
Qu Wenruo
2023-04-17
3
-524
/
+9
*
btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrub
Qu Wenruo
2023-04-17
2
-10
/
+210
*
btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructure
Qu Wenruo
2023-04-17
2
-474
/
+29
*
btrfs: scrub: introduce helper to queue a stripe for scrub
Qu Wenruo
2023-04-17
2
-17
/
+181
*
btrfs: scrub: introduce error reporting functionality for scrub_stripe
Qu Wenruo
2023-04-17
1
-11
/
+157
*
btrfs: scrub: introduce a writeback helper for scrub_stripe
Qu Wenruo
2023-04-17
2
-0
/
+96
*
btrfs: scrub: introduce the main read repair worker for scrub_stripe
Qu Wenruo
2023-04-17
2
-4
/
+204
*
btrfs: scrub: introduce a helper to verify one scrub_stripe
Qu Wenruo
2023-04-17
2
-2
/
+77
*
btrfs: scrub: introduce a helper to verify one metadata block
Qu Wenruo
2023-04-17
2
-0
/
+107
*
btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripe
Qu Wenruo
2023-04-17
5
-3
/
+158
*
btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interface
Qu Wenruo
2023-04-17
2
-0
/
+150
*
btrfs: introduce a new helper to submit write bio for repair
Qu Wenruo
2023-04-17
5
-44
/
+132
*
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
2023-04-17
6
-28
/
+49
*
btrfs: scrub: use dedicated super block verification function to scrub one su...
Qu Wenruo
2023-04-17
1
-8
/
+52
*
btrfs: remove redundant release of btrfs_device::alloc_state
Anand Jain
2023-04-17
1
-1
/
+0
*
btrfs: warn for any missed cleanup at btrfs_close_one_device
Anand Jain
2023-04-17
1
-4
/
+4
*
btrfs: don't print the crc32c implementation at module load time
Christoph Hellwig
2023-04-17
1
-1
/
+1
*
btrfs: tree-log: factor out a clean_log_buffer helper
Christoph Hellwig
2023-04-17
1
-61
/
+31
*
block: make blkcg_punt_bio_submit optional
Christoph Hellwig
2023-04-17
1
-0
/
+1
*
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
2023-04-17
4
-6
/
+13
*
btrfs, mm: remove the punt_to_cgroup field in struct writeback_control
Christoph Hellwig
2023-04-17
1
-3
/
+3
*
btrfs: also use kthread_associate_blkcg for uncompressible ranges
Christoph Hellwig
2023-04-17
1
-4
/
+5
*
btrfs: don't free the async_extent in submit_uncompressed_range
Christoph Hellwig
2023-04-17
1
-13
/
+11
*
btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write
Christoph Hellwig
2023-04-17
3
-13
/
+8
*
btrfs: correctly calculate delayed ref bytes when starting transaction
Filipe Manana
2023-04-17
1
-5
/
+6
*
btrfs: make btrfs_block_rsv_full() check more boolean when starting transaction
Filipe Manana
2023-04-17
1
-1
/
+1
*
btrfs: split partial dio bios before submit
Boris Burkov
2023-04-17
1
-0
/
+18
*
btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extent
Boris Burkov
2023-04-17
1
-0
/
+8
*
btrfs: pass an ordered_extent to btrfs_extract_ordered_extent
Christoph Hellwig
2023-04-17
3
-20
/
+25
*
btrfs: simplify extent map splitting and rename split_zoned_em
Christoph Hellwig
2023-04-17
1
-51
/
+26
*
btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extent
Christoph Hellwig
2023-04-17
1
-23
/
+14
*
btrfs: sink parameter len to btrfs_split_ordered_extent
Christoph Hellwig
2023-04-17
3
-25
/
+17
[next]