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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
btrfs: use level argument in log tree walk callback replay_one_buffer()
Filipe Manana
1
-5
/
+3
2025-09-23
btrfs: use level argument in log tree walk callback process_one_buffer()
Filipe Manana
1
-2
/
+1
2025-09-23
btrfs: pass walk_control structure to overwrite_item()
Filipe Manana
1
-6
/
+7
2025-09-23
btrfs: pass walk_control structure to drop_one_dir_item() and helpers
Filipe Manana
1
-21
/
+23
2025-09-23
btrfs: pass walk_control structure to replay_one_dir_item() and replay_one_na...
Filipe Manana
1
-8
/
+8
2025-09-23
btrfs: pass walk_control structure to add_inode_ref() and helpers
Filipe Manana
1
-24
/
+23
2025-09-23
btrfs: pass walk_control structure to replay_one_extent()
Filipe Manana
1
-3
/
+4
2025-09-23
btrfs: pass walk_control structure to check_item_in_log()
Filipe Manana
1
-8
/
+8
2025-09-23
btrfs: pass walk_control structure to replay_dir_deletes()
Filipe Manana
1
-14
/
+14
2025-09-23
btrfs: move up the definition of struct walk_control
Filipe Manana
1
-52
/
+51
2025-09-23
btrfs: pass walk_control structure to replay_xattr_deletes()
Filipe Manana
1
-6
/
+7
2025-09-23
btrfs: always drop log root tree reference in btrfs_replay_log()
Filipe Manana
2
-2
/
+1
2025-09-23
btrfs: stop setting log_root_tree->log_root to NULL in btrfs_recover_log_trees()
Filipe Manana
1
-1
/
+0
2025-09-23
btrfs: stop passing transaction parameter to log tree walk functions
Filipe Manana
1
-14
/
+14
2025-09-23
btrfs: deduplicate log root free in error paths from btrfs_recover_log_trees()
Filipe Manana
1
-4
/
+1
2025-09-23
btrfs: add and use a log root field to struct walk_control
Filipe Manana
1
-27
/
+35
2025-09-23
btrfs: rename root to log in walk_down_log_tree() and walk_up_log_tree()
Filipe Manana
1
-6
/
+5
2025-09-23
btrfs: rename replay_dest member of struct walk_control to root
Filipe Manana
1
-15
/
+17
2025-09-23
btrfs: use booleans in walk control structure for log replay
Filipe Manana
1
-9
/
+14
2025-09-23
btrfs: cache max and min order inside btrfs_fs_info
Qu Wenruo
3
-3
/
+7
2025-09-23
btrfs: introduce btrfs_bio_for_each_block_all() helper
Qu Wenruo
2
-29
/
+44
2025-09-23
btrfs: introduce btrfs_bio_for_each_block() helper
Qu Wenruo
6
-46
/
+60
2025-09-23
btrfs: concentrate highmem handling for data verification
Qu Wenruo
5
-31
/
+57
2025-09-23
btrfs: support all block sizes which is no larger than page size
Qu Wenruo
1
-0
/
+4
2025-09-23
btrfs: scrub: replace max_t()/min_t() with clamp() in scrub_throttle_dev_io()
Thorsten Blum
1
-2
/
+1
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
35
-62
/
+60
2025-09-23
btrfs: reduce compression workspace buffer space to block size
Qu Wenruo
3
-11
/
+20
2025-09-23
btrfs: rename btrfs_compress_op to btrfs_compress_levels
Qu Wenruo
5
-18
/
+15
2025-09-23
btrfs: cleanup the per-module compression workspace managers
Qu Wenruo
5
-111
/
+1
2025-09-23
btrfs: migrate to use per-fs workspace manager
Qu Wenruo
2
-41
/
+48
2025-09-23
btrfs: add generic workspace manager initialization
Qu Wenruo
1
-0
/
+66
2025-09-23
btrfs: add workspace manager initialization for zstd
Qu Wenruo
5
-10
/
+93
2025-09-23
btrfs: add an fs_info parameter for compression workspace manager
Qu Wenruo
5
-54
/
+62
2025-09-23
btrfs: keep folios locked inside run_delalloc_nocow()
Qu Wenruo
1
-51
/
+22
2025-09-23
btrfs: make nocow_one_range() to do cleanup on error
Qu Wenruo
1
-21
/
+39
2025-09-23
btrfs: enhance error messages for delalloc range failure
Qu Wenruo
1
-11
/
+18
2025-09-23
blk-mq: Fix more tag iteration function documentation
Bart Van Assche
1
-17
/
+15
2025-09-23
ALSA: usb-audio: don't apply interface quirk to Presonus S1824c
Roy Vegard Ovesen
1
-3
/
+0
2025-09-23
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
5
-11
/
+11
2025-09-22
mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()
Lorenzo Stoakes
3
-26
/
+50
2025-09-22
mm: specify separate file and vm_file params in vm_area_desc
Lorenzo Stoakes
7
-43
/
+43
2025-09-22
ocfs2: avoid extra calls to strlen() after ocfs2_sprintf_system_inode_name()
Dmitry Antipov
3
-21
/
+17
2025-09-22
kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...
Oleg Nesterov
1
-2
/
+20
2025-09-22
sched/task.h: fix the wrong comment on task_lock() nesting with tasklist_lock
Oleg Nesterov
1
-3
/
+2
2025-09-22
coccinelle: platform_no_drv_owner: handle also built-in drivers
Krzysztof Kozlowski
1
-0
/
+9
2025-09-22
coccinelle: of_table: handle SPI device ID tables
Krzysztof Kozlowski
1
-7
/
+7
2025-09-22
lib/decompress: use designated initializers for struct compress_format
Thorsten Blum
1
-11
/
+10
2025-09-22
Merge branch 'signed-bpf-programs'
Alexei Starovoitov
28
-33
/
+660
2025-09-22
selftests/bpf: Enable signature verification for some lskel tests
KP Singh
8
-14
/
+89
2025-09-22
bpftool: Add support for signing BPF programs
KP Singh
9
-11
/
+372
[prev]
[next]