index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
free-space-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
1
-1
/
+5
2021-10-26
btrfs: zoned: implement active zone tracking
Naohiro Aota
1
-2
/
+3
2021-10-26
btrfs: zoned: tweak reclaim threshold for zone capacity
Naohiro Aota
1
-2
/
+6
2021-10-26
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
1
-1
/
+6
2021-08-23
btrfs: zoned: fix block group alloc_offset calculation
Naohiro Aota
1
-2
/
+5
2021-08-23
btrfs: zoned: allow disabling of zone auto reclaim
Johannes Thumshirn
1
-3
/
+4
2021-08-23
btrfs: allocate file_ra_state on stack in readahead_cache
Goldwyn Rodrigues
1
-9
/
+3
2021-06-21
btrfs: don't set the full sync flag when truncation does not touch extents
Filipe Manana
1
-1
/
+1
2021-05-04
btrfs: initialize return variable in cleanup_free_space_cache_v1
Tom Rix
1
-1
/
+1
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
1
-1
/
+8
2021-03-04
btrfs: zoned: do not account freed region of read-only block group as zone_un...
Naohiro Aota
1
-1
/
+6
2021-02-22
btrfs: avoid double put of block group when emptying cluster
Josef Bacik
1
-4
/
+4
2021-02-22
btrfs: fix race between extent freeing/allocation when using bitmaps
Nikolay Borisov
1
-2
/
+4
2021-02-09
btrfs: zoned: advance allocation pointer after tree log node
Naohiro Aota
1
-1
/
+15
2021-02-09
btrfs: zoned: implement sequential extent allocation
Naohiro Aota
1
-0
/
+6
2021-02-09
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
1
-0
/
+67
2021-02-08
btrfs: introduce btrfs_subpage for data inodes
Qu Wenruo
1
-3
/
+12
2021-02-08
btrfs: improve parameter description for __btrfs_write_out_cache
Nikolay Borisov
1
-5
/
+8
2021-02-08
btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid
Nikolay Borisov
1
-1
/
+1
2021-02-08
btrfs: clarify error returns values in __load_free_space_cache
Zhihao Cheng
1
-1
/
+5
2020-12-09
btrfs: remove free space items when disabling space cache v1
Boris Burkov
1
-4
/
+95
2020-12-09
btrfs: keep sb cache_generation consistent with space_cache
Boris Burkov
1
-0
/
+28
2020-12-09
btrfs: remove recalc_thresholds from free space ops
David Sterba
1
-44
/
+42
2020-12-09
btrfs: always set NODATASUM/NODATACOW in __create_free_space_inode
Nikolay Borisov
1
-5
/
+3
2020-12-09
btrfs: remove crc_check logic from free space
Nikolay Borisov
1
-32
/
+5
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
1
-177
/
+0
2020-12-08
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
1
-3
/
+3
2020-12-08
btrfs: make btrfs_truncate_inode_items take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-12-08
btrfs: load free space cache into a temporary ctl
Josef Bacik
1
-89
/
+66
2020-12-08
btrfs: cleanup btrfs_discard_update_discardable usage
Josef Bacik
1
-6
/
+8
2020-12-08
btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()
Goldwyn Rodrigues
1
-1
/
+1
2020-10-07
btrfs: free-space-cache: use unaligned helpers to access data
David Sterba
1
-12
/
+9
2020-10-07
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
1
-1
/
+1
2020-08-19
btrfs: fix space cache memory leak after transaction abort
Filipe Manana
1
-1
/
+1
2020-08-10
btrfs: only search for left_info if there is no right_info in try_merge_free_...
Josef Bacik
1
-2
/
+2
2020-07-27
btrfs: make btrfs_dirty_pages take btrfs_inode
Nikolay Borisov
1
-2
/
+3
2020-07-27
btrfs: use helper btrfs_get_block_group
Anand Jain
1
-2
/
+2
2020-07-27
btrfs: let btrfs_return_cluster_to_free_space() return void
Anand Jain
1
-9
/
+5
2020-05-25
btrfs: turn space cache writeout failure messages into debug messages
Filipe Manana
1
-11
/
+4
2020-05-25
btrfs: include error on messages about failure to write space/inode caches
Filipe Manana
1
-6
/
+6
2020-05-25
btrfs: simplify iget helpers
David Sterba
1
-1
/
+1
2020-05-25
btrfs: move the block group freeze/unfreeze helpers into block-group.c
Filipe Manana
1
-41
/
+0
2020-05-25
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
1
-12
/
+13
2020-03-23
btrfs: simplify error handling in __btrfs_write_out_cache()
Johannes Thumshirn
1
-13
/
+11
2020-03-23
btrfs: use standard debug config option to enable free-space-cache debug prints
Johannes Thumshirn
1
-3
/
+3
2020-03-23
btrfs: make the uptodate argument of io_ctl_add_pages() boolean
Johannes Thumshirn
1
-3
/
+3
2020-03-23
btrfs: use inode from io_ctl in io_ctl_prepare_pages
Johannes Thumshirn
1
-4
/
+4
2020-03-23
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
1
-1
/
+1
2020-03-23
btrfs: Pass transaction handle to write_pinned_extent_entries
Nikolay Borisov
1
-1
/
+2
2020-01-20
btrfs: ensure removal of discardable_* in free_bitmap()
Dennis Zhou
1
-0
/
+14
[next]