summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* zram: keep comments within 80-columns limitSergey Senozhatsky2022-10-031-8/+11
* zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2022-10-032-8/+9
* zram: don't retry compress incompressible pageAlexey Romanov2022-09-111-2/+12
* drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky2022-09-111-9/+4
* Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-261-0/+5
|\
| * loop: Check for overflow while configuring loopSiddh Raman Pant2022-08-241-0/+5
* | Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-10/+33
|\ \
| * | Revert "zram: remove double compression logic"Jiri Slaby2022-08-202-10/+33
* | | Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-201-6/+27
|\ \ \ | |/ / |/| / | |/
| * ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...ZiyangZhang2022-08-161-1/+17
| * ublk_drv: update comment for __ublk_fail_req()ZiyangZhang2022-08-161-2/+3
| * ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()ZiyangZhang2022-08-161-3/+2
| * ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATAZiyangZhang2022-08-131-0/+5
* | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-142-15/+9
|\ \
| * | xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park2022-08-121-3/+1
| * | xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne2022-08-121-6/+3
| * | xen-blkback: fix persistent grants negotiationSeongJae Park2022-08-121-8/+7
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-14/+10
|\ \ \
| * | | virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida2022-08-111-14/+10
| |/ /
* | | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-111-3/+3
|\ \ \
| * | | libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-3/+3
| |/ /
* | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-8/+9
|\ \ \ | |_|/ |/| |
| * | zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu2022-07-291-2/+2
| * | zram: fix unused 'zram_wb_devops' warningKefeng Wang2022-07-171-0/+2
| * | zram: do not lookup algorithm in backends tableSergey Senozhatsky2022-07-031-6/+5
* | | ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang2022-08-021-12/+94
* | | ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei2022-08-021-11/+7
* | | ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei2022-08-021-18/+187
* | | ublk_drv: fix ublk device leak in case that add_disk failsMing Lei2022-08-021-0/+5
* | | ublk_drv: cancel device even though disk isn't upMing Lei2022-08-021-6/+12
* | | block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-023-3/+3
* | | remove the sx8 block driverChristoph Hellwig2022-08-023-1593/+0
* | | nbd: add missing definition of pr_fmtYu Kuai2022-08-021-2/+4
* | | null_blk: fix ida error handling in null_add_dev()Dan Carpenter2022-08-021-3/+11
* | | null_blk: add configfs variables for 2 optionsVincent Fu2022-08-022-19/+50
* | | null_blk: add module parameters for 4 optionsVincent Fu2022-08-021-0/+20
* | | block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal2022-08-022-14/+7
* | | block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal2022-08-021-1/+2
* | | rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang2022-08-021-4/+3
* | | rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang2022-08-023-5/+5
* | | rnbd-clt: check capacity inside rnbd_clt_change_capacityGuoqing Jiang2022-08-021-6/+7
* | | rnbd-clt: adjust the layout of struct rnbd_clt_devGuoqing Jiang2022-08-021-2/+2
* | | rnbd-clt: reduce the size of struct rnbd_clt_devGuoqing Jiang2022-08-022-74/+55
* | | rnbd-clt: kill read_only from struct rnbd_clt_devGuoqing Jiang2022-08-022-7/+2
* | | rnbd-clt: don't free rsp in msg_open_conf for map scenarioGuoqing Jiang2022-08-021-4/+14
* | | rnbd-clt: open code send_msg_open in rnbd_clt_map_deviceGuoqing Jiang2022-08-021-2/+41
* | | block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-08-021-4/+3
* | | drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg2022-08-021-7/+42
* | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0248-393/+1717
|\ \ \ | |_|/ |/| |
| * | ublk_drv: fix double shift bugDan Carpenter2022-07-261-2/+2