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
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-21
block: Fix blk_validate_atomic_write_limits() build for arm32
John Garry
1
-2
/
+1
2024-06-21
block: Define bdev_nr_zones() as an inline function
Damien Le Moal
1
-18
/
+0
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
1
-10
/
+26
2024-06-20
block: Add core atomic write support
John Garry
5
-4
/
+189
2024-06-20
block: Generalize chunk_sectors support as boundary support
John Garry
1
-6
/
+14
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
2
-27
/
+13
2024-06-20
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
1
-4
/
+0
2024-06-20
block: remove the discard_alignment flag
Christoph Hellwig
1
-10
/
+0
2024-06-20
block: move the misaligned flag into the features field
Christoph Hellwig
1
-10
/
+10
2024-06-20
block: renumber and rename the cache disabled flag
Christoph Hellwig
1
-3
/
+3
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
8
-138
/
+130
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
2
-2
/
+1
2024-06-19
block: move the skip_tagset_quiesce flag to queue_limits
Christoph Hellwig
1
-1
/
+0
2024-06-19
block: move the pci_p2pdma flag to queue_limits
Christoph Hellwig
1
-1
/
+0
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
1
-1
/
+0
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
1
-3
/
+2
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
5
-23
/
+28
2024-06-19
block: move the dax flag to queue_limits
Christoph Hellwig
1
-1
/
+0
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
3
-2
/
+10
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
1
-1
/
+0
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
2
-29
/
+1
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
3
-3
/
+6
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
2
-4
/
+3
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
2
-4
/
+36
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
6
-44
/
+31
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-18
block, bfq: remove blkg_path()
Yu Kuai
3
-67
/
+0
2024-06-17
block: cleanup flag_{show,store}
Kanchan Joshi
1
-8
/
+7
2024-06-16
block: BFQ: Refactor bfq_exit_icq() to silence sparse warning
John Garry
1
-18
/
+20
2024-06-16
block: Drop locking annotation for limits_lock
John Garry
1
-1
/
+0
2024-06-16
bdev: make blockdev_mnt static
Jiapeng Chong
1
-1
/
+1
2024-06-15
block: Improve checks on zone resource limits
Damien Le Moal
2
-4
/
+24
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
3
-123
/
+131
2024-06-14
block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags
Christoph Hellwig
2
-11
/
+11
2024-06-14
block: bypass the STABLE_WRITES flag for protection information
Christoph Hellwig
1
-6
/
+0
2024-06-14
block: don't require stable pages for non-PI metadata
Christoph Hellwig
1
-2
/
+4
2024-06-14
block: use kstrtoul in flag_store
Christoph Hellwig
1
-2
/
+6
2024-06-14
block: factor out flag_{store,show} helper for integrity
Christoph Hellwig
1
-27
/
+26
2024-06-14
block: remove the blk_flush_integrity call in blk_integrity_unregister
Christoph Hellwig
1
-2
/
+0
2024-06-14
block: remove the blk_integrity_profile structure
Christoph Hellwig
7
-225
/
+146
2024-06-14
block: initialize integrity buffer to zero before writing it to media
Christoph Hellwig
1
-1
/
+10
2024-06-14
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
1
-41
/
+0
2024-06-14
block: remove unused queue limits API
Christoph Hellwig
1
-190
/
+0
2024-06-14
block: take io_opt and io_min into account for max_sectors
Christoph Hellwig
1
-0
/
+7
2024-05-30
blk-throttle: Fix incorrect display of io.max
Waiman Long
2
-18
/
+14
2024-05-30
block: Fix zone write plugging handling of devices with a runt zone
Damien Le Moal
1
-8
/
+27
2024-05-30
block: Fix validation of zoned device with a runt zone
Damien Le Moal
1
-5
/
+11
[next]