index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
drop_caches.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-23
btrfs: selftests: Add support for dummy devices
Nikolay Borisov
2
-0
/
+30
2020-01-23
btrfs: Move and unexport btrfs_rmap_block
Nikolay Borisov
4
-71
/
+91
2020-01-23
btrfs: separate definition of assertion failure handlers
David Sterba
1
-8
/
+12
2020-01-20
btrfs: device stats, log when stats are zeroed
Anand Jain
1
-0
/
+2
2020-01-20
btrfs: fix improper setting of scanned for range cyclic write cache pages
Josef Bacik
1
-2
/
+10
2020-01-20
btrfs: safely advance counter when looking up bio csums
David Sterba
1
-1
/
+2
2020-01-20
btrfs: remove unused member btrfs_device::work
David Sterba
1
-2
/
+0
2020-01-20
btrfs: remove unnecessary wrapper get_alloc_profile
Johannes Thumshirn
1
-6
/
+1
2020-01-20
btrfs: add correction to handle -1 edge case in async discard
Dennis Zhou
1
-0
/
+22
2020-01-20
btrfs: ensure removal of discardable_* in free_bitmap()
Dennis Zhou
1
-0
/
+14
2020-01-20
btrfs: make smaller extents more likely to go into bitmaps
Dennis Zhou
1
-2
/
+2
2020-01-20
btrfs: increase the metadata allowance for the free_space_cache
Dennis Zhou
1
-15
/
+11
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
4
-0
/
+58
2020-01-20
btrfs: only keep track of data extents for async discard
Dennis Zhou
2
-2
/
+21
2020-01-20
btrfs: have multiple discard lists
Dennis Zhou
5
-24
/
+145
2020-01-20
btrfs: make max async discard size tunable
Dennis Zhou
5
-8
/
+47
2020-01-20
btrfs: limit max discard size for async discard
Dennis Zhou
2
-9
/
+37
2020-01-20
btrfs: add kbps discard rate limit for async discard
Dennis Zhou
3
-2
/
+54
2020-01-20
btrfs: calculate discard delay based on number of extents
Dennis Zhou
5
-5
/
+88
2020-01-20
btrfs: keep track of discardable_bytes for async discard
Dennis Zhou
5
-9
/
+56
2020-01-20
btrfs: track discardable extents for async discard
Dennis Zhou
6
-9
/
+158
2020-01-20
btrfs: sysfs: add UUID/debug/discard directory
Dennis Zhou
2
-0
/
+27
2020-01-20
btrfs: sysfs: make UUID/debug have its own kobject
Dennis Zhou
2
-4
/
+20
2020-01-20
btrfs: sysfs: add removal calls for debug/
Dennis Zhou
1
-0
/
+7
2020-01-20
btrfs: discard one region at a time in async discard
Dennis Zhou
4
-46
/
+191
2020-01-20
btrfs: handle empty block_group removal for async discard
Dennis Zhou
7
-9
/
+206
2020-01-20
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
12
-13
/
+468
2020-01-20
btrfs: keep track of free space bitmap trim status cleanliness
Dennis Zhou
2
-9
/
+92
2020-01-20
btrfs: keep track of which extents have been discarded
Dennis Zhou
3
-14
/
+79
2020-01-20
btrfs: rename DISCARD mount option to to DISCARD_SYNC
Dennis Zhou
5
-8
/
+8
2020-01-20
bitmap: genericize percpu bitmap region iterators
Dennis Zhou
2
-45
/
+51
2020-01-20
btrfs: tree-checker: Verify location key for DIR_ITEM/DIR_INDEX
Qu Wenruo
1
-0
/
+21
2020-01-20
btrfs: tree-checker: Refactor root key check into separate function
Qu Wenruo
1
-15
/
+47
2020-01-20
btrfs: tree-checker: Refactor inode key check into seperate function
Qu Wenruo
1
-18
/
+60
2020-01-20
btrfs: tree-checker: Clean up fs_info parameter from error message wrapper
Qu Wenruo
1
-13
/
+13
2020-01-20
btrfs: tree-checker: Check leaf chunk item size
Qu Wenruo
1
-1
/
+39
2020-01-20
btrfs: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2020-01-20
btrfs: remove struct find_free_extent.ram_bytes
Omar Sandoval
1
-2
/
+0
2020-01-20
btrfs: simplify compressed/inline check in __extent_writepage_io()
Omar Sandoval
1
-15
/
+4
2020-01-20
btrfs: drop create parameter to btrfs_get_extent()
Omar Sandoval
9
-62
/
+64
2020-01-20
btrfs: remove redundant i_size check in __extent_writepage_io()
Omar Sandoval
1
-6
/
+0
2020-01-20
btrfs: remove trivial goto label in __extent_writepage()
Omar Sandoval
1
-5
/
+2
2020-01-20
btrfs: remove unnecessary pg_offset assignments in __extent_writepage()
Omar Sandoval
1
-3
/
+1
2020-01-20
btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
Omar Sandoval
7
-95
/
+90
2020-01-20
btrfs: remove dead snapshot-aware defrag code
Omar Sandoval
1
-684
/
+11
2020-01-20
btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()
Omar Sandoval
4
-12
/
+11
2020-01-20
btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers
Omar Sandoval
4
-26
/
+23
2020-01-20
btrfs: reset device back to allocation state when removing
Johannes Thumshirn
1
-17
/
+12
2020-01-20
btrfs: decrement number of open devices after closing the device not before
Johannes Thumshirn
1
-3
/
+2
[next]