index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
12
-61
/
+53
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
8
-20
/
+21
2025-05-15
btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
David Sterba
7
-16
/
+12
2025-05-15
btrfs: add debug build only WARN
David Sterba
1
-0
/
+7
2025-05-15
btrfs: use verbose ASSERT() in volumes.c
David Sterba
1
-20
/
+35
2025-05-15
btrfs: enhance ASSERT() to take optional format string
David Sterba
1
-7
/
+69
2025-05-15
btrfs: remove BTRFS_REF_LAST from enum btrfs_ref_type
Yangtao Li
1
-1
/
+0
2025-05-15
btrfs: use bvec_kmap_local() in btrfs_decompress_buf2page()
Christoph Hellwig
1
-3
/
+6
2025-05-15
btrfs: scrub: use virtual addresses directly
Christoph Hellwig
1
-57
/
+38
2025-05-15
btrfs: raid56: store a physical address in structure sector_ptr
Qu Wenruo
1
-70
/
+82
2025-05-15
btrfs: simplify bvec iteration in index_one_bio()
Christoph Hellwig
1
-12
/
+11
2025-05-15
btrfs: move kmapping out of btrfs_check_sector_csum()
Christoph Hellwig
4
-21
/
+27
2025-05-15
btrfs: pass a physical address to btrfs_repair_io_failure()
Christoph Hellwig
3
-10
/
+8
2025-05-15
btrfs: track the next file offset in struct btrfs_bio_ctrl
Christoph Hellwig
1
-23
/
+15
2025-05-15
btrfs: remove the alignment checks in end_bbio_data_read()
Christoph Hellwig
1
-24
/
+3
2025-05-15
btrfs: update and correct description of btrfs_get_or_create_delayed_node()
Charles Han
1
-1
/
+6
2025-05-15
btrfs: simplify return logic from btrfs_delayed_ref_init()
Yangtao Li
1
-1
/
+1
2025-05-15
btrfs: reuse exit helper for cleanup in btrfs_bioset_init()
Yangtao Li
1
-9
/
+5
2025-05-15
btrfs: rename iov_iter iterator parameter in btrfs_buffered_write()
David Sterba
1
-4
/
+4
2025-05-15
btrfs: enable large data folios support for defrag
Qu Wenruo
1
-34
/
+46
2025-05-15
btrfs: prepare compression paths for large data folios
Qu Wenruo
4
-14
/
+17
2025-05-15
btrfs: rename __tree_search() to remove double underscore prefix
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: rename __lookup_extent_mapping() to remove double underscore prefix
Filipe Manana
1
-5
/
+4
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
12
-60
/
+60
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
13
-150
/
+150
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
11
-75
/
+77
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
10
-31
/
+32
2025-05-15
btrfs: tracepoints: add btrfs prefix to names where it's missing
Filipe Manana
2
-13
/
+12
2025-05-15
btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of int
Filipe Manana
3
-10
/
+13
2025-05-15
btrfs: remove double underscore prefix from __set_extent_bit()
Filipe Manana
1
-15
/
+13
2025-05-15
btrfs: rename remaining exported functions from extent-io-tree.h
Filipe Manana
5
-35
/
+37
2025-05-15
btrfs: rename free_extent_state() to include a btrfs prefix
Filipe Manana
9
-28
/
+28
2025-05-15
btrfs: rename the functions to count, test and get bit ranges in io trees
Filipe Manana
7
-37
/
+38
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
10
-32
/
+33
2025-05-15
btrfs: directly grab inode at __btrfs_debug_check_extent_io_range()
Filipe Manana
1
-2
/
+1
2025-05-15
btrfs: rename the functions to get inode and fs_info from an extent io tree
Filipe Manana
2
-7
/
+7
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
12
-58
/
+59
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
11
-56
/
+57
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
19
-108
/
+112
2025-05-15
btrfs: rename __lock_extent() and __try_lock_extent()
Filipe Manana
3
-15
/
+15
2025-05-15
btrfs: add btrfs prefix to dio lock and unlock extent functions
Filipe Manana
2
-17
/
+17
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
16
-151
/
+152
2025-05-15
btrfs: add btrfs prefix to trace events for extent state alloc and free
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: remove extent_io_tree_to_inode() and is_inode_io_tree()
Filipe Manana
2
-40
/
+16
2025-05-15
btrfs: tree-checker: more unlikely annotations
David Sterba
1
-7
/
+7
2025-05-15
btrfs: use folio_contains() for EOF detection
Qu Wenruo
2
-4
/
+4
2025-05-15
btrfs: remove unnecessary early exits in delalloc folio lock and unlock
Qu Wenruo
1
-8
/
+0
2025-05-15
btrfs: zlib: prepare copy_data_into_buffer() for large data folios
Qu Wenruo
1
-2
/
+0
2025-05-15
btrfs: subpage: prepare for large data folios
Qu Wenruo
1
-4
/
+2
2025-05-15
btrfs: prepare end_bbio_data_write() for large data folios
Qu Wenruo
1
-3
/
+0
[prev]
[next]