index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2025-11-24
btrfs: make btrfs_csum_one_bio() handle bs > ps without large folios
Qu Wenruo
-25
/
+67
2025-11-24
btrfs: move struct reserve_ticket definition to space-info.c
Filipe Manana
-9
/
+9
2025-11-24
btrfs: move and rename CSUM_FMT definition
David Sterba
-22
/
+22
2025-11-24
btrfs: tests: do trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
-12
/
+4
2025-11-24
btrfs: raid56: remove sector_ptr structure
Qu Wenruo
-169
/
+128
2025-11-24
btrfs: raid56: move sector_ptr::uptodate into a dedicated bitmap
Qu Wenruo
-35
/
+36
2025-11-24
btrfs: raid56: remove sector_ptr::has_paddr member
Qu Wenruo
-20
/
+26
2025-11-24
btrfs: simplify list initialization in btrfs_compr_pool_scan()
Baolin Liu
-3
/
+1
2025-11-24
btrfs: scrub: factor out parity scrub code into a helper
Qu Wenruo
-41
/
+52
2025-11-24
btrfs: make sure extent and csum paths are always released in scrub_raid56_pa...
Qu Wenruo
-1
/
+1
2025-11-24
btrfs: use kvcalloc for btrfs_bio::csum allocation
Qu Wenruo
-3
/
+3
2025-11-24
btrfs: don't generate any code from ASSERT() in release builds
Gladyshev Ilya
-3
/
+4
2025-11-24
btrfs: introduce btrfs_bio::async_csum
Qu Wenruo
-23
/
+67
2025-11-24
btrfs: relax btrfs_inode::ordered_tree_lock IRQ locking context
Qu Wenruo
-39
/
+31
2025-11-24
btrfs: remove btrfs_fs_info::compressed_write_workers
Qu Wenruo
-32
/
+12
2025-11-24
btrfs: make sure all btrfs_bio::end_io are called in task context
Qu Wenruo
-18
/
+46
2025-11-24
btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode
Qu Wenruo
-81
/
+87
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
-22
/
+21
2025-11-24
btrfs: replace BTRFS_MAX_BIO_SECTORS with BIO_MAX_VECS
Qu Wenruo
-8
/
+1
2025-11-24
btrfs: replace const_ilog2() with ilog2()
Andy Shevchenko
-5
/
+4
2025-11-24
btrfs: zoned: show statistics for zoned filesystems
Johannes Thumshirn
-0
/
+53
2025-11-24
btrfs: add ASSERTs on prealloc in qgroup functions
Miquel Sabaté Solà
-4
/
+23
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel Sabaté Solà
-186
/
+106
2025-11-24
btrfs: define the AUTO_KFREE/AUTO_KVFREE helper macros
Miquel Sabaté Solà
-0
/
+7
2025-11-24
btrfs: declare free_ipath() via DEFINE_FREE()
Miquel Sabaté Solà
-18
/
+10
2025-11-24
btrfs: scrub: cancel the run if there is a pending signal
Qu Wenruo
-2
/
+3
2025-11-24
btrfs: scrub: cancel the run if the process or fs is being frozen
Qu Wenruo
-7
/
+43
2025-11-24
btrfs: scrub: add cancel/pause/removed bg checks for raid56 parity stripes
Qu Wenruo
-6
/
+17
2025-11-24
btrfs: annotate as unlikely fs aborted checks in space flushing code
Filipe Manana
-19
/
+18
2025-11-24
btrfs: avoid space_info locking when checking if tickets are served
Filipe Manana
-26
/
+42
2025-11-24
btrfs: move ticket wakeup and finalization to remove_ticket()
Filipe Manana
-22
/
+18
2025-11-24
btrfs: add data_race() in btrfs_account_ro_block_groups_free_space()
Filipe Manana
-1
/
+1
2025-11-24
btrfs: remove pointless label and goto from unpin_extent_range()
Filipe Manana
-5
/
+3
2025-11-24
btrfs: reduce block group critical section in unpin_extent_range()
Filipe Manana
-8
/
+8
2025-11-24
btrfs: change 'reserved' argument from pin_down_extent() to bool
Filipe Manana
-6
/
+6
2025-11-24
btrfs: remove 'reserved' argument from btrfs_pin_extent()
Filipe Manana
-10
/
+8
2025-11-24
btrfs: use local variable for space_info in pin_down_extent()
Filipe Manana
-9
/
+10
2025-11-24
btrfs: reduce block group critical section in pin_down_extent()
Filipe Manana
-5
/
+5
2025-11-24
btrfs: reduce block group critical section in do_trimming()
Filipe Manana
-8
/
+12
2025-11-24
btrfs: reduce block group critical section in btrfs_add_reserved_bytes()
Filipe Manana
-6
/
+14
2025-11-24
btrfs: reduce block group critical section in btrfs_free_reserved_bytes()
Filipe Manana
-6
/
+9
2025-11-24
btrfs: reduce space_info critical section in btrfs_chunk_alloc()
Filipe Manana
-3
/
+3
2025-11-24
btrfs: remove double underscore prefix from __reserve_bytes()
Filipe Manana
-5
/
+5
2025-11-24
btrfs: process ticket outside global reserve critical section
Filipe Manana
-3
/
+4
2025-11-24
btrfs: assign booleans to global reserve's full field
Filipe Manana
-2
/
+2
2025-11-24
btrfs: assert space_info is locked in steal_from_global_rsv()
Filipe Manana
-0
/
+2
2025-11-24
btrfs: avoid unnecessary reclaim calculation in priority_reclaim_metadata_spa...
Filipe Manana
-1
/
+2
2025-11-24
btrfs: shorten critical section in btrfs_preempt_reclaim_metadata_space()
Filipe Manana
-6
/
+7
2025-11-24
btrfs: increment loop count outside critical section during metadata reclaim
Filipe Manana
-2
/
+2
2025-11-24
btrfs: bail out earlier from need_preemptive_reclaim() if we have tickets
Filipe Manana
-9
/
+9
[prev]
[next]