aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-10Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+15
2020-07-08nbd: Fix memory leak in nbd_add_socketZheng Bin1-10/+15
2020-07-02Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-06-30virtio-blk: free vblk-vqs in error path of virtblk_probe()Hou Tao1-0/+1
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+3
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin1-4/+4
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov1-1/+3
2020-06-15drbd: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-5/+5
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-17/+17
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-17/+17
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+3
2020-06-11umem: remove redundant initialization of variable retColin Ian King1-1/+1
2020-06-11pktcdvd: remove redundant initialization of variable retColin Ian King1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-2/+44
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-0/+4392
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+0
2020-06-04loop: Fix wrong masking of status flagsMartijn Coenen1-1/+1
2020-06-04zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko1-4/+3
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-39/+10
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+3
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds3-387/+468
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds8-66/+74
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-3/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-1/+1
2020-06-01rbd: compression_hint optionIlya Dryomov1-1/+42
2020-06-01libceph: support for alloc hint flagsIlya Dryomov1-1/+2
2020-06-01libceph, rbd: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-29null_blk: force complete for timeout requestDongli Zhang1-1/+1
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei1-1/+1
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig2-10/+2
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig3-10/+3
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig3-19/+5
2020-05-28zram: Use local lock to protect per-CPU dataMike Galbraith2-2/+8
2020-05-28zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior2-26/+17
2020-05-27zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig1-14/+10
2020-05-27rsxx: use bio_{start,end}_io_acctChristoph Hellwig1-17/+2
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig1-23/+4
2020-05-26block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina1-5/+5
2020-05-24loop: remove redundant assignment to variable errorColin Ian King1-2/+0
2020-05-22RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabledDanil Kipnis1-4/+7
2020-05-22Merge tag 'block-5.7-2020-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+11
2020-05-22block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess()Dan Carpenter1-5/+4
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe5-75/+181
2020-05-21null_blk: don't allow discard for zoned modeChaitanya Kulkarni1-0/+7
2020-05-21null_blk: return error for invalid zone sizeChaitanya Kulkarni1-0/+4
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen1-28/+76