summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-13lightnvm: pblk: avoid deadlock on low LUN configJavier González3-1/+9
2017-10-13lightnvm: pblk: fix write I/O sync statJavier González1-1/+1
2017-10-13lightnvm: pblk: free padded entries in write bufferJavier González2-2/+6
2017-10-13lightnvm: pblk: use right flag for GC allocationJavier González1-2/+5
2017-10-13lightnvm: pblk: initialize debug stat counterJavier González1-0/+1
2017-10-13lightnvm: pblk: reuse pblk_gc_should_kickRakesh Pandit3-27/+9
2017-10-13lightnvm: pblk: print incompatible line version correctlyRakesh Pandit3-3/+4
2017-10-13lightnvm: pblk: improve error message if down_timeout failsRakesh Pandit1-10/+2
2017-10-13lightnvm: pblk: fix message if L2P MAP is in deviceRakesh Pandit1-1/+1
2017-10-13lightnvm: pblk: protect line bitmap while submitting meta ioRakesh Pandit1-0/+2
2017-10-13lightnvm: include NVM Express driver if OCSSD is selected for buildRakesh Pandit1-1/+2
2017-10-13lightnvm: pblk: fix error path in pblk_lines_alloc_metadataRakesh Pandit1-1/+4
2017-10-13lightnvm: remove already calculated nr_chnlsRakesh Pandit1-1/+0
2017-10-13lightnvm: protect target type list with correct locksRakesh Pandit1-4/+4
2017-10-13lightnvm: prevent bd removal if busyRakesh Pandit1-0/+14
2017-10-13lightnvm: prevent target type module removal when in useRakesh Pandit2-0/+5
2017-10-12mtip32xx: Clean up unused variablesChristos Gkekas1-7/+0
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig3-26/+2
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe1-1/+1
2017-09-30null_blk: add "no_sched" module parameterweiping zhang1-0/+6
2017-09-26block: fix a build errorShaohua Li1-1/+1
2017-09-26block: cryptoloop - Fix build warningCorentin Labbe1-2/+0
2017-09-26block/loop: make loop cgroup awareShaohua Li2-0/+14
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds15-128/+128
2017-09-25nvme-fcloop: fix port deletes and callbacksJames Smart1-64/+38
2017-09-25nvmet-fc: ensure target queue id within range.James Smart1-0/+3
2017-09-25nvmet-fc: on port remove call put outside lockJames Smart1-1/+5
2017-09-25nvme-rdma: don't fully stop the controller in error recoverySagi Grimberg1-1/+1
2017-09-25nvme-rdma: give up reconnect if state change failsSagi Grimberg1-1/+6
2017-09-25nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg1-2/+2
2017-09-25nvme: fix sqhd reference when admin queue connect failsJames Smart1-1/+2
2017-09-25nvmet: implement valid sqhd values in completionsJames Smart3-6/+12
2017-09-25nvme-fabrics: Allow 0 as KATO valueGuilherme G. Piccoli1-9/+9
2017-09-25nvme: allow timed-out ios to retryJames Smart1-2/+0
2017-09-25nvme: stop aer posting if controller state not liveJames Smart1-2/+3
2017-09-25nvme-pci: Print invalid SGL only onceKeith Busch1-12/+18
2017-09-25nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2017-09-25nvmet-fc: fix failing max io queue connectionsJames Smart1-3/+3
2017-09-25nvme-fc: use transport-specific sgl formatJames Smart1-6/+7
2017-09-25qla2xxx: remove use of FC-specific error codesJames Smart1-1/+1
2017-09-25lpfc: remove use of FC-specific error codesJames Smart1-1/+1
2017-09-25nvmet-fcloop: remove use of FC-specific error codesJames Smart1-1/+1
2017-09-25nvmet-fc: remove use of FC-specific error codesJames Smart1-6/+3
2017-09-25nvme-fc: remove use of FC-specific error codesJames Smart1-4/+4
2017-09-25loop: remove union of use_aio and ref in struct loop_cmdOmar Sandoval1-4/+2
2017-09-25nbd: ignore non-nbd ioctl'sJosef Bacik1-0/+6
2017-09-25brd: fix overflow in __brd_direct_accessMikulas Patocka1-1/+1
2017-09-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2017-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-10/+16
2017-09-24Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds7-52/+83