index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
2
-5
/
+5
2025-09-22
ocfs2: avoid extra calls to strlen() after ocfs2_sprintf_system_inode_name()
Dmitry Antipov
3
-21
/
+17
2025-09-22
hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
Viacheslav Dubeyko
1
-0
/
+24
2025-09-22
fs: udf: fix OOB read in lengthAllocDescs handling
Larshin Sergey
1
-0
/
+3
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
1
-2
/
+2
2025-09-22
xfs: scrub: use kstrdup_const() for metapath scan setups
Dmitry Antipov
1
-6
/
+6
2025-09-22
xfs: use bt_nr_sectors in xfs_dax_translate_range
Christoph Hellwig
1
-1
/
+1
2025-09-22
xfs: track the number of blocks in each buftarg
Christoph Hellwig
5
-34
/
+52
2025-09-22
btrfs: rework error handling of run_delalloc_nocow()
Qu Wenruo
1
-59
/
+61
2025-09-22
btrfs: add mount option for ref_tracker
Leo Martins
3
-0
/
+23
2025-09-22
btrfs: print leaked references in kill_all_delayed_nodes()
Leo Martins
2
-0
/
+9
2025-09-22
btrfs: implement ref_tracker for delayed_nodes
Leo Martins
3
-55
/
+191
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
22
-76
/
+72
2025-09-22
btrfs: move ref-verify under CONFIG_BTRFS_DEBUG
Leo Martins
7
-32
/
+11
2025-09-22
btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()
Xichao Zhao
1
-4
/
+1
2025-09-22
btrfs: simplify support block size check
Qu Wenruo
4
-21
/
+41
2025-09-22
btrfs: use blocksize to check if compression is making things larger
Qu Wenruo
2
-2
/
+4
2025-09-22
btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()
Qu Wenruo
6
-25
/
+18
2025-09-22
btrfs: zoned: refine extent allocator hint selection
Naohiro Aota
1
-2
/
+4
2025-09-22
btrfs: try to search for data csums in commit root
Boris Burkov
5
-3
/
+97
2025-09-22
btrfs: remove duplicate inclusion of linux/types.h
Jiapeng Chong
1
-1
/
+0
2025-09-22
btrfs: zoned: return error from btrfs_zone_finish_endio()
Johannes Thumshirn
3
-9
/
+15
2025-09-22
btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_workfn()
Johannes Thumshirn
1
-1
/
+5
2025-09-22
btrfs: collapse unaccount_log_buffer() into clean_log_buffer()
Filipe Manana
1
-30
/
+21
2025-09-22
btrfs: use local key variable to pass arguments in replay_one_extent()
Filipe Manana
1
-3
/
+1
2025-09-22
btrfs: process inline extent earlier in replay_one_extent()
Filipe Manana
1
-164
/
+163
2025-09-22
btrfs: exit early when replaying hole file extent item from a log tree
Filipe Manana
1
-133
/
+124
2025-09-22
btrfs: abort transaction where errors happen during log tree replay
Filipe Manana
1
-51
/
+186
2025-09-22
btrfs: return real error from read_alloc_one_name() in drop_one_dir_item()
Filipe Manana
1
-1
/
+1
2025-09-22
btrfs: use local variable for the transaction handle in replay_one_buffer()
Filipe Manana
1
-17
/
+11
2025-09-22
btrfs: abort transaction in the process_one_buffer() log tree walk callback
Filipe Manana
1
-4
/
+16
2025-09-22
btrfs: abort transaction on specific error places when walking log tree
Filipe Manana
1
-5
/
+28
2025-09-22
btrfs: replace double boolean parameters of cow_file_range()
Qu Wenruo
1
-15
/
+17
2025-09-21
smb: client: handle unlink(2) of files open by different clients
Paulo Alcantara
1
-11
/
+88
2025-09-21
smb: server: use disable_work_sync in transport_rdma.c
Stefan Metzmacher
1
-3
/
+3
2025-09-21
smb: server: don't use delayed_work for post_recv_credits_work
Stefan Metzmacher
1
-10
/
+8
[prev]
[next]