aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-08mq-deadline: add blk-mq adaptation of the deadline IO schedulerblk-mq-sched.1Jens Axboe3-0/+629
2016-12-08blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe10-123/+222
2016-12-08blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2-0/+411
2016-12-08blk-flush: run the queue when inserting blk-mq flushJens Axboe1-1/+1
2016-12-08elevator: make the rqhash helpers exportedJens Axboe2-4/+9
2016-12-08blk-mq: abstract out blk_mq_dispatch_rq_list() helperJens Axboe2-38/+48
2016-12-08blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe2-7/+12
2016-12-06Merge branch 'nvmf-4.10' of git://git.infradead.org/nvme-fabrics into for-4.1...Jens Axboe24-34/+7313
2016-12-06nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEJames Smart4-0/+1164
2016-12-06nvme-fabrics: Add target support for FC transportJames Smart4-0/+2302
2016-12-06nvme-fabrics: Add host support for FC transportJames Smart4-0/+2607
2016-12-06nvme-fabrics: Add FC transport LLDD api definitionsJames Smart2-0/+852
2016-12-06nvme-fabrics: Add FC transport FC-NVME definitionsJames Smart2-0/+274
2016-12-06nvme-fabrics: Add FC transport error codes to nvme.hJames Smart1-0/+13
2016-12-06Add type 0x28 NVME type code to scsi fc headersJames Smart1-0/+2
2016-12-06nvme-fabrics: patch target code in prep for FC transport supportJames Smart1-0/+14
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart4-4/+2
2016-12-06parser: add u64 number parserJames Smart2-0/+48
2016-12-06nvme-rdma: align to generic ib_event logging helperMax Gurtovoy1-1/+3
2016-12-06nvmet-rdma: align to generic ib_event logging helperMax Gurtovoy1-1/+2
2016-12-06nvme-rdma: remove redundant defineSagi Grimberg1-1/+0
2016-12-06nvme-fabrics: Adjust source code indentationBart Van Assche1-1/+1
2016-12-06nvme/scsi: Remove set-but-not-used variablesBart Van Assche1-9/+2
2016-12-06nvmet: Fix possible infinite loop triggered on hot namespace removalSolganik Alexander3-14/+12
2016-12-06nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error pathBart Van Assche1-2/+1
2016-12-06nvme-fabrics: Fix memory leaks in nvmf_parse_options()Bart Van Assche1-0/+2
2016-12-06nvme-rdma: force queue size to respect controller capabilitySamuel Jones1-0/+8
2016-12-06nvmet-rdma: Fix REJ status codeBart Van Assche1-1/+4
2016-12-05blk-mq: blk_account_io_start() takes a boolJens Axboe1-1/+1
2016-12-05block: fix unintended fallthrough in generic_make_request_checks()Nicolai Stange1-0/+1
2016-12-03nbd: fix 64-bit divisionJens Axboe1-1/+1
2016-12-02nbd: use loff_t for blocksize and nbd_set_size argsJosef Bacik1-4/+4
2016-12-02blk-stat: fix a typoShaohua Li1-1/+1
2016-12-01block: factor out req_set_nomergeRitesh Harjani1-9/+10
2016-12-01block: protect iterate_bdevs() against concurrent closeRabin Vincent1-1/+6
2016-12-01block: mtip32xx: set error code on failurePan Bian1-1/+3
2016-12-01nvmet: add support for the Write Zeroes commandChaitanya Kulkarni2-1/+31
2016-12-01nvme: add support for the Write Zeroes commandChaitanya Kulkarni1-0/+21
2016-12-01nvme.h: add Write Zeroes definitionsChaitanya Kulkarni1-0/+20
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni11-19/+153
2016-12-01block: add async variant of blkdev_issue_zerooutChaitanya Kulkarni2-34/+84
2016-12-01block: Check partition alignment on zoned block devicesDamien Le Moal1-0/+65
2016-11-29lightnvm: transform target get/set bad blockJavier González4-11/+85
2016-11-29lightnvm: use target nvm on target-specific ops.Javier González4-16/+21
2016-11-29lightnvm: introduce max_phys_sects helper functionJavier González2-0/+9
2016-11-29lightnvm: introduce helpers for generic ops in rrpcJavier González4-19/+35
2016-11-29lightnvm: eliminate nvm_lun abstraction in mmJavier González7-164/+419
2016-11-29lightnvm: eliminate nvm_block abstraction on mmJavier González5-329/+191
2016-11-29lightnvm: remove debug lun statistics from gennvmJavier González2-24/+0
2016-11-29lightnvm: remove get_lun operation on gennvmJavier González3-30/+14
2016-11-29lightnvm: move block provisioning to targetsJavier González7-291/+371
2016-11-29lightnvm: manage lun partitions internally in mmJavier González3-24/+51
2016-11-29lightnvm: remove gen_lun abstractionJavier González3-58/+53
2016-11-29lightnvm: use constant name instead of valueJavier González1-1/+1
2016-11-29lightnvm: remove unnecessary variables in rrpcJavier González2-9/+0
2016-11-29lightnvm: make address conversion functions globalJavier González2-30/+30
2016-11-29lightnvm: cleanup unused target operationsJavier González1-6/+0
2016-11-29lightnvm: remove sysfs configuration interfaceJavier González1-134/+0
2016-11-29lightnvm: rrpc: split bios of size > 256kbJavier González1-0/+2
2016-11-29lightnvm: add ECC error codesJavier González1-0/+2
2016-11-29lightnvm: export set bad block tableJavier González5-50/+77
2016-11-29lightnvm: do not protect block 0Javier González1-6/+0
2016-11-29lightnvm: enable to send hint to erase commandJavier González6-13/+15
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling8-298/+197
2016-11-29nvme: lightnvm: frees wrong cmd structureMatias Bjørling1-1/+1
2016-11-29blk-mq: Drop explicit timeout sync in hotplugGabriel Krisman Bertazi1-8/+1
2016-11-28blk-wbt: allow wbt to be enabled always through sysfsJens Axboe3-7/+29
2016-11-28blk-wbt: cleanup disable-by-default for CFQJens Axboe3-10/+13
2016-11-28blk-wbt: allow reset of default latency through sysfsJens Axboe4-12/+37
2016-11-22nbd: fix setting of 'error' in NBD_DO_IT ioctlJens Axboe1-2/+5
2016-11-22nbd: move multi-connection bit to unused valueJens Axboe1-1/+1
2016-11-22nbd: add multi-connection supportJosef Bacik2-148/+243
2016-11-22block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2-5/+7
2016-11-22fs: logfs: remove unnecesary checkMing Lei1-1/+0
2016-11-22fs: logfs: use bio_add_page() in do_erase()Ming Lei1-29/+15
2016-11-22fs: logfs: use bio_add_page() in __bdev_writeseg()Ming Lei1-31/+20
2016-11-22fs: logfs: convert to bio_add_page() in sync_request()Ming Lei1-5/+1
2016-11-22bcache: debug: avoid accessing .bi_io_vec directlyMing Lei1-3/+8
2016-11-22target: avoid accessing .bi_vcnt directlyMing Lei1-6/+2
2016-11-22block: floppy: use bio_add_page()Ming Lei1-5/+2
2016-11-22block: drbd: remove impossible failure handlingMing Lei1-13/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei17-50/+28
2016-11-22block_dev: get rid of blksize bits calculationJens Axboe1-4/+4
2016-11-22block_dev: Fixed direct I/O bio sector calculationDamien Le Moal1-2/+2
2016-11-21block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff1-1/+6
2016-11-21block: clear all of bi_opf in bio_set_op_attrsChristoph Hellwig1-2/+5
2016-11-21pktcdvd: mark as unmaintained and deprecatedJens Axboe2-3/+6
2016-11-18block: Change extern inline to static inlineTobias Klauser1-1/+1
2016-11-18skd_main: drop duplicate header scatterlist.hGeliang Tang1-1/+0
2016-11-17block: document the 'io_poll_delay' queue sysfs fileJens Axboe1-0/+14
2016-11-17block: new direct I/O implementationChristoph Hellwig1-4/+162
2016-11-17block: make __blkdev_direct_IO_sync() support O_SYNC/DSYNCJens Axboe1-2/+12
2016-11-17block: support a full bio worth of IO for simplified bdev direct-ioJens Axboe1-4/+15
2016-11-17blk-mq: make the polling code adaptiveJens Axboe3-12/+83
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe4-0/+81
2016-11-17block: fast-path for small and simple direct I/O requestsChristoph Hellwig1-0/+80
2016-11-17nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2016-11-16blk-wbt: fix old-style function declarationArnd Bergmann1-1/+1
2016-11-16null_blk: add usage hints for NVMYasuaki Ishimatsu2-1/+2
2016-11-16block: deal with stale req count of plug listMing Lei2-1/+11
2016-11-15scsi_lib: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval1-3/+3
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval4-10/+10
2016-11-14loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2016-11-14sd_zbc: Force use of READ16/WRITE16Damien Le Moal1-0/+4
2016-11-14bsg: Add sparse annotations to bsg_request_fn()Bart Van Assche1-0/+2
2016-11-11blk-wbt: use BLK_STAT_{READ,WRITE} instead of 0/1Jens Axboe1-6/+6
2016-11-11blk-wbt: remove stat opsJens Axboe3-43/+8
2016-11-11blk-wbt: store queue instead of bdiJens Axboe2-11/+13
2016-11-11block: move poll code to blk-mqJens Axboe5-49/+57
2016-11-11Block: mtip32xx: Improvement in code readability when memdup_user() fails.Sachin Shukla1-9/+5
2016-11-11blk-mq: blk_mq_try_issue_directly() should lookup hardware queueJens Axboe1-4/+4
2016-11-10block: hook up writeback throttlingJens Axboe8-4/+181
2016-11-10blk-wbt: add general throttling mechanismJens Axboe4-0/+1054
2016-11-10block: add scalable completion tracking of requestsJens Axboe10-3/+427
2016-11-10block: cfq_cpd_alloc() should use @gfpTejun Heo1-1/+1
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig5-11/+21
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig11-86/+76
2016-11-09skd: fix function prototypeArnd Bergmann1-2/+2
2016-11-09skd: fix msix error handlingArnd Bergmann1-2/+3
2016-11-08block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe1-0/+7
2016-11-08writeback: track if we're sleeping on progress in balance_dirty_pages()Jens Axboe3-0/+4
2016-11-07skd_main: use %*ph to dump small buffersAndy Shevchenko1-12/+4
2016-11-07skd: use pci_alloc_irq_vectorsChristoph Hellwig1-146/+66
2016-11-07pktcdvd: don't scribble over the bvec arrayChristoph Hellwig1-41/+6
2016-11-06blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi1-3/+1
2016-11-05block: add code to track actual device queue depthJens Axboe3-0/+26
2016-11-03blk-mq: immediately dispatch big size requestShaohua Li1-1/+6
2016-11-03block: immediately dispatch big size requestShaohua Li2-1/+4
2016-11-03block: drop q argument from bsg_validate_sgv4_hdrJohannes Thumshirn1-2/+2
2016-11-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-14/+2
2016-11-02nvme: Fix a race condition related to stopping queuesBart Van Assche1-1/+1
2016-11-02dm: Fix a race condition related to stopping and starting queuesBart Van Assche1-12/+1
2016-11-02dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-15/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche7-15/+15
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche4-7/+69
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche4-10/+0
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche4-12/+3
2016-11-02blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche1-8/+10
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche2-0/+21
2016-11-02blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche2-6/+11
2016-11-02blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche1-3/+3
2016-11-02block: add bio_iov_iter_get_pages()Kent Overstreet2-0/+50
2016-11-02writeback: mark background writeback as suchJens Axboe1-0/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe8-16/+17
2016-11-02block: add REQ_BACKGROUNDJens Axboe1-0/+2
2016-11-01block: remove the CONFIG_BLOCK ifdef in blk_types.hChristoph Hellwig1-3/+0
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig7-1/+9
2016-11-01ceph: don't include blk_types.h in messenger.hChristoph Hellwig1-1/+1
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig2-2/+0
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig18-1/+19
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig2-1/+2
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig4-14/+11
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig53-182/+133
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig6-28/+33
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2-4/+10
2016-11-01block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig1-1/+1
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig2-2/+2
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig2-4/+3
2016-11-01umem: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-11-01blk-cgroup: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-11-01cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig1-12/+4
2016-10-28block: add a proper block layer data direction encodingChristoph Hellwig2-13/+30
2016-10-28block: better op and flags encodingChristoph Hellwig23-221/+148
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig38-218/+242
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig2-11/+7
2016-10-28block: move REQ_RAHEAD to common flagsChristoph Hellwig1-2/+2
2016-10-28block: REQ_NOMERGE is common to the bio and requestChristoph Hellwig1-1/+1
2016-10-28block: remove bio_is_rwChristoph Hellwig2-12/+1
2016-10-27blk-mq: get rid of confusing blk_map_ctx structureJens Axboe1-13/+5
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe1-3/+3
2016-10-25brd: remove support for BLKFLSBUFMike Snitzer1-35/+0
2016-10-25brd: Switch rd_size to unsigned longJan Kara1-2/+2
2016-10-24sd: fix uninitialized variable access in error handlingArnd Bergmann1-1/+3
2016-10-24block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann1-4/+2
2016-10-18sd: Implement support for ZBC devicesHannes Reinecke5-35/+843
2016-10-18blk-zoned: implement ioctlsShaun Tancheff5-0/+162
2016-10-18block: Implement support for zoned block devicesHannes Reinecke6-0/+401
2016-10-18block: Define zoned block device operationsShaun Tancheff2-0/+6
2016-10-18block: update chunk_sectors in blk_stack_limits()Hannes Reinecke1-0/+4
2016-10-18blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke2-0/+24
2016-10-18block: Add 'zoned' queue limitDamien Le Moal4-0/+82
2016-10-17btrfs: assign error values to the correct bio structsJunjie Mao1-2/+2
2016-10-17x86, pkeys: remove cruft from never-merged syscallsDave Hansen2-4/+0
2016-10-17generic syscalls: kill cruft from removed pkey syscallsDave Hansen2-7/+0
2016-10-15Linux 4.9-rc1v4.9-rc1Linus Torvalds1-2/+2
2016-10-15Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds8-283/+244
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-22/+725
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds226-3657/+5242
2016-10-15Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-6/+7
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-98/+133
2016-10-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-296/+824
2016-10-14Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-157/+272
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro9-78/+47
2016-10-14score: traps: Add missing include file to fix build errorGuenter Roeck1-0/+1
2016-10-14fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov1-12/+25
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-93/+82
2016-10-14fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-10-14overlayfs: Fix setting IOP_XATTR flagVivek Goyal1-5/+6
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum2-0/+51
2016-10-14Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds105-186/+202