aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-09block: introduce new block status code typeChristoph Hellwig76-428/+474
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig10-50/+51
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig11-33/+46
2017-06-09dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig1-27/+15
2017-06-09block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOChristoph Hellwig1-3/+4
2017-06-09fs: simplify dio_bio_completeChristoph Hellwig1-4/+2
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig3-6/+5
2017-06-09dm: fix REQ_RAHEAD handlingChristoph Hellwig2-3/+3
2017-06-09gfs2: remove the unused sd_log_error fieldChristoph Hellwig2-4/+1
2017-06-09scsi/osd: don't save block errors into req_resultsChristoph Hellwig1-1/+1
2017-06-09nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmdChristoph Hellwig1-11/+1
2017-06-09nbd: set sk->sk_sndtimeo for our socketsJosef Bacik1-0/+2
2017-06-09loop: fix error handling regressionArnd Bergmann1-1/+2
2017-06-08loop: support 4k physical blocksizeHannes Reinecke3-6/+41
2017-06-08loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke1-2/+2
2017-06-01nfsd: Check queue type before submitting a SCSI requestBart Van Assche1-0/+3
2017-06-01cdrom: Check SCSI passthrough support before reading audioBart Van Assche1-0/+6
2017-06-01pktcdvd: Check queue type before attaching to a queueBart Van Assche1-0/+5
2017-06-01bsg: Check queue type before attaching to a queueBart Van Assche1-0/+6
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche6-0/+9
2017-06-01blk-mq-debugfs: Add 'kick' operationBart Van Assche1-1/+3
2017-06-01blk-mq-debugfs: Show busy requestsBart Van Assche1-0/+31
2017-06-01blk-mq-debugfs: Show requeue listBart Van Assche1-0/+32
2017-06-01blk-mq-debugfs: Show atomic request flagsBart Van Assche1-0/+10
2017-05-30cfq-iosched: Delete unused function min_vdisktime()Matthias Kaehlcke1-9/+0
2017-05-30nbd: add FUA op supportShaun McDowell2-3/+17
2017-05-26blk-mq: make per-sw-queue bio merge as default .bio_mergeMing Lei3-72/+58
2017-05-26blk-mq: merge bio into sw queue before pluggingMing Lei1-22/+26
2017-05-26Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-74/+66
2017-05-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds12-210/+247
2017-05-26Merge tag 'pci-v4.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-14/+44
2017-05-26Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds7-35/+34
2017-05-26Merge tag 'mmc-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-45/+79
2017-05-26Merge tag 'sound-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-50/+75
2017-05-26Merge tag 'drm-fixes-for-v4.12-rc3' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-80/+102
2017-05-26PCI/msi: fix the pci_alloc_irq_vectors_affinity stubChristoph Hellwig1-3/+3
2017-05-26Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linusJens Axboe8-143/+130
2017-05-26blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche1-3/+3
2017-05-26nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski1-0/+2
2017-05-26nvme: only setup block integrity if supported by the driverChristoph Hellwig3-19/+33
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig5-5/+6
2017-05-26nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig1-6/+6
2017-05-26Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie15-68/+85
2017-05-26Merge tag 'drm-misc-fixes-2017-05-25' of git://anongit.freedesktop.org/git/drm-misc into drm-fixesDave Airlie4-12/+17
2017-05-25drm/amdgpu: fix null point error when rmmod amdgpu.Rex Zhu1-1/+6
2017-05-25xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()Jan Kara1-30/+8
2017-05-25xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara1-1/+1
2017-05-25xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9
2017-05-25xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan1-1/+1
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1