index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
space-info.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: kill the RCU protection for fs_info->space_info
Josef Bacik
2020-10-07
1
-10
/
+4
*
btrfs: remove unused function calc_global_rsv_need_space()
YueHaibing
2020-10-07
1
-5
/
+0
*
btrfs: fix possible infinite loop in data async reclaim
Josef Bacik
2020-10-07
1
-0
/
+6
*
btrfs: add a comment explaining the data flush steps
Josef Bacik
2020-10-07
1
-0
/
+47
*
btrfs: do async reclaim for data reservations
Josef Bacik
2020-10-07
1
-33
/
+84
*
btrfs: flush delayed refs when trying to reserve data space
Josef Bacik
2020-10-07
1
-0
/
+1
*
btrfs: run delayed iputs before committing the transaction for data
Josef Bacik
2020-10-07
1
-1
/
+1
*
btrfs: don't force commit if we are data
Josef Bacik
2020-10-07
1
-18
/
+4
*
btrfs: drop the commit_cycles stuff for data reservations
Josef Bacik
2020-10-07
1
-19
/
+2
*
btrfs: use the same helper for data and metadata reservations
Josef Bacik
2020-10-07
1
-33
/
+13
*
btrfs: serialize data reservations if we are flushing
Josef Bacik
2020-10-07
1
-1
/
+4
*
btrfs: use ticketing for data space reservations
Josef Bacik
2020-10-07
1
-58
/
+64
*
btrfs: add btrfs_reserve_data_bytes and use it
Josef Bacik
2020-10-07
1
-0
/
+92
*
btrfs: add the data transaction commit logic into may_commit_transaction
Josef Bacik
2020-10-07
1
-7
/
+24
*
btrfs: add flushing states for handling data reservations
Josef Bacik
2020-10-07
1
-0
/
+6
*
btrfs: check tickets after waiting on ordered extents
Josef Bacik
2020-10-07
1
-8
/
+9
*
btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
Josef Bacik
2020-10-07
1
-54
/
+1
*
btrfs: make ALLOC_CHUNK use the space info flags
Josef Bacik
2020-10-07
1
-1
/
+1
*
btrfs: make shrink_delalloc take space_info as an arg
Josef Bacik
2020-10-07
1
-5
/
+4
*
btrfs: handle U64_MAX for shrink_delalloc
Josef Bacik
2020-10-07
1
-3
/
+14
*
btrfs: remove orig from shrink_delalloc
Josef Bacik
2020-10-07
1
-2
/
+2
*
btrfs: change nr to u64 in btrfs_start_delalloc_roots
Josef Bacik
2020-10-07
1
-1
/
+1
*
btrfs: fix lockdep splat from btrfs_dump_space_info
Josef Bacik
2020-07-27
1
-1
/
+1
*
btrfs: fix reclaim_size counter leak after stealing from global reserve
Filipe Manana
2020-07-02
1
-1
/
+1
*
btrfs: remove pointless assertion on reclaim_size counter
Filipe Manana
2020-05-25
1
-1
/
+0
*
btrfs: run btrfs_try_granting_tickets if a priority ticket fails
Josef Bacik
2020-05-25
1
-4
/
+10
*
btrfs: only check priority tickets for priority flushing
Josef Bacik
2020-05-25
1
-2
/
+21
*
btrfs: account for trans_block_rsv in may_commit_transaction
Josef Bacik
2020-05-25
1
-0
/
+6
*
btrfs: allow to use up to 90% of the global block rsv for unlink
Josef Bacik
2020-05-25
1
-1
/
+1
*
btrfs: improve global reserve stealing logic
Josef Bacik
2020-05-25
1
-1
/
+36
*
btrfs: fix reclaim counter leak of space_info objects
Filipe Manana
2020-04-08
1
-6
/
+14
*
btrfs: account ticket size at add/delete time
Nikolay Borisov
2020-03-23
1
-6
/
+6
*
btrfs: fix btrfs_calc_reclaim_metadata_size calculation
Josef Bacik
2020-03-23
1
-9
/
+34
*
btrfs: describe the space reservation system in general
Josef Bacik
2020-03-23
1
-0
/
+147
*
btrfs: take overcommit into account in inc_block_group_ro
Josef Bacik
2020-01-31
1
-8
/
+10
*
btrfs: don't pass system_chunk into can_overcommit
Josef Bacik
2020-01-20
1
-27
/
+15
*
btrfs: rename btrfs_block_group_cache
David Sterba
2019-11-18
1
-1
/
+1
*
Btrfs: remove wait queue from space_info structure
Filipe Manana
2019-11-18
1
-1
/
+0
*
btrfs: add dedicated members for start and length of a block group
David Sterba
2019-11-18
1
-2
/
+1
*
btrfs: move block_group_item::used to block group
David Sterba
2019-11-18
1
-1
/
+1
*
btrfs: add __pure attribute to functions
David Sterba
2019-11-18
1
-1
/
+1
*
Btrfs: fix race leading to metadata space leak after task received signal
Filipe Manana
2019-10-25
1
-0
/
+21
*
btrfs: add enospc debug messages for ticket failure
Josef Bacik
2019-09-09
1
-7
/
+25
*
btrfs: do not account global reserve in can_overcommit
Josef Bacik
2019-09-09
1
-18
/
+1
*
btrfs: remove orig_bytes from reserve_ticket
Josef Bacik
2019-09-09
1
-8
/
+0
*
btrfs: fix may_commit_transaction to deal with no partial filling
Josef Bacik
2019-09-09
1
-0
/
+12
*
btrfs: rework wake_all_tickets
Josef Bacik
2019-09-09
1
-7
/
+49
*
btrfs: refactor the ticket wakeup code
Josef Bacik
2019-09-09
1
-50
/
+5
*
btrfs: stop partially refilling tickets when releasing space
Josef Bacik
2019-09-09
1
-27
/
+16
*
btrfs: roll tracepoint into btrfs_space_info_update helper
Josef Bacik
2019-09-09
1
-10
/
+0
[next]