index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
discard.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
btrfs: constify more pointer parameters
David Sterba
1
-2
/
+2
2023-06-19
btrfs: unexport btrfs_run_discard_work and make it static
Johannes Thumshirn
1
-17
/
+17
2023-04-21
btrfs: reinterpret async discard iops_limit=0 as no delay
Boris Burkov
1
-7
/
+12
2023-04-21
btrfs: set default discard iops_limit to 1000
Boris Burkov
1
-1
/
+1
2023-02-15
btrfs: hold block group refcount during async discard
Boris Burkov
1
-3
/
+38
2022-12-05
btrfs: update function comments
David Sterba
1
-49
/
+62
2022-12-05
btrfs: move mount option definitions to fs.h
Josef Bacik
1
-0
/
+1
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2021-02-08
btrfs: document now parameter of peek_discard_list
Nikolay Borisov
1
-2
/
+4
2020-12-18
btrfs: merge critical sections of discard lock in workfn
Pavel Begunkov
1
-20
/
+23
2020-12-18
btrfs: fix racy access to discard_ctl data
Pavel Begunkov
1
-7
/
+3
2020-12-18
btrfs: fix async discard stall
Pavel Begunkov
1
-7
/
+10
2020-12-08
btrfs: don't miss async discards after scheduled work override
Pavel Begunkov
1
-0
/
+15
2020-12-08
btrfs: discard: store async discard delay as ns not as jiffies
Pavel Begunkov
1
-7
/
+7
2020-12-08
btrfs: discard: speed up async discard up to iops_limit
Pavel Begunkov
1
-5
/
+5
2020-12-08
btrfs: cleanup btrfs_discard_update_discardable usage
Josef Bacik
1
-3
/
+4
2020-07-07
btrfs: discard: add missing put when grabbing block group from unused list
Qu Wenruo
1
-0
/
+1
2020-01-20
btrfs: add correction to handle -1 edge case in async discard
Dennis Zhou
1
-0
/
+22
2020-01-20
btrfs: add async discard implementation overview
Dennis Zhou
1
-0
/
+39
2020-01-20
btrfs: keep track of discard reuse stats
Dennis Zhou
1
-0
/
+5
2020-01-20
btrfs: only keep track of data extents for async discard
Dennis Zhou
1
-2
/
+10
2020-01-20
btrfs: have multiple discard lists
Dennis Zhou
1
-9
/
+96
2020-01-20
btrfs: make max async discard size tunable
Dennis Zhou
1
-0
/
+1
2020-01-20
btrfs: add kbps discard rate limit for async discard
Dennis Zhou
1
-2
/
+21
2020-01-20
btrfs: calculate discard delay based on number of extents
Dennis Zhou
1
-4
/
+51
2020-01-20
btrfs: keep track of discardable_bytes for async discard
Dennis Zhou
1
-0
/
+10
2020-01-20
btrfs: track discardable extents for async discard
Dennis Zhou
1
-0
/
+31
2020-01-20
btrfs: discard one region at a time in async discard
Dennis Zhou
1
-17
/
+68
2020-01-20
btrfs: handle empty block_group removal for async discard
Dennis Zhou
1
-3
/
+112
2020-01-20
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
1
-0
/
+273