index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
parallel-perf.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-05
dm: handle REQ_OP_ZONE_RESET_ALL
Damien Le Moal
4
-5
/
+190
2024-07-05
dm: Refactor is_abnormal_io()
Damien Le Moal
1
-13
/
+11
2024-07-05
null_blk: Introduce the zone_full parameter
Damien Le Moal
3
-3
/
+17
2024-07-05
loop: remove the unused inode variable in loop_configure
Christoph Hellwig
1
-2
/
+0
2024-07-04
block: reuse original bio_vec array for integrity during clone
Anuj Gupta
1
-6
/
+3
2024-07-04
null_blk: don't initialize static 'g_virt_boundary' to false
Zhu Yanjun
1
-1
/
+1
2024-07-04
block: t10-pi: Return correct ref tag when queue has no integrity profile
Anuj Gupta
1
-2
/
+8
2024-07-04
md/raid5: recheck if reshape has finished with device_lock held
Benjamin Marzinski
1
-23
/
+41
2024-07-04
md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
Yu Kuai
1
-6
/
+0
2024-07-04
md-cluster: Constify struct md_cluster_operations
Christophe JAILLET
3
-5
/
+5
2024-07-04
md: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2024-07-04
md/raid5: fix spares errors about rcu usage
Yu Kuai
1
-7
/
+5
2024-07-02
xen-blkfront: fix sector_size propagation to the block layer
Christoph Hellwig
1
-11
/
+5
2024-07-02
null_blk: Fix description of the fua parameter
Damien Le Moal
1
-1
/
+1
2024-07-02
block/mq-deadline: Fix the tag reservation code
Bart Van Assche
1
-3
/
+17
2024-07-02
block: Call .limit_depth() after .hctx has been set
Bart Van Assche
1
-6
/
+6
2024-07-01
nvme: don't set io_opt if NOWS is zero
Christoph Hellwig
1
-1
/
+2
2024-07-01
block: don't reduce max_sectors based on io_opt
Christoph Hellwig
1
-1
/
+1
2024-07-01
block: remove a duplicate io_min check in blk_validate_limits
Christoph Hellwig
1
-2
/
+1
2024-07-01
blk-wbt: don't throttle swap writes in direct reclaim
Baokun Li
1
-9
/
+9
2024-06-28
block: pass a gendisk to the queue_sysfs_entry methods
Christoph Hellwig
3
-97
/
+96
2024-06-28
block: add helper macros to de-duplicate the queue sysfs attributes
Christoph Hellwig
1
-173
/
+82
2024-06-28
block: simplify queue_logical_block_size
Christoph Hellwig
1
-6
/
+1
2024-06-28
blk-throttle: fix lower control under super low iops limit
Yu Kuai
1
-0
/
+3
2024-06-28
block: set bip_vcnt correctly
Anuj Gupta
1
-0
/
+2
2024-06-28
rust: block: fix generated bindings after refactoring of features
Andreas Hindborg
1
-0
/
+2
2024-06-28
rnbd-cnt: don't set QUEUE_FLAG_SAME_FORCE
Christoph Hellwig
1
-1
/
+0
2024-06-28
rnbd: don't set QUEUE_FLAG_SAME_COMP
Christoph Hellwig
1
-1
/
+0
2024-06-28
mpt3sas_scsih: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-6
/
+0
2024-06-28
megaraid_sas: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-2
/
+0
2024-06-28
loop: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
1
-13
/
+2
2024-06-28
block: check bio alignment in blk_mq_submit_bio
Ming Lei
1
-0
/
+20
2024-06-28
block: Add ioprio to block_rq tracepoint
Dongliang Cui
1
-9
/
+32
2024-06-28
block: remove bio_integrity_process
Christoph Hellwig
4
-81
/
+79
2024-06-28
block: switch on bio operation in bio_integrity_prep
Christoph Hellwig
1
-5
/
+7
2024-06-28
block: remove allocation failure warnings in bio_integrity_prep
Christoph Hellwig
1
-2
/
+0
2024-06-28
block: simplify adding the payload in bio_integrity_prep
Christoph Hellwig
1
-26
/
+6
2024-06-28
block: only zero non-PI metadata tuples in bio_integrity_prep
Christoph Hellwig
1
-4
/
+4
2024-06-28
bcache: work around a __bitwise to bool conversion sparse warning
Christoph Hellwig
1
-2
/
+2
2024-06-27
loop: Fix a race between loop detach and loop open
Gulam Mohamed
1
-39
/
+36
2024-06-27
block: Delete blk_queue_flag_test_and_set()
John Garry
2
-15
/
+0
2024-06-27
block: clean up the check in blkdev_iomap_begin()
Li Nan
1
-2
/
+3
2024-06-26
block: use the right type for stub rq_integrity_vec()
Jens Axboe
1
-1
/
+1
2024-06-26
block: move dma_pad_mask into queue_limits
Christoph Hellwig
8
-33
/
+21
2024-06-26
block: remove the fallback case in queue_dma_alignment
Christoph Hellwig
1
-1
/
+1
2024-06-26
block: remove disk_update_readahead
Christoph Hellwig
4
-9
/
+4
2024-06-26
block: conding style fixup for blk_queue_max_guaranteed_bio
Christoph Hellwig
1
-2
/
+1
2024-06-26
block: convert features and flags to __bitwise types
Christoph Hellwig
2
-45
/
+46
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
[next]