index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
btrfs: don't generate any code from ASSERT() in release builds
Gladyshev Ilya
2
-3
/
+4
2025-11-24
btrfs: introduce btrfs_bio::async_csum
Qu Wenruo
4
-23
/
+67
2025-11-24
btrfs: relax btrfs_inode::ordered_tree_lock IRQ locking context
Qu Wenruo
4
-39
/
+31
2025-11-24
btrfs: remove btrfs_fs_info::compressed_write_workers
Qu Wenruo
4
-32
/
+12
2025-11-24
btrfs: make sure all btrfs_bio::end_io are called in task context
Qu Wenruo
1
-18
/
+46
2025-11-24
btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode
Qu Wenruo
9
-81
/
+87
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
21
-22
/
+21
2025-11-24
btrfs: replace BTRFS_MAX_BIO_SECTORS with BIO_MAX_VECS
Qu Wenruo
2
-8
/
+1
2025-11-24
btrfs: replace const_ilog2() with ilog2()
Andy Shevchenko
2
-5
/
+4
2025-11-24
btrfs: zoned: show statistics for zoned filesystems
Johannes Thumshirn
1
-0
/
+53
2025-11-24
btrfs: add ASSERTs on prealloc in qgroup functions
Miquel Sabaté Solà
1
-4
/
+23
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel Sabaté Solà
15
-186
/
+106
2025-11-24
btrfs: define the AUTO_KFREE/AUTO_KVFREE helper macros
Miquel Sabaté Solà
1
-0
/
+7
2025-11-24
btrfs: declare free_ipath() via DEFINE_FREE()
Miquel Sabaté Solà
5
-18
/
+10
2025-11-24
btrfs: scrub: cancel the run if there is a pending signal
Qu Wenruo
1
-2
/
+3
2025-11-24
btrfs: scrub: cancel the run if the process or fs is being frozen
Qu Wenruo
1
-7
/
+43
2025-11-24
btrfs: scrub: add cancel/pause/removed bg checks for raid56 parity stripes
Qu Wenruo
1
-6
/
+17
2025-11-24
btrfs: annotate as unlikely fs aborted checks in space flushing code
Filipe Manana
1
-19
/
+18
2025-11-24
btrfs: avoid space_info locking when checking if tickets are served
Filipe Manana
2
-26
/
+42
2025-11-24
btrfs: move ticket wakeup and finalization to remove_ticket()
Filipe Manana
1
-22
/
+18
2025-11-24
btrfs: add data_race() in btrfs_account_ro_block_groups_free_space()
Filipe Manana
1
-1
/
+1
2025-11-24
btrfs: remove pointless label and goto from unpin_extent_range()
Filipe Manana
1
-5
/
+3
2025-11-24
btrfs: reduce block group critical section in unpin_extent_range()
Filipe Manana
1
-8
/
+8
2025-11-24
btrfs: change 'reserved' argument from pin_down_extent() to bool
Filipe Manana
1
-6
/
+6
2025-11-24
btrfs: remove 'reserved' argument from btrfs_pin_extent()
Filipe Manana
2
-10
/
+8
2025-11-24
btrfs: use local variable for space_info in pin_down_extent()
Filipe Manana
1
-9
/
+10
2025-11-24
btrfs: reduce block group critical section in pin_down_extent()
Filipe Manana
1
-5
/
+5
2025-11-24
btrfs: reduce block group critical section in do_trimming()
Filipe Manana
1
-8
/
+12
2025-11-24
btrfs: reduce block group critical section in btrfs_add_reserved_bytes()
Filipe Manana
1
-6
/
+14
2025-11-24
btrfs: reduce block group critical section in btrfs_free_reserved_bytes()
Filipe Manana
1
-6
/
+9
2025-11-24
btrfs: reduce space_info critical section in btrfs_chunk_alloc()
Filipe Manana
1
-3
/
+3
2025-11-24
btrfs: remove double underscore prefix from __reserve_bytes()
Filipe Manana
1
-5
/
+5
2025-11-24
btrfs: process ticket outside global reserve critical section
Filipe Manana
1
-3
/
+4
2025-11-24
btrfs: assign booleans to global reserve's full field
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: assert space_info is locked in steal_from_global_rsv()
Filipe Manana
1
-0
/
+2
2025-11-24
btrfs: avoid unnecessary reclaim calculation in priority_reclaim_metadata_space()
Filipe Manana
1
-1
/
+2
2025-11-24
btrfs: shorten critical section in btrfs_preempt_reclaim_metadata_space()
Filipe Manana
1
-6
/
+7
2025-11-24
btrfs: increment loop count outside critical section during metadata reclaim
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: bail out earlier from need_preemptive_reclaim() if we have tickets
Filipe Manana
1
-9
/
+9
2025-11-24
btrfs: inline btrfs_space_info_used()
Filipe Manana
2
-12
/
+11
2025-11-24
btrfs: avoid used space computation when reserving space
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: avoid used space computation when trying to grant tickets
Filipe Manana
1
-4
/
+22
2025-11-24
btrfs: make btrfs_can_overcommit() return bool instead of int
Filipe Manana
2
-8
/
+6
2025-11-24
btrfs: avoid recomputing used space in btrfs_try_granting_tickets()
Filipe Manana
1
-2
/
+5
2025-11-24
btrfs: return real error when failing tickets in maybe_fail_all_tickets()
Filipe Manana
1
-6
/
+6
2025-11-24
btrfs: subpage: simplify the PAGECACHE_TAG_TOWRITE handling
Qu Wenruo
1
-11
/
+3
2025-11-24
btrfs: remove pointless data_end assignment in btrfs_extent_item()
Filipe Manana
1
-1
/
+0
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
11
-79
/
+64
2025-11-24
btrfs: add macros to facilitate printing of keys
Filipe Manana
1
-0
/
+3
2025-11-24
btrfs: remove redundant refcount check in btrfs_put_transaction()
Xuanqiang Luo
1
-1
/
+0
[prev]
[next]