aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-05-02Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linuxLinus Torvalds1-19/+43
2025-04-29ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_reqMing Lei1-3/+0
2025-04-29ublk: enhance check for register/unregister io buffer commandMing Lei1-4/+20
2025-04-29ublk: decouple zero copy from user copyMing Lei1-12/+23
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds1-17/+24
2025-04-24ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmdMing Lei1-6/+21
2025-04-24ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei1-11/+3
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds3-367/+292
2025-04-16ublk: simplify aborting ublk requestMing Lei1-62/+20
2025-04-16ublk: remove __ublk_quiesce_dev()Ming Lei1-17/+2
2025-04-16ublk: improve detection and handling of ublk server exitUday Shankar1-100/+123
2025-04-16ublk: move device reset into ublk_ch_release()Ming Lei1-49/+72
2025-04-16ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_ioMing Lei1-14/+17
2025-04-16ublk: add ublk_force_abort_dev()Ming Lei1-13/+8
2025-04-16ublk: properly serialize all FETCH_REQsUday Shankar1-28/+49
2025-04-15ublk: don't suggest CONFIG_BLK_DEV_UBLK=YCaleb Sander Mateos1-6/+0
2025-04-15loop: stop using vfs_iter_{read,write} for buffered I/OChristoph Hellwig1-95/+17
2025-04-15loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh1-1/+2
2025-04-15loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh1-2/+2
2025-04-15loop: aio inherit the ioprio of original requestYunlong Xing1-1/+1
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-04-11null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev()Thorsten Blum1-1/+1
2025-04-10Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linuxLinus Torvalds1-35/+50
2025-04-09ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd *Caleb Sander Mateos1-27/+19
2025-04-09ublk: don't fail request for recovery & reissue in case of ubq->cancelingMing Lei1-4/+5
2025-04-09ublk: fix handling recovery & reissue in ublk_abort_queue()Ming Lei1-4/+26
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner10-26/+26
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers2-2/+2
2025-04-03Merge tag 'io_uring-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds1-44/+179
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-212/+202
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+1
2025-03-29ublk: specify io_cmd_buf pointer typeCaleb Sander Mateos1-4/+4
2025-03-28ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb()Caleb Sander Mateos1-7/+9
2025-03-28ublk: avoid redundant io->cmd in ublk_queue_cmd_list()Caleb Sander Mateos1-3/+3
2025-03-28ublk: get ubq from pdu in ublk_cmd_list_tw_cb()Caleb Sander Mateos1-1/+1
2025-03-28ublk: skip 1 NULL check in ublk_cmd_list_tw_cb() loopCaleb Sander Mateos1-2/+2
2025-03-28ublk: remove unused cmd argument to ublk_dispatch_req()Caleb Sander Mateos1-5/+2
2025-03-28ublk: rename ublk_rq_task_work_cb as ublk_cmd_tw_cbMing Lei1-3/+3
2025-03-28ublk: implement ->queue_rqs()Ming Lei1-20/+111
2025-03-28ublk: add segment parameterMing Lei1-1/+19
2025-03-28ublk: call io_uring_cmd_to_pdu to get uring_cmd pduMing Lei1-1/+1
2025-03-28ublk: add helper of ublk_need_map_io()Ming Lei1-4/+9
2025-03-28ublk: remove two unused fields from 'struct ublk_queue'Ming Lei1-2/+0
2025-03-28ublk: comment on ubq->canceling handling in ublk_queue_rq()Ming Lei1-0/+5
2025-03-28ublk: make sure ubq->canceling is set when queue is frozenMing Lei1-10/+29
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds10-175/+259
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-7/+49
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2025-03-19ublk: remove io_cmds list in ublk_queueUday Shankar1-35/+11
2025-03-18loop: move vfs_fsync() out of loop_update_dio()Ming Lei1-6/+14
2025-03-16zram: add might_sleep to zcomp APISergey Senozhatsky1-0/+2
2025-03-16zram: do not leak page on writeback_store error pathSergey Senozhatsky1-2/+4
2025-03-16zram: do not leak page on recompress_store error pathSergey Senozhatsky1-3/+3
2025-03-16zram: permit reclaim in zstd custom allocatorSergey Senozhatsky1-10/+1
2025-03-16zram: switch to new zsmalloc object mapping APISergey Senozhatsky3-19/+15
2025-03-16zram: move post-processing target allocationSergey Senozhatsky1-28/+22
2025-03-16zram: rework recompression loopSergey Senozhatsky1-34/+20
2025-03-16zram: filter out recomp targets based on prioritySergey Senozhatsky1-9/+16
2025-03-16zram: limit max recompress prio to num_active_compsSergey Senozhatsky1-3/+12
2025-03-16zram: remove writestall zram_stats memberSergey Senozhatsky2-3/+1
2025-03-16zram: add GFP_NOWARN to incompressible zsmalloc handle allocationSergey Senozhatsky1-1/+2
2025-03-16zram: remove second stage of handle allocationSergey Senozhatsky1-32/+7
2025-03-16zram: remove max_comp_streams device attrSergey Senozhatsky1-23/+0
2025-03-16zram: remove unused crypto includeSergey Senozhatsky3-3/+3
2025-03-16zram: permit preemption with active compression streamSergey Senozhatsky3-25/+42
2025-03-16zram: sleepable entry lockingSergey Senozhatsky2-17/+52
2025-03-14Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linuxLinus Torvalds2-4/+5
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta5-5/+5
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki2-4/+5
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes1-1/+1
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds1-2/+5
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-2/+1
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-7/+7
2025-03-05ublk: set_params: properly check if parameters can be appliedUday Shankar1-2/+5
2025-03-04ublk: enforce ublks_max only for unprivileged devicesUday Shankar1-15/+27
2025-03-04loop: Remove struct loop_func_tableZhu Yanjun1-2/+0
2025-03-04ublk: don't cast registered buffer index to intCaleb Sander Mateos1-8/+6
2025-03-03ublk: add DMA alignment limitMing Lei1-1/+15
2025-03-03null_blk: do partial IO for bad blocksShin'ichiro Kawasaki3-13/+40
2025-03-03null_blk: pass transfer size to null_handle_rq()Shin'ichiro Kawasaki1-2/+14
2025-03-03null_blk: replace null_process_cmd() call in null_zone_write()Shin'ichiro Kawasaki3-10/+21
2025-03-03null_blk: introduce badblocks_once parameterShin'ichiro Kawasaki2-3/+9
2025-03-03null_blk: generate null_blk configfs features stringShin'ichiro Kawasaki1-37/+49
2025-03-03ublk: complete command synchronously on errorCaleb Sander Mateos1-5/+6
2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos1-2/+1
2025-02-28ublk: zc register/unregister bvecKeith Busch1-7/+52
2025-02-24loop: take the file system minimum dio alignment into accountChristoph Hellwig1-26/+34
2025-02-24loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksizeChristoph Hellwig1-1/+1
2025-02-24loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_fileChristoph Hellwig1-2/+2
2025-02-24loop: factor out a loop_assign_backing_file helperChristoph Hellwig1-10/+10
2025-02-18Revert "driver: block: release the lo_work_lock before queue_work"Zhaoyang Huang1-1/+1
2025-02-18null_blk: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-11loop: release the lo_work_lock before queue_workZhaoyang Huang1-1/+1
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-02-02drivers/block/sunvdc.c: update the correct AIP callStephen Rothwell1-2/+2
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds8-25/+35
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig8-23/+34
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+25
2025-01-27loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}Christoph Hellwig1-2/+1
2025-01-27virtio_blk: Add support for transport error recoveryIsrael Rukshin1-3/+25
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-135/+170
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-01-25zram: remove zcomp_stream_put() from write_incompressible_page()Sergey Senozhatsky1-1/+0
2025-01-25zram: cond_resched() in writeback loopSergey Senozhatsky1-0/+2
2025-01-25zram: use zram_read_from_zspool() in writebackSergey Senozhatsky1-7/+4
2025-01-25zram: factor out different page types readSergey Senozhatsky1-33/+52
2025-01-25zram: factor out ZRAM_HUGE writeSergey Senozhatsky1-53/+83
2025-01-25zram: factor out ZRAM_SAME writeSergey Senozhatsky1-16/+21
2025-01-25zram: remove entry element memberSergey Senozhatsky2-22/+6
2025-01-25zram: free slot memory early during writeSergey Senozhatsky1-6/+5
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds21-157/+236
2025-01-13nbd: fix partial sendingMing Lei1-10/+85
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman2-14/+27
2025-01-12xen/blkback: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-01-12zram: fix potential UAF of zram tableKairui Song1-0/+1
2025-01-10loop: remove the use_dio field in struct loop_deviceChristoph Hellwig1-22/+17
2025-01-10loop: don't freeze the queue in loop_update_dioChristoph Hellwig1-4/+4
2025-01-10loop: allow loop_set_status to re-enable direct I/OChristoph Hellwig1-8/+3
2025-01-10loop: open code the direct I/O flag update in loop_set_dioChristoph Hellwig1-8/+20
2025-01-10loop: only write back pagecache when starting to to use direct I/OChristoph Hellwig1-2/+3
2025-01-10loop: create a lo_can_use_dio helperChristoph Hellwig1-11/+14
2025-01-10loop: update commands in loop_set_status still referring to transfersChristoph Hellwig1-2/+2
2025-01-10loop: move updating lo_flags out of loop_set_status_from_infoChristoph Hellwig1-15/+8
2025-01-10loop: fix queue freeze vs limits lock orderChristoph Hellwig1-2/+16
2025-01-10loop: refactor queue limits updatesChristoph Hellwig1-16/+20
2025-01-10nbd: fix queue freeze vs limits lock orderChristoph Hellwig1-15/+2
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig1-3/+1
2025-01-06nbd: don't allow reconnect after disconnectYu Kuai1-0/+1
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig1-2/+2
2025-01-03ps3disk: Do not use dev->bounce_size before it is setGeert Uytterhoeven1-2/+2
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-3/+3
2024-12-28Merge tag 'block-6.13-20241228' of git://git.kernel.dk/linuxLinus Torvalds1-9/+17
2024-12-26ublk: detach gendisk from ublk device if add_disk() failsMing Lei1-9/+17
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig18-24/+7
2024-12-23virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-2/+2
2024-12-23null_blk: Remove accesses to page->indexMatthew Wilcox (Oracle)1-6/+6
2024-12-23block: rnull: Initialize the module in placeBenoît du Garreau1-12/+18
2024-12-23block: Delete bio_set_prio()John Garry1-1/+1
2024-12-23null_blk: Add rotational feature supportDamien Le Moal2-1/+13
2024-12-18zram: fix uninitialized ZRAM not releasing backing deviceKairui Song1-5/+4
2024-12-18zram: refuse to use zero sized block device as backing deviceKairui Song1-0/+6
2024-12-05virtio-blk: don't keep queue frozen during system suspendMing Lei1-2/+5
2024-12-03block: rnull: add missing MODULE_DESCRIPTIONFUJITA Tomonori1-0/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds3-17/+19
2024-11-29brd: decrease the number of allocated pages which discardedZhang Xianwei1-1/+3
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-98/+290
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-11-19ublk: fix error code for unsupported commandMing Lei1-1/+1
2024-11-19loop: Fix ABBA locking raceOGAWA Hirofumi1-15/+15
2024-11-14zram: fix NULL pointer in comp_algorithm_show()Liu Shixin1-3/+2
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig1-1/+1
2024-11-13block: add a rq_list typeChristoph Hellwig2-12/+10
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-11-11zram: ZRAM_DEF_COMP should depend on ZRAMGeert Uytterhoeven1-0/+1
2024-11-11zram: clear IDLE flag in mark_idle()Sergey Senozhatsky1-0/+2
2024-11-11zram: clear IDLE flag after recompressionSergey Senozhatsky1-0/+7
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig3-3/+3
2024-11-11ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei1-3/+12
2024-11-09loop: fix type of block sizeLi Wang1-3/+3
2024-11-07rbd: unfreeze queue after marking disk as deadMing Lei1-0/+1
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe3-3/+3
2024-11-06zram: do not open-code comp priority 0Sergey Senozhatsky1-2/+2
2024-11-06mtip32xx: Replace deprecated PCI functionsPhilipp Stanner1-8/+6
2024-11-05zram: remove UNDER_WB and simplify writebackSergey Senozhatsky2-38/+16
2024-11-05zram: reshuffle zram_free_page() flags operationsSergey Senozhatsky1-11/+7
2024-11-05zram: do not mark idle slots that cannot be idleSergey Senozhatsky1-7/+18
2024-11-05zram: rework writeback target selection strategySergey Senozhatsky1-19/+64
2024-11-05zram: rework recompress target selection strategySergey Senozhatsky1-27/+160
2024-11-05zram: permit only one post-processing operation at a timeSergey Senozhatsky2-0/+17
2024-11-05zram: introduce ZRAM_PP_SLOT flagSergey Senozhatsky2-0/+3
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig3-3/+3
2024-11-01loop: Simplify discard granularity calcJohn Garry1-2/+1
2024-10-30brd: defer automatic disk creation until module initialization succeedsYang Erkun1-22/+44
2024-10-30loop: Use bdev limit helpers for configuring discardJohn Garry1-4/+4
2024-10-22ublk: support device recovery without I/O queueingUday Shankar1-15/+63
2024-10-22ublk: merge stop_work and quiesce_workUday Shankar1-39/+25
2024-10-22ublk: refactor recovery configuration flag helpersUday Shankar1-20/+42
2024-10-22ublk: check recovery flags for validityUday Shankar1-0/+11
2024-10-21reiserfs: The last commitJan Kara1-1/+1
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds3-16/+10
2024-10-16ublk: don't allow user copy for unprivileged deviceMing Lei1-1/+10
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich1-2/+2
2024-10-11drbd: Remove unused conn_lowest_minorDr. David Alan Gilbert2-15/+0
2024-10-04Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds1-1/+12
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-10-02aoe: fix the potential use-after-free problem in more placesChun-Yi Lee1-1/+12
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+4
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-4/+0
2024-09-26zram: don't free statically defined namesAndrey Skvortsov1-2/+4
2024-09-25Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds20-126/+1240
2024-09-18drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen1-2/+4
2024-09-17Merge tag 'v6.11' into for-6.12/blockJens Axboe1-0/+2
2024-09-17zram: free secondary algorithms namesSergey Senozhatsky1-0/+5
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds10-63/+97
2024-09-10drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov1-1/+1