index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: open code btrfs_map_sblock
Christoph Hellwig
2023-06-19
4
-18
/
+7
*
btrfs: rename __btrfs_map_block to btrfs_map_block
Christoph Hellwig
2023-06-19
5
-18
/
+18
*
btrfs: remove unused btrfs_map_block
Christoph Hellwig
2023-06-19
2
-11
/
+0
*
btrfs: optimize simple reads in btrfsic_map_block
Christoph Hellwig
2023-06-19
1
-7
/
+12
*
btrfs: remove unused BTRFS_MAP_DISCARD
Christoph Hellwig
2023-06-19
2
-6
/
+0
*
btrfs: add xxhash to fast checksum implementations
David Sterba
2023-06-19
1
-0
/
+3
*
btrfs: pass the new logical address to split_extent_map
Christoph Hellwig
2023-06-19
4
-9
/
+11
*
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
2023-06-19
6
-41
/
+73
*
btrfs: handle completed ordered extents in btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
1
-8
/
+32
*
btrfs: atomically insert the new extent in btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
1
-16
/
+27
*
btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpers
Christoph Hellwig
2023-06-19
1
-49
/
+65
*
btrfs: return the new ordered_extent from btrfs_split_ordered_extent
Christoph Hellwig
2023-06-19
3
-11
/
+19
*
btrfs: reorder conditions in btrfs_extract_ordered_extent
Christoph Hellwig
2023-06-19
1
-10
/
+8
*
btrfs: move split_extent_map to extent_map.c
Christoph Hellwig
2023-06-19
3
-98
/
+95
*
btrfs: record orig_physical only for the original bio
Christoph Hellwig
2023-06-19
1
-1
/
+2
*
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
2023-06-19
8
-54
/
+73
*
btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical
Christoph Hellwig
2023-06-19
6
-19
/
+19
*
btrfs: mark the len field in struct btrfs_ordered_sum as unsigned
Christoph Hellwig
2023-06-19
2
-2
/
+2
*
btrfs: don't call btrfs_record_physical_zoned for failed append
Christoph Hellwig
2023-06-19
1
-1
/
+1
*
btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED
Christoph Hellwig
2023-06-19
1
-1
/
+1
*
btrfs: make btrfs_destroy_delayed_refs() return void
Filipe Manana
2023-06-19
1
-6
/
+3
*
btrfs: remove unnecessary prototype declarations at disk-io.c
Filipe Manana
2023-06-19
1
-9
/
+0
*
btrfs: use a single switch statement when initializing delayed ref head
Filipe Manana
2023-06-19
1
-20
/
+24
*
btrfs: use bool type for delayed ref head fields that are used as booleans
Filipe Manana
2023-06-19
3
-17
/
+17
*
btrfs: assert correct lock is held at btrfs_select_ref_head()
Filipe Manana
2023-06-19
1
-0
/
+1
*
btrfs: get rid of label and goto at insert_delayed_ref()
Filipe Manana
2023-06-19
1
-11
/
+8
*
btrfs: make insert_delayed_ref() return a bool instead of an int
Filipe Manana
2023-06-19
1
-13
/
+14
*
btrfs: use a bool to track qgroup record insertion when adding ref head
Filipe Manana
2023-06-19
1
-5
/
+5
*
btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node
Filipe Manana
2023-06-19
4
-6
/
+1
*
btrfs: remove unused is_head field from struct btrfs_delayed_ref_node
Filipe Manana
2023-06-19
2
-3
/
+0
*
btrfs: reorder some members of struct btrfs_delayed_ref_head
Filipe Manana
2023-06-19
1
-3
/
+9
*
btrfs: use the same uptodate variable for end_bio_extent_readpage()
Qu Wenruo
2023-06-19
1
-1
/
+1
*
btrfs: subpage: make alloc_extent_buffer() handle previously uptodate range e...
Qu Wenruo
2023-06-19
1
-1
/
+1
*
btrfs: print assertion failure report and stack trace from the same line
David Sterba
2023-06-19
2
-9
/
+7
*
btrfs: subpage: dump extra subpage bitmaps for debug
Qu Wenruo
2023-06-19
3
-2
/
+47
*
btrfs: use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
2023-06-19
4
-10
/
+51
*
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
13
-52
/
+44
*
btrfs: pass NOWAIT for set/clear extent bits as another bit
David Sterba
2023-06-19
4
-4
/
+26
*
btrfs: drop NOFAIL from set_extent_bit allocation masks
David Sterba
2023-06-19
2
-4
/
+2
*
btrfs: open code set_extent_bits
David Sterba
2023-06-19
6
-28
/
+24
*
btrfs: open code set_extent_bits_nowait
David Sterba
2023-06-19
3
-10
/
+5
*
btrfs: open code set_extent_dirty
David Sterba
2023-06-19
3
-15
/
+13
*
btrfs: open code set_extent_new
David Sterba
2023-06-19
2
-8
/
+3
*
btrfs: open code set_extent_delalloc
David Sterba
2023-06-19
3
-14
/
+5
*
btrfs: open code set_extent_defrag
David Sterba
2023-06-19
2
-9
/
+3
*
btrfs: remove a pointless NULL check in btrfs_lookup_fs_root
Christoph Hellwig
2023-06-19
1
-2
/
+1
*
btrfs: convert btrfs_get_global_root to use a switch statement
Christoph Hellwig
2023-06-19
1
-10
/
+13
*
btrfs: fix the btrfs_get_global_root return value
Christoph Hellwig
2023-06-19
1
-11
/
+5
*
btrfs: add and fix comments in btrfs_fs_devices
Anand Jain
2023-06-19
1
-14
/
+11
*
btrfs: consolidate uuid comparisons in btrfs_validate_super
Anand Jain
2023-06-19
1
-8
/
+8
[next]