summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: introduce new block status code typeChristoph Hellwig2017-06-0976-428/+474
* dm: change ->end_io calling conventionChristoph Hellwig2017-06-0910-50/+51
* dm: don't return errnos from ->mapChristoph Hellwig2017-06-0911-33/+46
* dm mpath: merge do_end_io_bio into multipath_end_io_bioChristoph Hellwig2017-06-091-27/+15
* block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOChristoph Hellwig2017-06-091-3/+4
* fs: simplify dio_bio_completeChristoph Hellwig2017-06-091-4/+2
* fs: remove the unused error argument to dio_end_io()Christoph Hellwig2017-06-093-6/+5
* dm: fix REQ_RAHEAD handlingChristoph Hellwig2017-06-092-3/+3
* gfs2: remove the unused sd_log_error fieldChristoph Hellwig2017-06-092-4/+1
* scsi/osd: don't save block errors into req_resultsChristoph Hellwig2017-06-091-1/+1
* nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmdChristoph Hellwig2017-06-091-11/+1
* nbd: set sk->sk_sndtimeo for our socketsJosef Bacik2017-06-091-0/+2
* loop: fix error handling regressionArnd Bergmann2017-06-091-1/+2
* loop: support 4k physical blocksizeHannes Reinecke2017-06-083-6/+41
* loop: Remove unused 'bdev' argument from loop_set_capacityHannes Reinecke2017-06-081-2/+2
* nfsd: Check queue type before submitting a SCSI requestBart Van Assche2017-06-011-0/+3
* cdrom: Check SCSI passthrough support before reading audioBart Van Assche2017-06-011-0/+6
* pktcdvd: Check queue type before attaching to a queueBart Van Assche2017-06-011-0/+5
* bsg: Check queue type before attaching to a queueBart Van Assche2017-06-011-0/+6
* block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche2017-06-016-0/+9
* blk-mq-debugfs: Add 'kick' operationBart Van Assche2017-06-011-1/+3
* blk-mq-debugfs: Show busy requestsBart Van Assche2017-06-011-0/+31
* blk-mq-debugfs: Show requeue listBart Van Assche2017-06-011-0/+32
* blk-mq-debugfs: Show atomic request flagsBart Van Assche2017-06-011-0/+10
* cfq-iosched: Delete unused function min_vdisktime()Matthias Kaehlcke2017-05-301-9/+0
* nbd: add FUA op supportShaun McDowell2017-05-302-3/+17
* blk-mq: make per-sw-queue bio merge as default .bio_mergeMing Lei2017-05-263-72/+58
* blk-mq: merge bio into sw queue before pluggingMing Lei2017-05-261-22/+26
* Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-266-74/+66
|\
| * xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara2017-05-251-30/+8
| * xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara2017-05-251-1/+1
| * xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-05-251-20/+9
| * xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-05-251-1/+1
| * xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-05-251-1/+1
| * xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-05-191-12/+31
| * xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong2017-05-161-1/+4
| * xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-05-161-1/+1
| * xfs: fix warnings about unused stack variablesDarrick J. Wong2017-05-161-2/+0
| * xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-05-161-2/+6
| * xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-05-161-3/+4
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-2612-210/+247
|\ \
| * \ Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linusJens Axboe2017-05-268-143/+130
| |\ \
| | * | nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski2017-05-261-0/+2
| | * | nvme: only setup block integrity if supported by the driverChristoph Hellwig2017-05-263-19/+33
| | * | nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-265-5/+6
| | * | nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig2017-05-261-6/+6
| | * | nvme_fc: remove extra controller reference taken on reconnectJames Smart2017-05-221-3/+2
| | * | nvme_fc: correct nvme status set on abortJames Smart2017-05-221-2/+2
| | * | nvme_fc: set logging level on resets/deletesJames Smart2017-05-221-10/+4
| | * | nvme_fc: revise comment on teardownJames Smart2017-05-221-4/+4