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: inline btrfs_space_info_used()
Filipe Manana
-12
/
+11
2025-11-24
btrfs: avoid used space computation when reserving space
Filipe Manana
-2
/
+2
2025-11-24
btrfs: avoid used space computation when trying to grant tickets
Filipe Manana
-4
/
+22
2025-11-24
btrfs: make btrfs_can_overcommit() return bool instead of int
Filipe Manana
-8
/
+6
2025-11-24
btrfs: avoid recomputing used space in btrfs_try_granting_tickets()
Filipe Manana
-2
/
+5
2025-11-24
btrfs: return real error when failing tickets in maybe_fail_all_tickets()
Filipe Manana
-6
/
+6
2025-11-24
btrfs: subpage: simplify the PAGECACHE_TAG_TOWRITE handling
Qu Wenruo
-11
/
+3
2025-11-24
btrfs: remove pointless data_end assignment in btrfs_extent_item()
Filipe Manana
-1
/
+0
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
-79
/
+64
2025-11-24
btrfs: add macros to facilitate printing of keys
Filipe Manana
-0
/
+3
2025-11-24
btrfs: remove redundant refcount check in btrfs_put_transaction()
Xuanqiang Luo
-1
/
+0
2025-11-24
btrfs: remove fs_info argument from btrfs_zoned_activate_one_bg()
Filipe Manana
-9
/
+6
2025-11-24
btrfs: remove fs_info argument from btrfs_sysfs_add_space_info_type()
Filipe Manana
-7
/
+5
2025-11-24
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
-219
/
+119
2025-11-24
btrfs: remove fs_info argument from btrfs_reserve_metadata_bytes()
Filipe Manana
-17
/
+14
2025-11-24
btrfs: remove fs_info argument from __reserve_bytes()
Filipe Manana
-5
/
+4
2025-11-24
btrfs: fix parameter documentation for btrfs_reserve_data_bytes()
Filipe Manana
-1
/
+1
2025-11-24
btrfs: remove fs_info argument from maybe_clamp_preempt()
Filipe Manana
-3
/
+3
2025-11-24
btrfs: remove fs_info argument from handle_reserve_ticket()
Filipe Manana
-7
/
+4
2025-11-24
btrfs: remove fs_info argument from steal_from_global_rsv()
Filipe Manana
-4
/
+4
2025-11-24
btrfs: remove fs_info argument from need_preemptive_reclaim()
Filipe Manana
-4
/
+4
2025-11-24
btrfs: remove fs_info argument from btrfs_calc_reclaim_metadata_size()
Filipe Manana
-6
/
+4
2025-11-24
btrfs: remove fs_info argument from shrink_delalloc() and flush_space()
Filipe Manana
-15
/
+12
2025-11-24
btrfs: remove fs_info argument from btrfs_dump_space_info()
Filipe Manana
-17
/
+15
2025-11-24
btrfs: remove fs_info argument from btrfs_can_overcommit()
Filipe Manana
-10
/
+5
2025-11-24
btrfs: remove fs_info argument from calc_available_free_space()
Filipe Manana
-8
/
+6
2025-11-24
btrfs: remove fs_info argument from maybe_fail_all_tickets()
Filipe Manana
-6
/
+5
2025-11-24
btrfs: remove fs_info argument from priority_reclaim_metadata_space()
Filipe Manana
-7
/
+7
2025-11-24
btrfs: remove fs_info argument from priority_reclaim_data_space()
Filipe Manana
-3
/
+4
2025-11-24
btrfs: remove fs_info argument from btrfs_try_granting_tickets()
Filipe Manana
-13
/
+12
2025-11-24
btrfs: avoid repeated computations in btrfs_mark_ordered_io_finished()
Filipe Manana
-10
/
+8
2025-11-24
btrfs: avoid multiple i_size rounding in btrfs_truncate()
Filipe Manana
-10
/
+8
2025-11-24
btrfs: consistently round up or down i_size in btrfs_truncate()
Filipe Manana
-4
/
+4
2025-11-24
btrfs: add unlikely to unexpected error case in extent_writepages()
Filipe Manana
-1
/
+1
2025-11-24
btrfs: split assertion into two in extent_writepage_io()
Filipe Manana
-1
/
+3
2025-11-24
btrfs: use variable for end offset in extent_writepage_io()
Filipe Manana
-5
/
+5
2025-11-24
btrfs: truncate ordered extent when skipping writeback past i_size
Filipe Manana
-4
/
+22
2025-11-24
btrfs: implement remove_bdev and shutdown super operation callbacks
Qu Wenruo
-0
/
+71
2025-11-24
btrfs: implement shutdown ioctl
Qu Wenruo
-0
/
+41
2025-11-24
btrfs: introduce a new shutdown state
Qu Wenruo
-3
/
+73
2025-11-24
btrfs: use end_pos variable where needed in btrfs_dirty_folio()
Filipe Manana
-4
/
+3
2025-11-24
btrfs: fix racy bitfield write in btrfs_clear_space_info_full()
Boris Burkov
-17
/
+17
2025-11-24
btrfs: fix comment in alloc_bitmap() and drop stale TODO
Rajeev Tapadia
-5
/
+3
2025-11-24
btrfs: fix double free of qgroup record after failure to add delayed ref head
Miquel SabatĂ© SolĂ
-10
/
+33
2025-11-24
btrfs: subpage: rename macro variables to avoid shadowing
David Sterba
-26
/
+17
2025-11-24
btrfs: refactor allocation size calculation in alloc_btrfs_io_context()
Mehdi Ben Hadj Khelifa
-6
/
+1
2025-11-24
btrfs: fix trivial -Wshadow warnings
David Sterba
-11
/
+4
2025-11-24
btrfs: print-tree: use string format for key names
David Sterba
-1
/
+1
2025-11-24
btrfs: remove unnecessary NULL fs_info check from find_lock_delalloc_range()
Qu Wenruo
-2
/
+1
2025-11-24
btrfs: use single return value variable in btrfs_relocate_block_group()
Filipe Manana
-23
/
+16
[prev]
[next]