summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2022-12-01zram: remove unused stats fieldsSergey Senozhatsky2-4/+0
2022-12-01zram: add incompressible flag to read_block_state()Sergey Senozhatsky1-2/+4
2022-12-01zram: add incompressible writebackSergey Senozhatsky1-6/+12
2022-12-01zram: add algo parameter support to zram_recompress()Sergey Senozhatsky2-9/+46
2022-12-01zram: remove redundant checks from zram_recompress()Sergey Senozhatsky1-6/+2
2022-12-01zram: add size class equals check into recompressionAlexey Romanov1-1/+10
2022-12-01zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky1-3/+3
2022-12-01zram: clarify writeback_store() commentSergey Senozhatsky1-2/+6
2022-12-01zram: add recompress flag to read_block_state()Sergey Senozhatsky1-2/+3
2022-12-01zram: introduce recompress sysfs knobSergey Senozhatsky3-3/+277
2022-12-01zram: factor out WB and non-WB zram read functionsSergey Senozhatsky1-23/+49
2022-12-01zram: add recompression algorithm sysfs knobSergey Senozhatsky1-19/+105
2022-12-01zram: preparation for multi-zcomp supportSergey Senozhatsky4-32/+80
2022-11-09zram: use try_cmpxchg in update_used_maxUros Bizjak1-8/+5
2022-11-05Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2-47/+74
2022-10-31ublk_drv: add ublk_queue_cmd() for cleanupMing Lei1-26/+21
2022-10-31ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei1-30/+53
2022-10-31ublk_drv: comment on ublk_driver entry of KconfigMing Lei1-0/+6
2022-10-31ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei1-0/+3
2022-10-30Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+3
2022-10-27rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang1-1/+3
2022-10-22Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2-9/+7
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder1-8/+6
2022-10-20ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou1-1/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+3
2022-10-13zram: always expose rw_pageBrian Geffon1-23/+3
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-22/+31
2022-10-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-18/+92
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2022-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-6/+5
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds21-237/+598
2022-10-07virtio_blk: add SECURE ERASE command supportAlvaro Karsz1-18/+92
2022-10-07Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe8-32/+89
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-10-04zram: keep comments within 80-columns limitSergey Senozhatsky1-8/+11
2022-10-04zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2-8/+9
2022-09-28virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()Suwan Kim1-6/+5
2022-09-24nbd: remove define-only NBD_MAGIC, previously magic numberнаб1-2/+0
2022-09-24ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang1-0/+116
2022-09-24ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang1-4/+18
2022-09-24ublk_drv: consider recovery feature in aborting mechanismZiyangZhang1-6/+110
2022-09-24ublk_drv: requeue rqs with recovery feature enabledZiyangZhang1-5/+15
2022-09-24ublk_drv: define macros for recovery feature and check themZiyangZhang1-1/+17
2022-09-24ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang1-2/+10
2022-09-22block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin1-13/+2
2022-09-22block: move from strlcpy with unused retval to strscpyWolfram Sang5-12/+12
2022-09-22block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui1-3/+0
2022-09-22drbd: remove orphan _req_may_be_done() declarationGaosheng Cui1-2/+0