index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
btrfs: simplify how changed fsid and metadata_uuid is checked
Anand Jain
2023-06-19
1
-21
/
+26
*
btrfs: simplify fsid and metadata_uuid comparisons
Anand Jain
2023-06-19
1
-15
/
+23
*
btrfs: return bool from check_tree_block_fsid instead of int
Anand Jain
2023-06-19
1
-4
/
+4
*
btrfs: add comment about metadata_uuid in btrfs_fs_devices
Anand Jain
2023-06-19
1
-0
/
+12
*
btrfs: merge calls to alloc_fs_devices in device_list_add
Anand Jain
2023-06-19
1
-6
/
+2
*
btrfs: streamline fsid checks in alloc_fs_devices
Anand Jain
2023-06-19
1
-6
/
+7
*
btrfs: reduce struct btrfs_fs_devices size by moving fsid_change
Anand Jain
2023-06-19
1
-2
/
+2
*
btrfs: merge write_one_subpage_eb into write_one_eb
Christoph Hellwig
2023-06-19
1
-55
/
+25
*
btrfs: use per-buffer locking for extent_buffer reading
Christoph Hellwig
2023-06-19
2
-115
/
+37
*
btrfs: stop using lock_extent in btrfs_buffer_uptodate
Christoph Hellwig
2023-06-19
1
-10
/
+2
*
btrfs: don't check for uptodate pages in read_extent_buffer_pages
Christoph Hellwig
2023-06-19
1
-20
/
+1
*
btrfs: stop using PageError for extent_buffers
Christoph Hellwig
2023-06-19
1
-17
/
+9
*
btrfs: remove the io_pages field in struct extent_buffer
Christoph Hellwig
2023-06-19
2
-13
/
+5
*
btrfs: remove the extent_buffer lookup in btree block checksumming
Christoph Hellwig
2023-06-19
1
-96
/
+24
*
btrfs: use a separate end_io handler for extent_buffer writing
Christoph Hellwig
2023-06-19
1
-100
/
+26
*
btrfs: don't use btrfs_bio_ctrl for extent buffer writing
Christoph Hellwig
2023-06-19
1
-20
/
+25
[next]