index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: limit the Write Zeroes to manually writing zeroes fallback
Christoph Hellwig
2024-07-05
1
-1
/
+1
*
block: refacto blkdev_issue_zeroout
Christoph Hellwig
2024-07-05
1
-39
/
+55
*
block: move read-only and supported checks into (__)blkdev_issue_zeroout
Christoph Hellwig
2024-07-05
1
-28
/
+23
*
block: remove the LBA alignment check in __blkdev_issue_zeroout
Christoph Hellwig
2024-07-05
1
-5
/
+0
*
block: factor out a blk_write_zeroes_limit helper
Christoph Hellwig
2024-07-05
1
-7
/
+11
*
block: Remove blk_alloc_zone_bitmap()
Damien Le Moal
2024-07-05
1
-10
/
+2
*
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
2024-07-05
8
-87
/
+9
*
dm: handle REQ_OP_ZONE_RESET_ALL
Damien Le Moal
2024-07-05
4
-5
/
+190
*
dm: Refactor is_abnormal_io()
Damien Le Moal
2024-07-05
1
-13
/
+11
*
null_blk: Introduce the zone_full parameter
Damien Le Moal
2024-07-05
3
-3
/
+17
*
loop: remove the unused inode variable in loop_configure
Christoph Hellwig
2024-07-05
1
-2
/
+0
*
block: reuse original bio_vec array for integrity during clone
Anuj Gupta
2024-07-04
1
-6
/
+3
*
null_blk: don't initialize static 'g_virt_boundary' to false
Zhu Yanjun
2024-07-04
1
-1
/
+1
*
Merge tag 'md-6.11-20240704' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jens Axboe
2024-07-04
4
-42
/
+52
|
\
|
*
md/raid5: recheck if reshape has finished with device_lock held
Benjamin Marzinski
2024-07-04
1
-23
/
+41
|
*
md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
Yu Kuai
2024-07-04
1
-6
/
+0
|
*
md-cluster: Constify struct md_cluster_operations
Christophe JAILLET
2024-07-04
3
-5
/
+5
|
*
md: Remove unneeded semicolon
Yang Li
2024-07-04
1
-1
/
+1
|
*
md/raid5: fix spares errors about rcu usage
Yu Kuai
2024-07-04
1
-7
/
+5
*
|
block: t10-pi: Return correct ref tag when queue has no integrity profile
Anuj Gupta
2024-07-04
1
-2
/
+8
|
/
*
xen-blkfront: fix sector_size propagation to the block layer
Christoph Hellwig
2024-07-02
1
-11
/
+5
*
null_blk: Fix description of the fua parameter
Damien Le Moal
2024-07-02
1
-1
/
+1
*
block/mq-deadline: Fix the tag reservation code
Bart Van Assche
2024-07-02
1
-3
/
+17
*
block: Call .limit_depth() after .hctx has been set
Bart Van Assche
2024-07-02
1
-6
/
+6
*
nvme: don't set io_opt if NOWS is zero
Christoph Hellwig
2024-07-01
1
-1
/
+2
*
block: don't reduce max_sectors based on io_opt
Christoph Hellwig
2024-07-01
1
-1
/
+1
*
block: remove a duplicate io_min check in blk_validate_limits
Christoph Hellwig
2024-07-01
1
-2
/
+1
*
blk-wbt: don't throttle swap writes in direct reclaim
Baokun Li
2024-07-01
1
-9
/
+9
*
block: pass a gendisk to the queue_sysfs_entry methods
Christoph Hellwig
2024-06-28
3
-97
/
+96
*
block: add helper macros to de-duplicate the queue sysfs attributes
Christoph Hellwig
2024-06-28
1
-173
/
+82
*
block: simplify queue_logical_block_size
Christoph Hellwig
2024-06-28
1
-6
/
+1
*
blk-throttle: fix lower control under super low iops limit
Yu Kuai
2024-06-28
1
-0
/
+3
*
block: set bip_vcnt correctly
Anuj Gupta
2024-06-28
1
-0
/
+2
*
rust: block: fix generated bindings after refactoring of features
Andreas Hindborg
2024-06-28
1
-0
/
+2
*
rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCE
Christoph Hellwig
2024-06-28
1
-1
/
+0
*
rnbd: don't set QUEUE_FLAG_SAME_COMP
Christoph Hellwig
2024-06-28
1
-1
/
+0
*
mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
2024-06-28
1
-6
/
+0
*
megaraid_sas: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
2024-06-28
1
-2
/
+0
*
loop: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
2024-06-28
1
-13
/
+2
*
block: check bio alignment in blk_mq_submit_bio
Ming Lei
2024-06-28
1
-0
/
+20
*
block: Add ioprio to block_rq tracepoint
Dongliang Cui
2024-06-28
1
-9
/
+32
*
block: remove bio_integrity_process
Christoph Hellwig
2024-06-28
4
-81
/
+79
*
block: switch on bio operation in bio_integrity_prep
Christoph Hellwig
2024-06-28
1
-5
/
+7
*
block: remove allocation failure warnings in bio_integrity_prep
Christoph Hellwig
2024-06-28
1
-2
/
+0
*
block: simplify adding the payload in bio_integrity_prep
Christoph Hellwig
2024-06-28
1
-26
/
+6
*
block: only zero non-PI metadata tuples in bio_integrity_prep
Christoph Hellwig
2024-06-28
1
-4
/
+4
*
bcache: work around a __bitwise to bool conversion sparse warning
Christoph Hellwig
2024-06-28
1
-2
/
+2
*
loop: Fix a race between loop detach and loop open
Gulam Mohamed
2024-06-28
1
-39
/
+36
*
block: Delete blk_queue_flag_test_and_set()
John Garry
2024-06-27
2
-15
/
+0
*
block: clean up the check in blkdev_iomap_begin()
Li Nan
2024-06-27
1
-2
/
+3
[next]