index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
space-info.c
Age
Commit message (
Expand
)
Author
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
2021-06-22
btrfs: rip the first_ticket_bytes logic from fail_all_tickets
Josef Bacik
2021-06-22
btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushing
Josef Bacik
2021-06-22
btrfs: rip out may_commit_transaction
Josef Bacik
2021-06-22
btrfs: fix typos in comments
David Sterba
2021-06-21
btrfs: handle preemptive delalloc flushing slightly differently
Josef Bacik
2021-06-21
btrfs: only ignore delalloc if delalloc is much smaller than ordered
Josef Bacik
2021-06-21
btrfs: don't include the global rsv size in the preemptive used amount
Josef Bacik
2021-06-21
btrfs: use the global rsv size in the preemptive thresh calculation
Josef Bacik
2021-06-21
btrfs: take into account global rsv in need_preemptive_reclaim
Josef Bacik
2021-06-21
btrfs: only clamp the first time we have to start flushing
Josef Bacik
2021-06-21
btrfs: check worker before need_preemptive_reclaim
Josef Bacik
2021-04-19
btrfs: use percpu_read_positive instead of sum_positive for need_preempt
Josef Bacik
2021-02-09
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
2021-02-08
btrfs: add a trace class for dumping the current ENOSPC state
Josef Bacik
2021-02-08
btrfs: adjust the flush trace point to include the source
Josef Bacik
2021-02-08
btrfs: implement space clamping for preemptive flushing
Josef Bacik
2021-02-08
btrfs: simplify the logic in need_preemptive_flushing
Josef Bacik
2021-02-08
btrfs: rework btrfs_calc_reclaim_metadata_size
Josef Bacik
2021-02-08
btrfs: check reclaim_size in need_preemptive_reclaim
Josef Bacik
2021-02-08
btrfs: rename need_do_async_reclaim
Josef Bacik
2021-02-08
btrfs: improve preemptive background space flushing
Josef Bacik
2021-02-08
btrfs: introduce a FORCE_COMMIT_TRANS flush operation
Josef Bacik
2021-02-08
btrfs: track ordered bytes instead of just dio ordered bytes
Josef Bacik
2021-02-08
btrfs: add a trace point for reserve tickets
Josef Bacik
2021-02-08
btrfs: make flush_space take a enum btrfs_flush_state instead of int
Josef Bacik
2021-02-08
btrfs: fix parameter description in space-info.c
Nikolay Borisov
2021-02-08
btrfs: make btrfs_start_delalloc_root's nr argument a long
Nikolay Borisov
2021-01-08
btrfs: shrink delalloc pages instead of full inodes
Josef Bacik
2020-12-18
btrfs: fix deadlock when cloning inline extent and low on free metadata space
Filipe Manana
2020-10-07
btrfs: kill the RCU protection for fs_info->space_info
Josef Bacik
2020-10-07
btrfs: remove unused function calc_global_rsv_need_space()
YueHaibing
2020-10-07
btrfs: fix possible infinite loop in data async reclaim
Josef Bacik
2020-10-07
btrfs: add a comment explaining the data flush steps
Josef Bacik
2020-10-07
btrfs: do async reclaim for data reservations
Josef Bacik
2020-10-07
btrfs: flush delayed refs when trying to reserve data space
Josef Bacik
2020-10-07
btrfs: run delayed iputs before committing the transaction for data
Josef Bacik
2020-10-07
btrfs: don't force commit if we are data
Josef Bacik
2020-10-07
btrfs: drop the commit_cycles stuff for data reservations
Josef Bacik
2020-10-07
btrfs: use the same helper for data and metadata reservations
Josef Bacik
2020-10-07
btrfs: serialize data reservations if we are flushing
Josef Bacik
2020-10-07
btrfs: use ticketing for data space reservations
Josef Bacik
2020-10-07
btrfs: add btrfs_reserve_data_bytes and use it
Josef Bacik
2020-10-07
btrfs: add the data transaction commit logic into may_commit_transaction
Josef Bacik
2020-10-07
btrfs: add flushing states for handling data reservations
Josef Bacik
2020-10-07
btrfs: check tickets after waiting on ordered extents
Josef Bacik
2020-10-07
btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
Josef Bacik
2020-10-07
btrfs: make ALLOC_CHUNK use the space info flags
Josef Bacik
2020-10-07
btrfs: make shrink_delalloc take space_info as an arg
Josef Bacik
2020-10-07
btrfs: handle U64_MAX for shrink_delalloc
Josef Bacik
[next]