index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
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
2024-06-26
block: rename BLK_FEAT_MISALIGNED
Christoph Hellwig
2
-10
/
+10
2024-06-26
block: correctly report cache type
Christoph Hellwig
1
-3
/
+3
2024-06-26
md: set md-specific flags for all queue limits
Christoph Hellwig
6
-9
/
+14
2024-06-26
block: change rq_integrity_vec to respect the iterator
Mikulas Patocka
2
-10
/
+10
2024-06-24
block: fix the blk_queue_nonrot polarity
Christoph Hellwig
1
-1
/
+1
2024-06-24
brd: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-22
cdrom: Add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-21
block: Fix blk_validate_atomic_write_limits() build for arm32
John Garry
1
-2
/
+1
2024-06-21
block: Cleanup block device zone helpers
Damien Le Moal
1
-32
/
+12
2024-06-21
block: Define bdev_nr_zones() as an inline function
Damien Le Moal
2
-19
/
+5
2024-06-21
null_blk: Do not set disk->nr_zones
Damien Le Moal
1
-2
/
+0
2024-06-20
nvme: Atomic write support
Alan Adamson
1
-0
/
+52
2024-06-20
scsi: scsi_debug: Atomic write support
John Garry
1
-134
/
+454
2024-06-20
scsi: sd: Atomic write support
John Garry
5
-1
/
+124
2024-06-20
block: Add fops atomic write support
John Garry
1
-3
/
+17
2024-06-20
block: Add atomic write support for statx
Prasad Singamsetty
3
-19
/
+39
2024-06-20
block: Add core atomic write support
John Garry
8
-5
/
+304
2024-06-20
fs: Add initial atomic write support info to statx
Prasad Singamsetty
4
-2
/
+50
2024-06-20
fs: Initial atomic write support
Prasad Singamsetty
6
-14
/
+45
2024-06-20
block: Generalize chunk_sectors support as boundary support
John Garry
3
-13
/
+22
2024-06-20
block: Pass blk_queue_get_max_sectors() a request pointer
John Garry
3
-4
/
+7
2024-06-20
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
9
-51
/
+29
2024-06-20
rust: block: do not use removed queue flag API
Andreas Hindborg
1
-14
/
+3
2024-06-20
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
4
-9
/
+8
2024-06-20
block: remove the discard_alignment flag
Christoph Hellwig
5
-14
/
+0
2024-06-20
block: move the misaligned flag into the features field
Christoph Hellwig
2
-11
/
+13
2024-06-20
block: renumber and rename the cache disabled flag
Christoph Hellwig
2
-6
/
+6
2024-06-20
block: fix spelling and grammar for in writeback_cache_control.rst
Christoph Hellwig
1
-3
/
+3
2024-06-20
block: remove the unused blk_bounce enum
Christoph Hellwig
1
-9
/
+0
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
61
-730
/
+576
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
4
-5
/
+6
2024-06-19
block: move the skip_tagset_quiesce flag to queue_limits
Christoph Hellwig
3
-6
/
+9
2024-06-19
block: move the pci_p2pdma flag to queue_limits
Christoph Hellwig
3
-9
/
+7
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
7
-16
/
+9
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
10
-19
/
+23
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
8
-76
/
+45
2024-06-19
block: move the dax flag to queue_limits
Christoph Hellwig
5
-11
/
+9
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
8
-42
/
+22
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
6
-11
/
+10
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
12
-77
/
+29
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
8
-24
/
+26
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
10
-44
/
+10
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
41
-88
/
+83
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
29
-206
/
+227
2024-06-19
block: remove blk_flush_policy
Christoph Hellwig
1
-18
/
+15
2024-06-19
block: freeze the queue in queue_attr_store
Christoph Hellwig
2
-9
/
+5
2024-06-19
nbd: move setting the cache control flags to __nbd_set_size
Christoph Hellwig
1
-10
/
+7
2024-06-19
virtio_blk: remove virtblk_update_cache_mode
Christoph Hellwig
1
-10
/
+3
2024-06-19
loop: fold loop_update_rotational into loop_reconfigure_limits
Christoph Hellwig
1
-19
/
+4
2024-06-19
loop: also use the default block size from an underlying block device
Christoph Hellwig
1
-1
/
+7
[next]