aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'master' of git://git.code.sf.net/p/tomoyo/tomoyo.gitMark Brown1-0/+16
2 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/ax...Mark Brown14-293/+3376
2 daysMerge branch 'fs-next' of linux-nextMark Brown1-16/+7
3 daysMerge branch 'master' of https://github.com/ceph/ceph-client.gitMark Brown1-16/+7
3 dayszram: clear trailing bytes of compressed writeback pagesSergey Senozhatsky1-0/+2
3 dayszram: do not leak blk idx at the end of writebackSergey Senozhatsky1-0/+3
3 dayszram: fix use-after-free in zram_bvec_write_partial()Cunlong Li1-1/+1
4 daysMerge branch 'for-7.2/block' into for-nextJens Axboe1-14/+10
4 daysloop: cleanup lo_rw_aioChristoph Hellwig1-14/+10
5 daysMerge branch 'for-7.2/block' into for-nextJens Axboe1-14/+18
5 daysublk: set canceling flag even when disk is not allocatedMing Lei1-14/+18
5 daysMerge branch 'for-7.2/block' into for-nextJens Axboe2-4/+17
5 daysmtip32xx: fix use-after-free on service thread failureYuho Choi1-2/+15
5 daysblock: switch numa_node to int in blk_mq_hw_ctx and init_requestMateusz Nowicki2-2/+2
6 daysMerge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+5
6 daysloop: Fix NULL pointer dereference in lo_rw_aio()Tetsuo Handa1-0/+16
10 daysMerge branch 'for-7.2/block' into for-nextJens Axboe1-75/+67
10 daysublk: factor out ublk_init_iod() helperCaleb Sander Mateos1-31/+29
10 daysublk: move ublk_req_build_flags() earlierCaleb Sander Mateos1-32/+31
10 daysublk: optimize ublk_rq_has_data()Caleb Sander Mateos1-13/+8
10 dayszram: fix use-after-free in zram_writeback_endioRichard Chang1-1/+5
11 daysrbd: switch to dynamic root deviceJohan Hovold1-16/+7
11 daysrbd: eliminate a race in lock_dwork draining on unmapIlya Dryomov1-12/+8
2026-05-15Merge branch 'for-7.2/block' into for-nextJens Axboe10-186/+3264
2026-05-11ublk: reject max_sectors smaller than PAGE_SECTORS in parameter validationMing Lei1-0/+3
2026-05-08drbd: replace genl_magic with explicit netlink serializationChristoph Böhmwalder8-184/+3246
2026-05-08drbd: move UAPI headers to include/uapi/linux/Christoph Böhmwalder3-2/+18
2026-05-08ublk: fix use-after-free in ublk_cancel_cmd()Ming Lei1-5/+15
2026-05-06ublk: validate physical_bs_shift, io_min_shift and io_opt_shiftMing Lei1-1/+17
2026-05-01ublk: don't issue uring_cmd from fallback task workJens Axboe1-1/+3
2026-04-24Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-107/+139
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+3
2026-04-23Revert "floppy: fix reference leak on platform_device_register() failure"Jens Axboe1-7/+3
2026-04-23ublk: avoid unpinning pages under maple tree spinlockMing Lei1-10/+46
2026-04-23ublk: refactor common helper ublk_shmem_remove_ranges()Ming Lei1-40/+29
2026-04-23ublk: fix maple tree lockdep warning in ublk_buf_cleanupMing Lei1-0/+4
2026-04-22rbd: fix null-ptr-deref when device_add_disk() failsDawei Feng1-3/+3
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+4
2026-04-18zram: reject unrecognized type= values in recompress_store()Andrew Stellman1-0/+2
2026-04-18zram: do not forget to endio for partial discard requestsSergey Senozhatsky1-1/+2
2026-04-17floppy: fix reference leak on platform_device_register() failureGuangshuo Li1-3/+7
2026-04-17ublk: use unchecked copy helpers for bio page dataMing Lei1-2/+10
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-154/+156
2026-04-15zloop: remove irq-safe lockingChristoph Hellwig1-22/+15
2026-04-15zloop: factor out zloop_mark_{full,empty} helpersChristoph Hellwig1-22/+26
2026-04-15zloop: set RQF_QUIET when completing requests on deleted devicesChristoph Hellwig1-1/+3
2026-04-15zloop: improve the unaligned write pointer warningChristoph Hellwig1-3/+3
2026-04-15zloop: use vfs_truncateChristoph Hellwig1-15/+2
2026-04-15zloop: fix write pointer calculation in zloop_forget_cacheChristoph Hellwig1-2/+11
2026-04-14Merge tag 'x86-cleanups-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-509/+1151
2026-04-10ublk: fix tautological comparison warning in ublk_ctrl_reg_bufMing Lei1-8/+6
2026-04-09ublk: allow buffer registration before device is startedMing Lei1-51/+28
2026-04-09ublk: replace xarray with IDA for shmem buffer index allocationMing Lei1-46/+46
2026-04-09ublk: simplify PFN range loop in __ublk_ctrl_reg_bufMing Lei1-3/+2
2026-04-09ublk: verify all pages in multi-page bvec fall within registered rangeMing Lei1-6/+11
2026-04-09ublk: widen ublk_shmem_buf_reg.len to __u64 for 4GB buffer supportMing Lei1-1/+8
2026-04-07ublk: eliminate permanent pages[] array from struct ublk_bufMing Lei1-32/+55
2026-04-07ublk: enable UBLK_F_SHMEM_ZC feature flagMing Lei1-3/+4
2026-04-07ublk: add PFN-based buffer matching in I/O pathMing Lei1-1/+76
2026-04-07ublk: add UBLK_U_CMD_REG_BUF/UNREG_BUF control commandsMing Lei1-0/+295
2026-04-07drbd: use get_random_u64() where appropriateDavid Carlier2-3/+3
2026-04-06drbd: remove DRBD_GENLA_F_MANDATORY flag handlingChristoph Böhmwalder4-79/+6
2026-04-06ublk: reset per-IO canceled flag on each fetchUday Shankar1-8/+13
2026-04-05zram: change scan_slots to return voidSergey Senozhatsky1-9/+5
2026-04-05zram: propagate read_from_bdev_async() errorsSergey Senozhatsky1-7/+8
2026-04-05zram: optimize LZ4 dictionary compression performancegao xu1-3/+26
2026-04-05zram: unify and harden algo/priority params handlingSergey Senozhatsky1-40/+66
2026-04-05zram: remove chained recompressionSergey Senozhatsky1-60/+24
2026-04-05zram: drop ->num_active_compsSergey Senozhatsky2-14/+16
2026-04-05zram: do not autocorrect bad recompression parametersSergey Senozhatsky1-9/+8
2026-04-05zram: do not permit params change after initSergey Senozhatsky1-0/+4
2026-04-05zram: use statically allocated compression algorithm namesgao xu3-26/+13
2026-03-31zloop: add max_open_zones optionDamien Le Moal1-16/+164
2026-03-26drbd: Balance RCU calls in drbd_adm_dump_devices()Bart Van Assche1-2/+6
2026-03-25drbd: use genl pre_doit/post_doitChristoph Böhmwalder1-253/+320
2026-03-25zloop: forget write cache on force removalChristoph Hellwig1-0/+97
2026-03-25zloop: refactor zloop_rwChristoph Hellwig1-116/+124
2026-03-22ublk: move cold paths out of __ublk_batch_dispatch() for icache efficiencyMing Lei1-32/+38
2026-03-22block/floppy: Don't use REALLY_SLOW_IO for delaysJuergen Gross1-2/+0
2026-03-21zram: do not slot_free() written-back slotsSergey Senozhatsky1-25/+14
2026-03-14ublk: report BLK_SPLIT_INTERVAL_CAPABLECaleb Sander Mateos1-1/+1
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+12
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2-13/+13
2026-03-09ublk: don't clear GD_SUPPRESS_PART_SCAN for unprivileged daemonsMing Lei1-1/+3
2026-03-06ublk: fix NULL pointer dereference in ublk_ctrl_set_size()Mehul Rao1-3/+9
2026-03-04zram: rename writeback_compressed device attrSergey Senozhatsky2-13/+13
2026-02-27Merge tag 'block-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-46/+64
2026-02-24zloop: check for spurious options passed to removeChristoph Hellwig1-1/+6
2026-02-24zloop: advertise a volatile write cacheChristoph Hellwig1-6/+18
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-4/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-16/+8
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds26-63/+63
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds34-127/+122
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook34-127/+122
2026-02-20drbd: fix null-pointer dereference on local read errorChristoph Böhmwalder1-1/+2
2026-02-19drbd: Replace deprecated strcpy with strscpyThorsten Blum2-7/+11
2026-02-19drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock()Lars Ellenberg2-31/+27
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan1-4/+8
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+19
2026-02-12Merge tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+0
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-439/+575
2026-02-11drbd: always set BLK_FEAT_STABLE_WRITESChristoph Böhmwalder2-4/+19
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-255/+1766
2026-02-06Merge tag 'ceph-for-6.19-rc9' of https://github.com/ceph/ceph-clientLinus Torvalds1-12/+21
2026-02-05Merge tag 'block-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-33/+12
2026-02-05loop: revert exclusive opener loop status changeJens Axboe1-33/+12
2026-02-03rbd: check for EOD after exclusive lock is ensured to be heldIlya Dryomov1-12/+21
2026-01-31zram: rename init_lock to dev_lockSergey Senozhatsky2-32/+32
2026-01-31ublk: remove "can't touch 'ublk_io' any more" commentsCaleb Sander Mateos1-2/+0
2026-01-31ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flagMing Lei1-4/+10
2026-01-31ublk: check list membership before cancelling batch fetch commandMing Lei1-3/+13
2026-01-31ublk: drop ublk_ctrl_start_recovery() header argumentCaleb Sander Mateos1-4/+3
2026-01-31ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmdCaleb Sander Mateos1-25/+31
2026-01-31ublk: Validate SQE128 flag before accessing the cmdGovindarajulu Varadarajan1-3/+3
2026-01-30Merge tag 'block-6.19-20260130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2026-01-30block: introduce bdev_rot()Damien Le Moal1-1/+1
2026-01-29ublk: restore auto buf unregister refcount optimizationCaleb Sander Mateos1-2/+2
2026-01-29ublk: document IO reference counting designMing Lei1-0/+89
2026-01-27rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni1-1/+0
2026-01-27Revert "rnbd-clt: fix refcount underflow in device unmap path"Jens Axboe1-0/+1
2026-01-27block: rnull: remove imports available via preludeGary Guo2-4/+0
2026-01-26zsmalloc: use actual object size to detect spansSergey Senozhatsky1-6/+8
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+34
2026-01-23ublk: rename auto buffer registration helpersMing Lei1-13/+26
2026-01-23ublk: fix canceling flag handling in batch I/O recoveryMing Lei1-3/+8
2026-01-23ublk: move ublk_mark_io_ready() out of __ublk_fetch()Ming Lei1-1/+5
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei1-32/+60
2026-01-22ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei1-8/+17
2026-01-22ublk: add new feature UBLK_F_BATCH_IOMing Lei1-8/+52
2026-01-22ublk: abort requests filled in event kfifoMing Lei1-1/+23
2026-01-22ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei1-10/+46
2026-01-22ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei1-8/+386
2026-01-22ublk: add batch I/O dispatch infrastructureMing Lei1-0/+195
2026-01-22ublk: add io events fifo structureMing Lei1-6/+63
2026-01-22ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei1-2/+101
2026-01-22ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei1-1/+190
2026-01-22ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei1-1/+86
2026-01-22ublk: prepare for not tracking task context for command batchMing Lei1-1/+4
2026-01-22ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IOMing Lei1-1/+25
2026-01-21ublk: fix ublksrv pid handling for pid namespacesSeamus Connor1-5/+34
2026-01-20array_size.h: add ARRAY_END()Alejandro Colomar1-2/+0
2026-01-20zram: remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2026-01-20zram: drop pp_in_progressSergey Senozhatsky2-25/+8
2026-01-20zram: fixup read_block_state()Sergey Senozhatsky1-5/+2
2026-01-20zram: trivial fix of recompress_slot() coding stylesSergey Senozhatsky1-5/+6
2026-01-20zram: rename internal slot APISergey Senozhatsky1-181/+182
2026-01-20zram: use u32 for entry ac_time trackingSergey Senozhatsky2-32/+37
2026-01-20zram: consolidate device-attr declarationsSergey Senozhatsky1-4/+3
2026-01-20zram: switch to guard() for init_lockSergey Senozhatsky1-134/+77
2026-01-20zram: rename zram_free_page()Sergey Senozhatsky1-10/+10
2026-01-20zram: move bd_stat to writeback sectionSergey Senozhatsky1-27/+21
2026-01-20zram: introduce writeback_compressed device attributeRichard Chang1-0/+38
2026-01-20zram: introduce compressed data writebackRichard Chang2-53/+227
2026-01-16Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+11
2026-01-15rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni1-1/+0
2026-01-13null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff1-1/+11
2026-01-12ublk: add UBLK_CMD_TRY_STOP_DEV commandYoav Cohen1-2/+42
2026-01-12ublk: make ublk_ctrl_stop_dev return voidYoav Cohen1-3/+3
2026-01-12ublk: optimize ublk_user_copy() on daemon taskCaleb Sander Mateos1-5/+18
2026-01-12ublk: support UBLK_F_INTEGRITYStanley Zhang1-1/+2
2026-01-12ublk: implement integrity user copyStanley Zhang1-2/+51
2026-01-12ublk: move offset check out of __ublk_check_and_get_req()Caleb Sander Mateos1-7/+9
2026-01-12ublk: inline ublk_check_and_get_req() into ublk_user_copy()Caleb Sander Mateos1-33/+18
2026-01-12ublk: split out ublk_user_copy() helperCaleb Sander Mateos1-16/+10
2026-01-12ublk: split out ublk_copy_user_bvec() helperCaleb Sander Mateos1-22/+30
2026-01-12ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_descCaleb Sander Mateos1-0/+3
2026-01-12ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creationStanley Zhang1-1/+100
2026-01-12ublk: move ublk flag check functions earlierCaleb Sander Mateos1-30/+30
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe2-15/+72
2026-01-09Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-27/+55
2026-01-09ublk: fix use-after-free in ublk_partition_scan_workMing Lei1-15/+22
2026-01-07loop: add missing bd_abort_claiming in loop_set_statusTetsuo Handa1-1/+3
2026-01-06loop: don't change loop device under exclusive opener in loop_set_statusRaphael Pinsonneault-Thibeault1-11/+30
2026-01-06rnbd-srv: Zero the rsp buffer before using itMd Haris Iqbal1-0/+3
2026-01-06rnbd-srv: Fix server side setting of bi_size for special IOsFlorian-Ewald Mueller1-9/+22
2026-01-06rnbd-srv: fix the trace format for flagsJack Wang1-20/+2
2026-01-06block/rnbd-proto: Check and retain the NOUNMAP flag for requestsMd Haris Iqbal1-2/+10
2026-01-06block: rnbd: add .release to rnbd_dev_ktypeZhu Yanjun2-8/+18
2026-01-06block/rnbd-proto: Handle PREFLUSH flag properly for IOsMd Haris Iqbal1-1/+9
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+32
2025-12-29null_blk: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET1-2/+2
2025-12-28brd: replace simple_strtol with kstrtoul in ramdisk_sizeThorsten Blum1-2/+1
2025-12-28rnull: replace `kernel::c_str!` with C-StringsTamir Duberstein1-1/+1
2025-12-28ublk: scan partition in async wayMing Lei1-3/+32
2025-12-26Merge tag 'block-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2025-12-20block: rnbd-clt: Fix signedness bug in init_dev()Dan Carpenter1-1/+1
2025-12-20ublk: clean up user copy references on ublk server exitCaleb Sander Mateos1-2/+1
2025-12-20Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-22/+53
2025-12-18block: rnbd-clt: Fix leaked ID in init_dev()Thomas Fourier1-5/+8
2025-12-17ublk: fix deadlock when reading partition tableMing Lei1-4/+28
2025-12-15zloop: use READ_ONCE() to read lo->lo_state in queue_rq pathYongpeng Yang1-4/+4
2025-12-15loop: use READ_ONCE() to read lo->lo_state without lockingYongpeng Yang1-9/+13
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+0
2025-12-12Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+21
2025-12-10rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AESIlya Dryomov1-3/+0
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos1-6/+6
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+4