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
/
free-space-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-07
btrfs: add cancellation points to trim loops
Luca Stefani
1
-2
/
+2
2024-08-15
btrfs: zoned: properly take lock to read/update block group's zoned variables
Naohiro Aota
1
-6
/
+8
2024-07-29
btrfs: zoned: fix zone_unusable accounting on making block group read-write a...
Naohiro Aota
1
-1
/
+3
2024-07-11
btrfs: fix bitmap leak when loading free space cache on duplicate entry
Filipe Manana
1
-0
/
+1
2024-07-11
btrfs: switch btrfs_block_group::inode to struct btrfs_inode
David Sterba
1
-2
/
+2
2024-07-11
btrfs: remove super block argument from btrfs_iget_path()
Filipe Manana
1
-2
/
+1
2024-07-11
btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()
Filipe Manana
1
-1
/
+1
2024-06-27
Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2024-06-25
btrfs: zoned: fix initial free space detection
Naohiro Aota
1
-1
/
+1
2024-04-01
btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
Alexander Lobakin
1
-4
/
+4
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
1
-2
/
+2
2024-03-04
btrfs: use KMEM_CACHE() to create btrfs_free_space cache
Kunwu Chan
1
-3
/
+1
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
1
-1
/
+1
2024-03-04
btrfs: mark __btrfs_add_free_space static
Lijuan Li
1
-1
/
+1
2024-03-04
btrfs: remove unused included headers
David Sterba
1
-2
/
+0
2023-12-15
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
1
-2
/
+2
2023-10-12
btrfs: remove redundant root argument from btrfs_update_inode()
Filipe Manana
1
-7
/
+6
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-3
/
+3
2023-10-12
btrfs: remove btrfs_crc32c wrapper
Josef Bacik
1
-2
/
+2
2023-10-12
btrfs: move btrfs_crc32c_final into free-space-cache.c
Josef Bacik
1
-0
/
+5
2023-08-21
btrfs: zoned: no longer count fresh BG region as zone unusable
Naohiro Aota
1
-7
/
+1
2023-08-21
btrfs: print target number of bytes when dumping free space
Filipe Manana
1
-1
/
+2
2023-08-21
btrfs: make find_first_extent_bit() return a boolean
Filipe Manana
1
-4
/
+3
2023-06-19
btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.c
Josef Bacik
1
-19
/
+0
2023-06-19
btrfs: assert tree lock is held when removing free space entries
Filipe Manana
1
-10
/
+24
2023-06-19
btrfs: assert tree lock is held when linking free space
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: assert tree lock is held when searching for free space entries
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: assert proper locks are held at tree_insert_offset()
Filipe Manana
1
-6
/
+19
2023-06-19
btrfs: simplify arguments to tree_insert_offset()
Filipe Manana
1
-21
/
+16
2023-06-19
btrfs: use precomputed end offsets at do_trimming()
Filipe Manana
1
-1
/
+1
2023-06-19
btrfs: avoid searching twice for previous node when merging free space entries
Filipe Manana
1
-3
/
+6
2023-06-19
btrfs: avoid extra memory allocation when copying free space cache
Filipe Manana
1
-2
/
+4
2023-05-09
btrfs: fix space cache inconsistency after error loading it from disk
Filipe Manana
1
-3
/
+4
2023-03-15
btrfs: zoned: count fresh BG region as zone unusable
Naohiro Aota
1
-1
/
+7
2022-12-05
btrfs: pass btrfs_inode to btrfs_add_delayed_iput
David Sterba
1
-2
/
+2
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
1
-2
/
+1
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-6
/
+3
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-1
/
+2
2022-12-05
btrfs: move the printk helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move free space cachep's out of ctree.h
Josef Bacik
1
-0
/
+28
2022-09-29
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
1
-1
/
+1
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
1
-3
/
+3
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-8
/
+8
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
1
-3
/
+3
2022-09-26
btrfs: remove use btrfs_remove_free_space_cache instead of variant
Josef Bacik
1
-17
/
+3
[next]