Age | Commit message (Expand) | Author | Files | Lines |
2018-06-28 | block: Fix cloning of requests with a special payload | Bart Van Assche | 1 | -0/+4 |
2018-06-26 | block: Fix transfer when chunk sectors exceeds max | Keith Busch | 1 | -2/+2 |
2018-06-23 | blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONE | Bart Van Assche | 2 | -1/+1 |
2018-06-22 | bdi: Fix another oops in wb_workfn() | Jan Kara | 2 | -14/+8 |
2018-06-22 | lightnvm: Remove depends on HAS_DMA in case of platform dependency | Geert Uytterhoeven | 1 | -1/+1 |
2018-06-22 | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 6 | -45/+88 |
2018-06-21 | nvme-pci: limit max IO size and segments to avoid high order allocations | Jens Axboe | 3 | -5/+39 |
2018-06-21 | nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrl | Jianchao Wang | 1 | -1/+1 |
2018-06-21 | nvme-fc: release io queues to allow fast fail | James Smart | 1 | -3/+3 |
2018-06-20 | nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag. | Doron Roberts-Kedes | 2 | -8/+37 |
2018-06-20 | block: sed-opal: Fix a couple off by one bugs | Dan Carpenter | 1 | -2/+2 |
2018-06-20 | blk-mq-debugfs: Off by one in blk_mq_rq_state_name() | Dan Carpenter | 1 | -1/+1 |
2018-06-20 | nvmet: reset keep alive timer in controller enable | Max Gurtuvoy | 1 | -0/+8 |
2018-06-20 | nvme-rdma: don't override opts->queue_size | Sagi Grimberg | 1 | -11/+10 |
2018-06-20 | nvme-rdma: Fix command completion race at error recovery | Israel Rukshin | 1 | -2/+6 |
2018-06-20 | nvme-rdma: fix possible free of a non-allocated async event buffer | Sagi Grimberg | 1 | -13/+11 |
2018-06-20 | nvme-rdma: fix possible double free condition when failing to create a contro... | Sagi Grimberg | 1 | -10/+10 |
2018-06-19 | Revert "block: Add warning for bi_next not NULL in bio_endio()" | Bart Van Assche | 2 | -10/+1 |
2018-06-19 | block: fix timeout changes for legacy request drivers | Christoph Hellwig | 3 | -2/+3 |
2018-06-15 | bsg: fix race of bsg_open and bsg_unregister | Anatoliy Glagolev | 1 | -11/+11 |
2018-06-15 | block: remov blk_queue_invalidate_tags | Christoph Hellwig | 3 | -38/+1 |
2018-06-15 | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 11 | -224/+154 |
2018-06-15 | nvme-fabrics: fix and refine state checks in __nvmf_check_ready | Christoph Hellwig | 1 | -20/+19 |
2018-06-15 | nvme-fabrics: handle the admin-only case properly in nvmf_check_ready | Christoph Hellwig | 1 | -1/+2 |
2018-06-15 | nvme-fabrics: refactor queue ready check | Christoph Hellwig | 5 | -50/+45 |
2018-06-14 | blk-mq: remove blk_mq_tagset_iter | Christoph Hellwig | 2 | -31/+0 |
2018-06-14 | nvme: remove nvme_reinit_tagset | Christoph Hellwig | 2 | -12/+0 |
2018-06-14 | nvme-fc: fix nulling of queue data on reconnect | James Smart | 1 | -6/+5 |
2018-06-14 | nvme-fc: remove reinit_request routine | James Smart | 1 | -20/+0 |
2018-06-14 | blk-mq: don't time out requests again that are in the timeout handler | Christoph Hellwig | 2 | -0/+7 |
2018-06-14 | nvme-fc: change controllers first connect to use reconnect path | James Smart | 1 | -57/+47 |
2018-06-13 | nvme: don't rely on the changed namespace list log | Christoph Hellwig | 1 | -25/+11 |
2018-06-11 | nvmet: free smart-log buffer after use | Chaitanya Kulkarni | 1 | -1/+3 |
2018-06-11 | nvme-rdma: fix error flow during mapping request data | Max Gurtovoy | 1 | -7/+24 |
2018-06-11 | nvme: add bio remapping tracepoint | Hannes Reinecke | 1 | -0/+4 |
2018-06-11 | nvme: fix NULL pointer dereference in nvme_init_subsystem | Israel Rukshin | 1 | -1/+1 |
2018-06-11 | blk-mq: reinit q->tag_set_list entry only after grace period | Roman Pen | 1 | -2/+1 |
2018-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 37 | -129/+301 |
2018-06-10 | Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 43 | -841/+904 |
2018-06-10 | Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 16 | -46/+178 |
2018-06-10 | tcp: limit sk_rcvlowat by the maximum receive buffer | Soheil Hassas Yeganeh | 1 | -5/+7 |
2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 152 | -2017/+7234 |
2018-06-10 | net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620 | Alvaro Gamez Machado | 1 | -6/+29 |
2018-06-10 | socket: close race condition between sock_close() and sockfs_setattr() | Cong Wang | 1 | -3/+15 |
2018-06-10 | Merge tag '4.18-fixes-smb3' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 18 | -138/+261 |
2018-06-10 | Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+3 |
2018-06-10 | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 44 | -8/+5491 |
2018-06-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 26 | -80/+176 |
2018-06-10 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -14/+28 |
2018-06-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 59 | -427/+998 |