summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/discard.c
AgeCommit message (Expand)Author
2020-12-18btrfs: merge critical sections of discard lock in workfnPavel Begunkov
2020-12-18btrfs: fix racy access to discard_ctl dataPavel Begunkov
2020-12-18btrfs: fix async discard stallPavel Begunkov
2020-12-08btrfs: don't miss async discards after scheduled work overridePavel Begunkov
2020-12-08btrfs: discard: store async discard delay as ns not as jiffiesPavel Begunkov
2020-12-08btrfs: discard: speed up async discard up to iops_limitPavel Begunkov
2020-12-08btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik
2020-07-07btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo
2020-01-20btrfs: add correction to handle -1 edge case in async discardDennis Zhou
2020-01-20btrfs: add async discard implementation overviewDennis Zhou
2020-01-20btrfs: keep track of discard reuse statsDennis Zhou
2020-01-20btrfs: only keep track of data extents for async discardDennis Zhou
2020-01-20btrfs: have multiple discard listsDennis Zhou
2020-01-20btrfs: make max async discard size tunableDennis Zhou
2020-01-20btrfs: add kbps discard rate limit for async discardDennis Zhou
2020-01-20btrfs: calculate discard delay based on number of extentsDennis Zhou
2020-01-20btrfs: keep track of discardable_bytes for async discardDennis Zhou
2020-01-20btrfs: track discardable extents for async discardDennis Zhou
2020-01-20btrfs: discard one region at a time in async discardDennis Zhou
2020-01-20btrfs: handle empty block_group removal for async discardDennis Zhou
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou