index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
discard.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: add correction to handle -1 edge case in async discard
Dennis Zhou
2020-01-20
1
-0
/
+22
*
btrfs: add async discard implementation overview
Dennis Zhou
2020-01-20
1
-0
/
+39
*
btrfs: keep track of discard reuse stats
Dennis Zhou
2020-01-20
1
-0
/
+5
*
btrfs: only keep track of data extents for async discard
Dennis Zhou
2020-01-20
1
-2
/
+10
*
btrfs: have multiple discard lists
Dennis Zhou
2020-01-20
1
-9
/
+96
*
btrfs: make max async discard size tunable
Dennis Zhou
2020-01-20
1
-0
/
+1
*
btrfs: add kbps discard rate limit for async discard
Dennis Zhou
2020-01-20
1
-2
/
+21
*
btrfs: calculate discard delay based on number of extents
Dennis Zhou
2020-01-20
1
-4
/
+51
*
btrfs: keep track of discardable_bytes for async discard
Dennis Zhou
2020-01-20
1
-0
/
+10
*
btrfs: track discardable extents for async discard
Dennis Zhou
2020-01-20
1
-0
/
+31
*
btrfs: discard one region at a time in async discard
Dennis Zhou
2020-01-20
1
-17
/
+68
*
btrfs: handle empty block_group removal for async discard
Dennis Zhou
2020-01-20
1
-3
/
+112
*
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
2020-01-20
1
-0
/
+273