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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
btrfs: refactor main loop in memmove_extent_buffer()
Qu Wenruo
1
-31
/
+17
2023-08-21
btrfs: refactor main loop in memcpy_extent_buffer()
Qu Wenruo
1
-27
/
+31
2023-08-21
btrfs: copy all pages at once at the end of btrfs_clone_extent_buffer()
Qu Wenruo
1
-1
/
+1
2023-08-21
btrfs: refactor main loop in copy_extent_buffer_full()
Qu Wenruo
1
-14
/
+9
2023-08-21
btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()
Qu Wenruo
2
-25
/
+16
2023-08-21
btrfs: refactor extent buffer bitmaps operations
Qu Wenruo
1
-72
/
+65
2023-08-21
btrfs: tests: add self tests for extent buffer memory operations
Qu Wenruo
1
-0
/
+144
2023-08-21
btrfs: tests: enhance extent buffer bitmap tests
Qu Wenruo
1
-51
/
+107
2023-08-21
btrfs: move comments to btrfs_loop_type definition
Josef Bacik
1
-9
/
+28
2023-08-21
btrfs: print name and pid when device scanning processes race
Anand Jain
1
-2
/
+3
2023-08-21
mm: remove folio_account_redirty
Christoph Hellwig
2
-40
/
+14
2023-08-21
btrfs: fix zoned handling in submit_uncompressed_range
Christoph Hellwig
1
-29
/
+18
2023-08-21
btrfs: don't redirty locked_page in run_delalloc_zoned
Christoph Hellwig
3
-14
/
+11
2023-08-21
btrfs: refactor the zoned device handling in cow_file_range
Christoph Hellwig
1
-27
/
+31
2023-08-21
btrfs: don't redirty pages in compress_file_range
Christoph Hellwig
3
-60
/
+15
2023-08-21
btrfs: share the code to free the page array in compress_file_range
Christoph Hellwig
1
-21
/
+9
2023-08-21
btrfs: use a separate label for the incompressible case in compress_file_range
Christoph Hellwig
1
-8
/
+5
2023-08-21
btrfs: further simplify the compress or not logic in compress_file_range
Christoph Hellwig
1
-32
/
+16
2023-08-21
btrfs: streamline compress_file_range
Christoph Hellwig
1
-83
/
+82
2023-08-21
btrfs: merge submit_compressed_extents and async_cow_submit
Christoph Hellwig
1
-29
/
+10
2023-08-21
btrfs: merge async_cow_start and compress_file_range
Christoph Hellwig
1
-27
/
+16
2023-08-21
btrfs: don't clear async_chunk->inode in async_cow_start
Christoph Hellwig
1
-18
/
+5
2023-08-21
btrfs: clean up the check for uncompressed ranges in submit_one_async_extent
Christoph Hellwig
1
-2
/
+1
2023-08-21
btrfs: reduce the number of arguments to btrfs_run_delalloc_range
Christoph Hellwig
3
-75
/
+43
2023-08-21
btrfs: improve the delalloc_to_write calculation in writepage_delalloc
Christoph Hellwig
1
-15
/
+14
2023-08-21
btrfs: remove the return value from extent_write_locked_range
Christoph Hellwig
2
-12
/
+5
2023-08-21
btrfs: remove the return value from submit_uncompressed_range
Christoph Hellwig
1
-8
/
+7
2023-08-21
btrfs: reduce debug spam from submit_compressed_extents
Christoph Hellwig
1
-20
/
+13
2023-08-21
btrfs: remove end_extent_writepage
Christoph Hellwig
3
-51
/
+37
2023-08-21
btrfs: remove btrfs_writepage_endio_finish_ordered
Christoph Hellwig
4
-21
/
+12
2023-08-21
btrfs: split page locking out of __process_pages_contig
Christoph Hellwig
2
-93
/
+59
2023-08-21
btrfs: don't create inline extents in fallback_to_cow
Christoph Hellwig
1
-19
/
+23
2023-08-21
btrfs: pass a flags argument to cow_file_range
Christoph Hellwig
1
-27
/
+21
2023-08-21
btrfs: fix start transaction qgroup rsv double free
Boris Burkov
1
-3
/
+16
2023-08-21
btrfs: free qgroup rsv on io failure
Boris Burkov
1
-0
/
+7
2023-08-21
btrfs: remove duplicate free_async_extent_pages() on reservation error
Goldwyn Rodrigues
1
-1
/
+0
2023-08-21
btrfs: move eb subpage preallocation out of the loop
Qu Wenruo
1
-23
/
+18
2023-08-21
btrfs: simplify the no-bioc fast path condition in btrfs_map_block
Christoph Hellwig
1
-3
/
+1
2023-08-21
btrfs: scrub: remove unused btrfs_path in scrub_simple_mirror()
Qu Wenruo
1
-5
/
+0
2023-08-21
btrfs: use folio_next_index() helper in extent_write_cache_pages
Minjie Du
1
-1
/
+1
2023-08-21
btrfs: use helper sizeof_field in struct accessors
David Sterba
1
-12
/
+11
2023-08-21
btrfs: deprecate integrity checker feature
Qu Wenruo
2
-1
/
+9
2023-08-21
btrfs: move btrfs_free_excluded_extents() into block-group.c
Filipe Manana
3
-13
/
+6
2023-08-21
btrfs: open code trivial btrfs_add_excluded_extent()
Filipe Manana
3
-15
/
+6
2023-08-21
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
10
-41
/
+40
2023-08-21
btrfs: make btrfs_destroy_pinned_extent() return void
Filipe Manana
1
-8
/
+4
2023-08-21
btrfs: make btrfs_destroy_marked_extents() return void
Filipe Manana
1
-12
/
+5
2023-08-21
btrfs: rename add_new_free_space() to btrfs_add_new_free_space()
Filipe Manana
3
-17
/
+20
2023-08-21
btrfs: update documentation for add_new_free_space()
Filipe Manana
1
-4
/
+11
2023-08-21
btrfs: tracepoints: simplify raid56 events
Qu Wenruo
2
-31
/
+6
[prev]
[next]