index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
btrfs: tracepoints: add btrfs prefix to names where it's missing
Filipe Manana
3
-22
/
+21
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
3
-13
/
+13
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
2
-4
/
+4
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: tracepoints: use btrfs_root_id() to get the id of a root
Filipe Manana
1
-27
/
+23
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
2025-05-15
btrfs: prepare prepare_one_folio() for large data folios
Qu Wenruo
1
-2
/
+0
2025-05-15
btrfs: prepare btrfs_page_mkwrite() for large data folios
Qu Wenruo
1
-3
/
+1
2025-05-15
btrfs: send: prepare put_file_data() for large data folios
Qu Wenruo
1
-14
/
+11
2025-05-15
btrfs: send: remove the again label inside put_file_data()
Qu Wenruo
1
-2
/
+1
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_extref()
David Sterba
1
-6
/
+5
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()
David Sterba
1
-14
/
+6
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline()
David Sterba
1
-18
/
+13
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()
David Sterba
1
-22
/
+15
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count()
David Sterba
1
-9
/
+7
2025-05-15
btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()
David Sterba
1
-7
/
+5
2025-05-15
btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
6
-28
/
+15
2025-05-15
btrfs: remove redundant record start offset check at test_range_bit()
Filipe Manana
1
-3
/
+1
2025-05-15
btrfs: simplify last record detection at test_range_bit()
Filipe Manana
1
-9
/
+4
2025-05-15
btrfs: remove redundant check at find_first_extent_bit_state()
Filipe Manana
1
-1
/
+1
2025-05-15
btrfs: fix documentation for tree_search_for_insert()
Filipe Manana
1
-8
/
+14
2025-05-15
btrfs: simplify last record detection at test_range_bit_exists()
Filipe Manana
1
-5
/
+3
2025-05-15
btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
Filipe Manana
3
-17
/
+15
2025-05-15
btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()
Filipe Manana
1
-4
/
+3
2025-05-15
btrfs: use clear_extent_bit() at try_release_extent_state()
Filipe Manana
1
-1
/
+1
2025-05-15
btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()
Qu Wenruo
1
-1
/
+17
2025-05-15
btrfs: use rb_entry_safe() where possible to simplify code
David Sterba
5
-42
/
+15
2025-05-15
btrfs: pass a pointer to get_range_bits() to cache first search result
Filipe Manana
3
-9
/
+26
2025-05-15
btrfs: allow folios to be released while ordered extent is finishing
Filipe Manana
4
-26
/
+60
2025-05-15
btrfs: update comment for try_release_extent_state()
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: prepare btrfs_punch_hole_lock_range() for large data folios
Qu Wenruo
1
-11
/
+56
2025-05-15
btrfs: prepare btrfs_buffered_write() for large data folios
Qu Wenruo
1
-3
/
+30
[next]