index
:
pub/scm/linux/kernel/git/devsec/spdm.git
master
lukas's fork of linux.git
Device Security Group
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
2026-06-30
btrfs: reject free space cache with more entries than pages
Xiang Mei
1
-0
/
+3
2026-06-09
btrfs: switch local indicator variables to bools
David Sterba
1
-6
/
+6
2026-06-08
btrfs: remove unnecessary ctl argument from write_cache_extent_entries()
Filipe Manana
1
-3
/
+2
2026-06-08
btrfs: remove unnecessary ctl argument from __btrfs_write_out_cache()
Filipe Manana
1
-3
/
+2
2026-06-08
btrfs: remove block group argument from copy_free_space_cache()
Filipe Manana
1
-5
/
+4
2026-06-08
btrfs: remove op field from struct btrfs_free_space_ctl
Filipe Manana
1
-13
/
+11
2026-06-08
btrfs: remove unit field from struct btrfs_free_space_ctl
Filipe Manana
1
-43
/
+52
2026-06-08
btrfs: remove start field from struct btrfs_free_space_ctl
Filipe Manana
1
-5
/
+4
2026-06-08
btrfs: remove folio checked subpage bitmap tracking
Qu Wenruo
1
-4
/
+0
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-03
btrfs: remove pointless out labels from free-space-cache.c
Filipe Manana
1
-16
/
+12
2026-02-03
btrfs: don't pass io_ctl to __btrfs_write_out_cache()
Johannes Thumshirn
1
-3
/
+2
2026-02-03
btrfs: use the btrfs_block_group_end() helper everywhere
Filipe Manana
1
-4
/
+4
2026-02-03
btrfs: remove bogus NULL checks in __btrfs_write_out_cache()
Johannes Thumshirn
1
-7
/
+4
2026-02-03
btrfs: populate fully_remapped_bgs_list on mount
Mark Harmstone
1
-0
/
+18
2026-02-03
btrfs: handle discarding fully-remapped block groups
Mark Harmstone
1
-0
/
+33
2026-02-03
btrfs: add do_remap parameter to btrfs_discard_extent()
Mark Harmstone
1
-1
/
+1
2026-02-03
btrfs: remove remapped block groups from the free-space-tree
Mark Harmstone
1
-0
/
+3
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: reduce block group critical section in do_trimming()
Filipe Manana
1
-8
/
+12
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-1
/
+1
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-2
/
+2
2025-07-21
btrfs: use pgoff_t for page index variables
David Sterba
1
-1
/
+1
2025-07-21
btrfs: rename err to ret in btrfs_alloc_from_bitmap()
David Sterba
1
-3
/
+3
2025-05-15
btrfs: return real error from __filemap_get_folio() calls
Filipe Manana
1
-1
/
+1
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
1
-6
/
+4
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
1
-7
/
+7
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
1
-8
/
+8
2025-05-15
btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-2
/
+2
2025-03-18
btrfs: make btrfs_iget_path() return a btrfs inode instead
Filipe Manana
1
-5
/
+5
2025-03-18
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_remove_free_space_inode()
David Sterba
1
-8
/
+5
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
1
-4
/
+4
2025-03-17
btrfs: convert io_ctl_prepare_pages() to work on folios
Matthew Wilcox (Oracle)
1
-12
/
+14
2025-01-13
btrfs: open code set_page_extent_mapped()
David Sterba
1
-1
/
+1
2025-01-13
btrfs: free-space-cache: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
1
-3
/
+0
2025-01-13
btrfs: move extent-tree function declarations out of ctree.h
Filipe Manana
1
-1
/
+1
2024-11-11
btrfs: convert btrfs_buffered_write() to use folios
Qu Wenruo
1
-2
/
+2
2024-11-11
btrfs: make buffered write to copy one page a time
Qu Wenruo
1
-4
/
+11
2024-11-11
btrfs: use str_yes_no() helper function in btrfs_dump_free_space()
Thorsten Blum
1
-3
/
+3
2024-11-11
btrfs: remove the dirty_page local variable
Qu Wenruo
1
-2
/
+1
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
[next]