index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
block: fix bio_split_rw_at to take zone_write_granularity into account
Christoph Hellwig
1
-1
/
+9
2024-11-11
block: take chunk_sectors into account in bio_split_write_zeroes
Christoph Hellwig
1
-12
/
+23
2024-11-11
md/raid10: Handle bio_split() errors
John Garry
1
-1
/
+46
2024-11-11
md/raid1: Handle bio_split() errors
John Garry
1
-2
/
+31
2024-11-11
md/raid0: Handle bio_split() errors
John Garry
1
-0
/
+12
2024-11-11
block: Handle bio_split() errors in bio_submit_split()
John Garry
1
-5
/
+10
2024-11-11
block: Error an attempt to split an atomic write in bio_split()
John Garry
1
-0
/
+4
2024-11-11
block: Rework bio_split() return value
John Garry
2
-5
/
+7
2024-11-11
ublk: fix ublk_ch_mmap() for 64K page size
Ming Lei
1
-3
/
+12
2024-11-10
s390/dasd: Fix typo in comment
Yu Jiaoliang
3
-3
/
+3
2024-11-10
s390/dasd: fix redundant /proc/dasd* entries removal
Miroslav Franc
1
-0
/
+5
2024-11-10
loop: fix type of block size
Li Wang
1
-3
/
+3
2024-11-08
MAINTAINERS: Make Yu Kuai co-maintainer of md/raid subsystem
Song Liu
1
-1
/
+1
2024-11-08
md/raid5: Wait sync io to finish before changing group cnt
Xiao Ni
1
-0
/
+4
2024-11-08
block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()
Ming Lei
1
-2
/
+8
2024-11-08
block: always verify unfreeze lock on the owner task
Ming Lei
4
-10
/
+61
2024-11-08
rbd: unfreeze queue after marking disk as dead
Ming Lei
1
-0
/
+1
2024-11-08
block: remove blk_freeze_queue()
Ming Lei
2
-22
/
+1
2024-11-07
block: Add a public bdev_zone_is_seq() helper
Damien Le Moal
2
-15
/
+29
2024-11-07
block: RCU protect disk->conv_zones_bitmap
Damien Le Moal
2
-13
/
+32
2024-11-07
block: Replace sprintf() with sysfs_emit()
zhangguopeng
2
-27
/
+27
2024-11-07
block: Switch to using refcount_t for zone write plugs
Damien Le Moal
1
-10
/
+10
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
12
-27
/
+57
2024-11-06
mtip32xx: Replace deprecated PCI functions
Philipp Stanner
1
-8
/
+6
2024-11-06
md/md-bitmap: Add missing destroy_work_on_stack()
Yuan Can
1
-0
/
+1
2024-11-06
md/raid5: don't set Faulty rdev for blocked_rdev
Yu Kuai
1
-7
/
+6
2024-11-06
md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()
Yu Kuai
1
-22
/
+18
2024-11-06
md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()
Yu Kuai
1
-13
/
+4
2024-11-06
md/raid1: factor out helper to handle blocked rdev from raid1_write_request()
Yu Kuai
1
-36
/
+48
2024-11-06
md: don't record new badblocks for faulty rdev
Yu Kuai
1
-0
/
+11
2024-11-06
md: don't wait faulty rdev in md_wait_for_blocked_rdev()
Yu Kuai
1
-3
/
+1
2024-11-06
md: add a new helper rdev_blocked()
Yu Kuai
1
-0
/
+24
2024-11-06
md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()
Uros Bizjak
1
-1
/
+1
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
12
-57
/
+27
2024-11-04
block: remove the max_zone_append_sectors check in blk_revalidate_disk_zones
Christoph Hellwig
1
-6
/
+0
2024-11-04
block: update blk_stack_limits documentation
Christoph Hellwig
1
-4
/
+4
2024-11-02
lib/iov_iter: fix bvec iterator setup
Ming Lei
1
-1
/
+1
2024-11-02
loop: Simplify discard granularity calc
John Garry
1
-2
/
+1
2024-10-31
block: remove bio_add_zone_append_page
Christoph Hellwig
3
-43
/
+13
2024-10-31
block: remove zone append special casing from the direct I/O path
Christoph Hellwig
1
-32
/
+2
2024-10-31
lib/iov_iter.c: initialize bi.bi_idx before iterating over bvec
Ming Lei
1
-0
/
+1
2024-10-30
blk-integrity: remove seed for user mapped buffers
Keith Busch
5
-24
/
+19
2024-10-30
brd: defer automatic disk creation until module initialization succeeds
Yang Erkun
1
-22
/
+44
2024-10-30
loop: Use bdev limit helpers for configuring discard
John Garry
1
-4
/
+4
2024-10-29
block: add a bdev_limits helper
Christoph Hellwig
7
-18
/
+19
2024-10-29
iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages
Ming Lei
1
-22
/
+45
2024-10-26
block: model freeze & enter queue as lock for supporting lockdep
Ming Lei
5
-13
/
+81
2024-10-26
nvme: core: switch to non_owner variant of start_freeze/unfreeze queue
Ming Lei
1
-2
/
+7
2024-10-26
blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
Ming Lei
2
-0
/
+22
2024-10-24
blk-mq: Unexport blk_mq_flush_busy_ctxs()
Bart Van Assche
1
-1
/
+0
[next]