index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-08-21
btrfs: sysfs: show if ACL support has been compiled in
Anand Jain
1
-0
/
+7
2023-08-21
btrfs: raid56: remove unused BTRFS_RBIO_REBUILD_MISSING
Qu Wenruo
2
-13
/
+5
2023-08-21
btrfs: add comments for btrfs_map_block()
Qu Wenruo
1
-0
/
+39
2023-08-21
btrfs: remove redundant initialization of variables in log_new_ancestors
Colin Ian King
1
-2
/
+2
2023-08-21
btrfs: scrub: remove redundant division of stripe_nr
Colin Ian King
1
-1
/
+0
2023-08-21
btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_info
Julia Lawall
1
-2
/
+2
2023-08-20
Linux 6.5-rc7
v6.5-rc7
Linus Torvalds
1
-1
/
+1
2023-08-19
blk-mq: release scheduler resource when request completes
Chengming Zhou
2
-3
/
+23
2023-08-18
blk-crypto: dynamically allocate fallback profile
Sweet Tea Dorminy
1
-13
/
+23
2023-08-18
blk-cgroup: hold queue_lock when removing blkg->q_node
Ming Lei
1
-0
/
+2
2023-08-18
drivers/rnbd: restore sysfs interface to rnbd-client
Li Zhijian
1
-1
/
+1
2023-08-18
btrfs: fix incorrect splitting in btrfs_drop_extent_map_range
Josef Bacik
1
-4
/
+2
2023-08-18
x86/srso: Correct the mitigation status when SMT is disabled
Borislav Petkov (AMD)
1
-3
/
+2
2023-08-18
drm/qxl: fix UAF on handle creation
Wander Lairson Costa
4
-14
/
+24
2023-08-17
ice: Block switchdev mode when ADQ is active and vice versa
Marcin Szycik
2
-0
/
+11
[next]