开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
discard.c
Age
Commit message (
Expand
)
Author
2021-06-22
btrfs: fix typos in comments
David Sterba
2021-02-08
btrfs: document now parameter of peek_discard_list
Nikolay Borisov
2020-12-18
btrfs: merge critical sections of discard lock in workfn
Pavel Begunkov
2020-12-18
btrfs: fix racy access to discard_ctl data
Pavel Begunkov
2020-12-18
btrfs: fix async discard stall
Pavel Begunkov
2020-12-08
btrfs: don't miss async discards after scheduled work override
Pavel Begunkov
2020-12-08
btrfs: discard: store async discard delay as ns not as jiffies
Pavel Begunkov
2020-12-08
btrfs: discard: speed up async discard up to iops_limit
Pavel Begunkov
2020-12-08
btrfs: cleanup btrfs_discard_update_discardable usage
Josef Bacik
2020-07-07
btrfs: discard: add missing put when grabbing block group from unused list
Qu Wenruo
2020-01-20
btrfs: add correction to handle -1 edge case in async discard
Dennis Zhou
2020-01-20
btrfs: add async discard implementation overview
Dennis Zhou
2020-01-20
btrfs: keep track of discard reuse stats
Dennis Zhou
2020-01-20
btrfs: only keep track of data extents for async discard
Dennis Zhou
2020-01-20
btrfs: have multiple discard lists
Dennis Zhou
2020-01-20
btrfs: make max async discard size tunable
Dennis Zhou
2020-01-20
btrfs: add kbps discard rate limit for async discard
Dennis Zhou
2020-01-20
btrfs: calculate discard delay based on number of extents
Dennis Zhou
2020-01-20
btrfs: keep track of discardable_bytes for async discard
Dennis Zhou
2020-01-20
btrfs: track discardable extents for async discard
Dennis Zhou
2020-01-20
btrfs: discard one region at a time in async discard
Dennis Zhou
2020-01-20
btrfs: handle empty block_group removal for async discard
Dennis Zhou
2020-01-20
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou