summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/discard.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: unexport btrfs_run_discard_work and make it staticJohannes Thumshirn2023-06-191-17/+17
* btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov2023-04-211-7/+12
* btrfs: set default discard iops_limit to 1000Boris Burkov2023-04-211-1/+1
* btrfs: hold block group refcount during async discardBoris Burkov2023-02-151-3/+38
* btrfs: update function commentsDavid Sterba2022-12-051-49/+62
* btrfs: move mount option definitions to fs.hJosef Bacik2022-12-051-0/+1
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: document now parameter of peek_discard_listNikolay Borisov2021-02-081-2/+4
* btrfs: merge critical sections of discard lock in workfnPavel Begunkov2020-12-181-20/+23
* btrfs: fix racy access to discard_ctl dataPavel Begunkov2020-12-181-7/+3
* btrfs: fix async discard stallPavel Begunkov2020-12-181-7/+10
* btrfs: don't miss async discards after scheduled work overridePavel Begunkov2020-12-081-0/+15
* btrfs: discard: store async discard delay as ns not as jiffiesPavel Begunkov2020-12-081-7/+7
* btrfs: discard: speed up async discard up to iops_limitPavel Begunkov2020-12-081-5/+5
* btrfs: cleanup btrfs_discard_update_discardable usageJosef Bacik2020-12-081-3/+4
* btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo2020-07-071-0/+1
* btrfs: add correction to handle -1 edge case in async discardDennis Zhou2020-01-201-0/+22
* btrfs: add async discard implementation overviewDennis Zhou2020-01-201-0/+39
* btrfs: keep track of discard reuse statsDennis Zhou2020-01-201-0/+5
* btrfs: only keep track of data extents for async discardDennis Zhou2020-01-201-2/+10
* btrfs: have multiple discard listsDennis Zhou2020-01-201-9/+96
* btrfs: make max async discard size tunableDennis Zhou2020-01-201-0/+1
* btrfs: add kbps discard rate limit for async discardDennis Zhou2020-01-201-2/+21
* btrfs: calculate discard delay based on number of extentsDennis Zhou2020-01-201-4/+51
* btrfs: keep track of discardable_bytes for async discardDennis Zhou2020-01-201-0/+10
* btrfs: track discardable extents for async discardDennis Zhou2020-01-201-0/+31
* btrfs: discard one region at a time in async discardDennis Zhou2020-01-201-17/+68
* btrfs: handle empty block_group removal for async discardDennis Zhou2020-01-201-3/+112
* btrfs: add the beginning of async discard, discard workqueueDennis Zhou2020-01-201-0/+273