aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/discard.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-02-08btrfs: document now parameter of peek_discard_listNikolay Borisov1-2/+4
2020-12-18btrfs: merge critical sections of discard lock in workfnPavel Begunkov1-20/+23
2020-12-18btrfs: fix racy access to discard_ctl dataPavel Begunkov1-7/+3
2020-12-18btrfs: fix async discard stallPavel Begunkov1-7/+10
2020-12-08btrfs: don't miss async discards after scheduled work overridePavel Begunkov1-0/+15
2020-12-08btrfs: discard: store async discard delay as ns not as jiffiesPavel Begunkov1-7/+7
2020-12-08btrfs: discard: speed up async discard up to iops_limitPavel Begunkov1-5/+5
2020-12-08btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik1-3/+4
2020-07-07btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo1-0/+1
2020-01-20btrfs: add correction to handle -1 edge case in async discardDennis Zhou1-0/+22
2020-01-20btrfs: add async discard implementation overviewDennis Zhou1-0/+39
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou1-0/+5
2020-01-20btrfs: only keep track of data extents for async discardDennis Zhou1-2/+10
2020-01-20btrfs: have multiple discard listsDennis Zhou1-9/+96
2020-01-20btrfs: make max async discard size tunableDennis Zhou1-0/+1
2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou1-2/+21
2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou1-4/+51
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou1-0/+10
2020-01-20btrfs: track discardable extents for async discardDennis Zhou1-0/+31
2020-01-20btrfs: discard one region at a time in async discardDennis Zhou1-17/+68
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou1-3/+112
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou1-0/+273