index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
btrfs: move split_extent_map to extent_map.c
Christoph Hellwig
3
-98
/
+95
2023-06-19
btrfs: record orig_physical only for the original bio
Christoph Hellwig
1
-1
/
+2
2023-06-19
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
8
-54
/
+73
2023-06-19
btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical
Christoph Hellwig
6
-19
/
+19
2023-06-19
btrfs: mark the len field in struct btrfs_ordered_sum as unsigned
Christoph Hellwig
2
-2
/
+2
2023-06-19
btrfs: don't call btrfs_record_physical_zoned for failed append
Christoph Hellwig
1
-1
/
+1
2023-06-19
btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED
Christoph Hellwig
1
-1
/
+1
2023-06-19
btrfs: make btrfs_destroy_delayed_refs() return void
Filipe Manana
1
-6
/
+3
2023-06-19
btrfs: remove unnecessary prototype declarations at disk-io.c
Filipe Manana
1
-9
/
+0
2023-06-19
btrfs: use a single switch statement when initializing delayed ref head
Filipe Manana
1
-20
/
+24
2023-06-19
btrfs: use bool type for delayed ref head fields that are used as booleans
Filipe Manana
3
-17
/
+17
2023-06-19
btrfs: assert correct lock is held at btrfs_select_ref_head()
Filipe Manana
1
-0
/
+1
2023-06-19
btrfs: get rid of label and goto at insert_delayed_ref()
Filipe Manana
1
-11
/
+8
2023-06-19
btrfs: make insert_delayed_ref() return a bool instead of an int
Filipe Manana
1
-13
/
+14
2023-06-19
btrfs: use a bool to track qgroup record insertion when adding ref head
Filipe Manana
1
-5
/
+5
2023-06-19
btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node
Filipe Manana
4
-6
/
+1
2023-06-19
btrfs: remove unused is_head field from struct btrfs_delayed_ref_node
Filipe Manana
2
-3
/
+0
2023-06-19
btrfs: reorder some members of struct btrfs_delayed_ref_head
Filipe Manana
1
-3
/
+9
2023-06-19
btrfs: use the same uptodate variable for end_bio_extent_readpage()
Qu Wenruo
1
-1
/
+1
2023-06-19
btrfs: subpage: make alloc_extent_buffer() handle previously uptodate range e...
Qu Wenruo
1
-1
/
+1
2023-06-19
btrfs: print assertion failure report and stack trace from the same line
David Sterba
3
-10
/
+7
2023-06-19
btrfs: subpage: dump extra subpage bitmaps for debug
Qu Wenruo
3
-2
/
+47
2023-06-19
btrfs: use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
4
-10
/
+51
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
13
-52
/
+44
2023-06-19
btrfs: pass NOWAIT for set/clear extent bits as another bit
David Sterba
4
-4
/
+26
2023-06-19
btrfs: drop NOFAIL from set_extent_bit allocation masks
David Sterba
2
-4
/
+2
2023-06-19
btrfs: open code set_extent_bits
David Sterba
6
-28
/
+24
2023-06-19
btrfs: open code set_extent_bits_nowait
David Sterba
3
-10
/
+5
2023-06-19
btrfs: open code set_extent_dirty
David Sterba
3
-15
/
+13
2023-06-19
btrfs: open code set_extent_new
David Sterba
2
-8
/
+3
2023-06-19
btrfs: open code set_extent_delalloc
David Sterba
3
-14
/
+5
2023-06-19
btrfs: open code set_extent_defrag
David Sterba
2
-9
/
+3
2023-06-19
btrfs: remove a pointless NULL check in btrfs_lookup_fs_root
Christoph Hellwig
1
-2
/
+1
2023-06-19
btrfs: convert btrfs_get_global_root to use a switch statement
Christoph Hellwig
1
-10
/
+13
2023-06-19
btrfs: fix the btrfs_get_global_root return value
Christoph Hellwig
1
-11
/
+5
2023-06-19
btrfs: add and fix comments in btrfs_fs_devices
Anand Jain
1
-14
/
+11
2023-06-19
btrfs: consolidate uuid comparisons in btrfs_validate_super
Anand Jain
1
-8
/
+8
2023-06-19
btrfs: simplify how changed fsid and metadata_uuid is checked
Anand Jain
1
-21
/
+26
2023-06-19
btrfs: simplify fsid and metadata_uuid comparisons
Anand Jain
1
-15
/
+23
2023-06-19
btrfs: return bool from check_tree_block_fsid instead of int
Anand Jain
1
-4
/
+4
2023-06-19
btrfs: add comment about metadata_uuid in btrfs_fs_devices
Anand Jain
1
-0
/
+12
2023-06-19
btrfs: merge calls to alloc_fs_devices in device_list_add
Anand Jain
1
-6
/
+2
2023-06-19
btrfs: streamline fsid checks in alloc_fs_devices
Anand Jain
1
-6
/
+7
2023-06-19
btrfs: reduce struct btrfs_fs_devices size by moving fsid_change
Anand Jain
1
-2
/
+2
2023-06-19
btrfs: merge write_one_subpage_eb into write_one_eb
Christoph Hellwig
1
-55
/
+25
2023-06-19
btrfs: use per-buffer locking for extent_buffer reading
Christoph Hellwig
2
-115
/
+37
2023-06-19
btrfs: stop using lock_extent in btrfs_buffer_uptodate
Christoph Hellwig
1
-10
/
+2
2023-06-19
btrfs: don't check for uptodate pages in read_extent_buffer_pages
Christoph Hellwig
1
-20
/
+1
2023-06-19
btrfs: stop using PageError for extent_buffers
Christoph Hellwig
1
-17
/
+9
2023-06-19
btrfs: remove the io_pages field in struct extent_buffer
Christoph Hellwig
2
-13
/
+5
[next]