aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-05lightnvm: remove minor version check for 2.0for-4.19/block-oldMatias Bjørling1-6/+0
2018-08-04Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe9-74/+880
2018-08-04nvme: don't enable AEN if not supportedWeiping Zhang1-4/+7
2018-08-02scsi: Check sense buffer size at build timeKees Cook3-8/+18
2018-08-02libata-scsi: Move sense buffers onto stackKees Cook1-12/+6
2018-08-02cdrom: Use struct scsi_sense_hdr internallyKees Cook2-3/+7
2018-08-02ide-cd: Remove redundant sense bufferKees Cook1-8/+9
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook7-65/+63
2018-08-02target: don't depend on SCSIChristoph Hellwig1-2/+3
2018-08-02scsi: build scsi_common.o for all scsi passthrough request usersChristoph Hellwig2-2/+2
2018-08-02scsi: cxlflash: Drop unused sense buffersKees Cook2-11/+4
2018-08-02ide-cd: Drop unused sense buffersKees Cook3-44/+28
2018-08-02blk-mq: fix updating tags depthMing Lei1-4/+4
2018-08-02block: really disable runtime-pm for blk-mqMing Lei1-2/+4
2018-08-02aoe: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-02block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)2-24/+57
2018-08-01blk-cgroup: clear the throttle queue on forkJosef Bacik1-0/+5
2018-08-01blk-cgroup: hold the queue ref during throttlingJosef Bacik1-1/+1
2018-08-01blk-iolatency: fix blkg leak in timer_fnJosef Bacik1-1/+1
2018-08-01block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow pathzhong jiang1-3/+2
2018-07-31t10-pi: provide empty t10_pi_complete() for !CONFIG_BLK_DEV_INTEGRITYJens Axboe1-0/+11
2018-07-30block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin1-0/+1
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy3-82/+20
2018-07-30block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy5-125/+118
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy6-12/+16
2018-07-30block: don't account for split bio's size in cgroup statsJosef Bacik1-2/+8
2018-07-28pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park1-1/+3
2018-07-27nvmet: use Retain Async Event bit to clear AENChaitanya Kulkarni1-2/+15
2018-07-27nvmet: support configuring ANA groupsChristoph Hellwig4-4/+236
2018-07-27nvmet: add minimal ANA supportChristoph Hellwig4-4/+142
2018-07-27nvmet: track and limit the number of namespaces per subsystemChristoph Hellwig3-1/+16
2018-07-27nvmet: keep a port pointer in nvmet_ctrlChristoph Hellwig2-0/+4
2018-07-27nvme: add ANA supportChristoph Hellwig3-27/+408
2018-07-27nvme: remove nvme_req_needs_failoverChristoph Hellwig3-14/+2
2018-07-27nvme: simplify the API for getting log pagesChristoph Hellwig3-25/+16
2018-07-27nvme.h: add ANA definitionsChristoph Hellwig1-3/+47
2018-07-27nvme.h: add support for the log specific fieldChristoph Hellwig1-1/+1
2018-07-27partitions/aix: append null character to print data from diskMauricio Faria de Oliveira1-2/+6
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira1-2/+3
2018-07-27bcache: stop using the deprecated get_seconds()Arnd Bergmann2-8/+8
2018-07-27bcache: do not assign in if condition in bcache_device_init()Florian Schmaus1-5/+11
2018-07-27bcache: do not assign in if condition in bcache_init()Florian Schmaus1-3/+9
2018-07-27bcache: free heap cache_set->flush_btree in bch_journal_freeShenghui Wang1-0/+1
2018-07-27bcache: do not assign in if condition register_bcache()Florian Schmaus1-2/+6
2018-07-27bcache: fix I/O significant decline while backend devices registeringTang Junhui1-3/+26
2018-07-27bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui1-2/+35
2018-07-27bcache: finish incremental GCTang Junhui3-1/+21
2018-07-27bcache: simplify the calculation of the total amount of flash dirty dataTang Junhui4-20/+7
2018-07-27readahead: stricter check for bdi io_pagesMarkus Stockhausen1-2/+10
2018-07-26scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devicesGreg Edwards1-4/+4
2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards2-22/+34
2018-07-25xen/blkfront: remove unused macrosJuergen Gross1-5/+0
2018-07-25Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/blockJens Axboe16-266/+536
2018-07-24block: allow max_discard_segments to be stackedMike Snitzer1-1/+1
2018-07-24block: unexport bio_clone_biosetChristoph Hellwig3-79/+68
2018-07-24md: remove a bogus commentChristoph Hellwig1-4/+0
2018-07-24block: remove bio_clone_kmallocChristoph Hellwig1-6/+0
2018-07-24exofs: use bio_clone_fast in _write_mirrorChristoph Hellwig1-2/+2
2018-07-24bcache: don't clone bio in bch_data_verifyChristoph Hellwig1-1/+5
2018-07-24block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vecChristoph Hellwig1-4/+2
2018-07-24block: simplify bio_check_pages_dirtyChristoph Hellwig1-35/+21
2018-07-24block: Rename the null_blk_mod kernel module back into null_blkBart Van Assche2-3/+3
2018-07-24nvmet: don't use uuid_le typeAndy Shevchenko1-1/+1
2018-07-24nvmet: check fileio lba range access boundariesSagi Grimberg1-2/+17
2018-07-24nvmet: fix file discard return statusSagi Grimberg1-8/+10
2018-07-24nvme-rdma: centralize admin/io queue teardown sequenceSagi Grimberg1-37/+29
2018-07-24nvme-rdma: centralize controller setup sequenceSagi Grimberg1-77/+53
2018-07-24nvme-rdma: unquiesce queues when deleting the controllerSagi Grimberg1-0/+2
2018-07-24nvme-rdma: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-24nvme: add disk name to trace eventsKeith Busch2-7/+37
2018-07-24nvme: add controller name to trace eventsKeith Busch1-6/+11
2018-07-23nvme: use hw qid in trace eventsKeith Busch3-71/+53
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg5-0/+6
2018-07-23nvmet-rdma: add an error flow for post_recv failuresMax Gurtovoy1-5/+21
2018-07-23nvmet-rdma: add unlikely check in the fast pathMax Gurtovoy1-1/+1
2018-07-23nvmet-rdma: support max(16KB, PAGE_SIZE) inline dataSteve Wise6-43/+169
2018-07-23nvme-rdma: support up to 4 segments of inline dataSteve Wise1-11/+27
2018-07-23nvmet: add buffered I/O support for file backed nsChaitanya Kulkarni4-5/+67
2018-07-23nvmet: add commands supported and effects log pageChaitanya Kulkarni1-1/+34
2018-07-23nvme: move init of keep_alive work item to controller initializationJames Smart1-3/+4
2018-07-23nvme.h: resync with nvme-cliRevanth Rajashekar1-0/+5
2018-07-22blk-mq: fail the request in case issue failureMing Lei1-2/+6
2018-07-22blk-rq-qos: make depth comparisons unsignedJosef Bacik2-5/+5
2018-07-18blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo3-9/+19
2018-07-18block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan7-18/+68
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan13-43/+50
2018-07-18block: Define and use STAT_READ and STAT_WRITEMichael Callahan8-28/+40
2018-07-18block: Add part_stat_read_accum to read across field entries.Michael Callahan4-7/+7
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo7-33/+34
2018-07-17pktcdvd: remove assignment in if conditionRAGHU Halharvi1-23/+46
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei3-2/+36
2018-07-16blk-iolatency: truncate our current timeJosef Bacik1-0/+6
2018-07-16blk-iolatency: don't change the latency windowJosef Bacik1-10/+0
2018-07-13lightnvm: pblk: assume that chunks are closed on 1.2 devicesHans Holmberg1-2/+3
2018-07-13lightnvm: pblk: add asynchronous partial readHeiner Litz2-63/+130
2018-07-13lightnvm: pblk: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-13lightnvm: pblk: expose generic disk name on pr_* msgsMatias Bjørling9-138/+153
2018-07-13lightnvm: limit get chunk meta request sizeMatias Bjørling1-2/+8
2018-07-13lightnvm: pblk: fix read_bitmap for 32bit archsMatias Bjørling1-7/+7
2018-07-13lightnvm: Remove redundant rq->__data_len initializationBart Van Assche1-4/+2
2018-07-13lightnvm: pblk: enable line minor version detectionMatias Bjørling1-2/+3
2018-07-13lightnvm: move NVM_DEBUG to pblkMatias Bjørling10-70/+72
2018-07-13lightnvm: pblk: handle case when mw_cunits equals to 0Marcin Dziegielewski2-7/+5
2018-07-13block: remove blkdev_entry_to_request() macroVladimir Zapolskiy1-2/+0
2018-07-12block: skd: Use %pad printk format for dma_addr_t valuesHelge Deller1-8/+8
2018-07-12bsg: remove read/write supportChristoph Hellwig1-454/+6
2018-07-11blk-iolatency: fix max_depth comparisonsJosef Bacik1-6/+6
2018-07-10block: iolatency: avoid 64-bit divisionArnd Bergmann1-2/+1
2018-07-09block/DAC960.c: fix defined but not used build warningsRandy Dunlap1-3/+6
2018-07-09null_blk: add zone supportMatias Bjørling5-3/+234
2018-07-09null_blk: move shared definitions to header fileMatias Bjørling2-75/+81
2018-07-09block: Add default switch case to blk_pm_allow_request() to kill warningGeert Uytterhoeven1-2/+2
2018-07-09block: fix infinite loop if the device loses discard capabilityMikulas Patocka1-0/+10
2018-07-09block, mm: remove unnecessary __GFP_HIGH flagShakeel Butt1-1/+1
2018-07-09null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb deviceLiu Bo1-0/+1
2018-07-09mm: skip readahead if the cgroup is congestedJosef Bacik1-0/+7
2018-07-09Documentation: add a doc for blk-iolatencyJosef Bacik1-0/+79
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik6-2/+957
2018-07-09rq-qos: introduce dio_bio callbackJosef Bacik3-0/+16
2018-07-09block: remove external dependency on wbt_flagsJosef Bacik6-42/+68
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik10-251/+478
2018-07-09blk-stat: export helpers for modifying blk_rq_statJosef Bacik2-8/+12
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo7-14/+81
2018-07-09blkcg: add generic throttling mechanismJosef Bacik5-0/+332
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo3-0/+32
2018-07-09blk: introduce REQ_SWAPJosef Bacik3-3/+4
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik2-3/+47
2018-07-09block: introduce bio_issue_as_root_blkgJosef Bacik1-0/+16
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik4-15/+32
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei4-11/+45
2018-07-09block/loop: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-09drbd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-07-09blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei1-1/+2
2018-07-09blk-mq: use list_splice_tail_init() to insert requestsMing Lei1-7/+7
2018-07-09blk-mq: fix typo in a function commentMinwoo Im1-1/+1
2018-07-09blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im3-5/+12
2018-07-09paride: remove redundant variable nColin Ian King1-2/+1
2018-07-09partitions/ldm: remove redundant pointer dgrpColin Ian King1-3/+0
2018-07-09loop: remove redundant pointer inodeColin Ian King1-2/+0
2018-07-09block/floppy: remove redundant variable dflagsColin Ian King1-3/+0
2018-07-09Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...Liu Bo1-1/+3
2018-07-09Blktrace: bail out early if block debugfs is not configuredLiu Bo1-3/+3
2018-07-09block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requestsBart Van Assche1-0/+4
2018-07-09drbd: Do not redefine __must_hold()Bart Van Assche1-2/+0
2018-07-09blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei1-2/+6
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei3-90/+7
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei2-9/+18
2018-07-09blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()Ming Lei1-12/+11
2018-07-09blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei2-14/+8
2018-07-09block, bfq: give a better name to bfq_bfqq_may_idlePaolo Valente1-8/+8
2018-07-09block, bfq: fix service being wrongly set to zero in case of preemptionPaolo Valente2-12/+28
2018-07-09block, bfq: do not expire a queue that will deserve dispatch pluggingPaolo Valente1-3/+33
2018-07-09block, bfq: add/remove entity weights correctlyPaolo Valente3-17/+59
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche6-15/+44
2018-07-09block: Inline blk_queue_nr_zones()Bart Van Assche2-6/+1
2018-07-09block: Remove bdev_nr_zones()Bart Van Assche1-9/+0
2018-07-09include/uapi/linux/blkzoned.h: Remove a superfluous __packed directiveBart Van Assche1-1/+1
2018-07-09block: Remove a superfluous cast from blkdev_report_zones()Bart Van Assche1-1/+1
2018-07-08Linux 4.18-rc4Linus Torvalds1-1/+1
2018-07-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds8-7/+16
2018-07-08Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+8
2018-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-11/+129
2018-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-75/+99
2018-07-08Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+28
2018-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-2/+10
2018-07-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-96/+155
2018-07-08Merge tag 'pci-v4.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-12/+41
2018-07-07Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-54/+132
2018-07-07Merge tag 'dma-mapping-4.18-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-17/+46
2018-07-07Merge tag 'dmaengine-fix-4.18-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds4-4/+8
2018-07-07Merge tag 'for-linus-4.18-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2-23/+14
2018-07-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-5/+3
2018-07-07x86/mtrr: Don't copy out-of-bounds data in mtrr_writeJann Horn1-1/+2
2018-07-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-15/+57
2018-07-06Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+2
2018-07-06Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-48/+37
2018-07-06Merge tag 'vfio-v4.18-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds3-22/+25
2018-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds8-13/+27
2018-07-06x86/hyper-v: Fix the circular dependency in IPI enlightenmentK. Y. Srinivasan3-2/+13
2018-07-05Merge tag 'drm-fixes-2018-07-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds34-242/+583
2018-07-05Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-19/+17
2018-07-06Merge tag 'exynos-drm-fixes-for-v4.18-rc4' of git://git.kernel.org/pub/scm/li...Dave Airlie11-102/+149
2018-07-06Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie14-86/+284
2018-07-06Merge tag 'drm-intel-fixes-2018-07-05' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-15/+81
2018-07-06Merge tag 'drm-misc-fixes-2018-07-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-34/+58
2018-07-05Merge tag 'omap-for-v4.18/fixes-signed' of git://git.kernel.org/pub/scm/linux...Olof Johansson5-6/+11
2018-07-05Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-07-05Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_...Christoph Hellwig2-17/+46
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio5-21/+14
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2-8/+20
2018-07-05cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio1-2/+5
2018-07-05cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara1-0/+2
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg5-11/+13
2018-07-05cifs: Fix validation of signed data in smb2Paulo Alcantara1-4/+24
2018-07-05cifs: Fix validation of signed data in smb3+Paulo Alcantara1-6/+25
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson7-2/+29
2018-07-05autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds2-3/+3
2018-07-05arm64: remove no-op -p linker flagGreg Hackmann1-1/+1
2018-07-05Merge tag 'acpi-4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-9/+16
2018-07-05Merge tag 'pm-4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-7/+21