summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2020-09-09nbd: restore default timeout when setting it to zeroHou Pu
2020-09-03block: loop: set discard granularity and alignment for block device backed loopMing Lei
2020-09-03null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu
2020-09-03block: virtio_blk: fix handling single range discard requestMing Lei
2020-08-19loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain
2020-07-16Merge tag 'char-misc-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-10Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-08nbd: Fix memory leak in nbd_add_socketZheng Bin
2020-07-02Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-01Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"Wade Mealing
2020-06-30virtio-blk: free vblk-vqs in error path of virtblk_probe()Hou Tao
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov
2020-06-15drbd: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-11umem: remove redundant initialization of variable retColin Ian King
2020-06-11pktcdvd: remove redundant initialization of variable retColin Ian King
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04loop: Fix wrong masking of status flagsMartijn Coenen
2020-06-04zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown
2020-06-01rbd: compression_hint optionIlya Dryomov
2020-06-01libceph: support for alloc hint flagsIlya Dryomov
2020-06-01libceph, rbd: replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-29null_blk: force complete for timeout requestDongli Zhang
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig
2020-05-28zram: Use local lock to protect per-CPU dataMike Galbraith
2020-05-28zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior
2020-05-27zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig
2020-05-27rsxx: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-26block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina
2020-05-24loop: remove redundant assignment to variable errorColin Ian King