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: update function comments
David Sterba
2022-12-05
1
-49
/
+62
*
btrfs: move mount option definitions to fs.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: fix typos in comments
David Sterba
2021-06-22
1
-1
/
+1
*
btrfs: document now parameter of peek_discard_list
Nikolay Borisov
2021-02-08
1
-2
/
+4
*
btrfs: merge critical sections of discard lock in workfn
Pavel Begunkov
2020-12-18
1
-20
/
+23
*
btrfs: fix racy access to discard_ctl data
Pavel Begunkov
2020-12-18
1
-7
/
+3
*
btrfs: fix async discard stall
Pavel Begunkov
2020-12-18
1
-7
/
+10
*
btrfs: don't miss async discards after scheduled work override
Pavel Begunkov
2020-12-08
1
-0
/
+15
*
btrfs: discard: store async discard delay as ns not as jiffies
Pavel Begunkov
2020-12-08
1
-7
/
+7
*
btrfs: discard: speed up async discard up to iops_limit
Pavel Begunkov
2020-12-08
1
-5
/
+5
*
btrfs: cleanup btrfs_discard_update_discardable usage
Josef Bacik
2020-12-08
1
-3
/
+4
*
btrfs: discard: add missing put when grabbing block group from unused list
Qu Wenruo
2020-07-07
1
-0
/
+1
*
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