summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target: Use sgl_alloc_order() and sgl_free()Bart Van Assche2018-01-062-42/+5
* nvmet/rdma: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-59/+5
* nvmet/fc: Use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-34/+3
* crypto: scompress - use sgl_alloc() and sgl_free()Bart Van Assche2018-01-062-49/+3
* lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche2018-01-063-0/+119
* writeback: update comment in inode_io_list_move_lockedWang Long2018-01-061-1/+1
* DAC960: split up ioctl function to reduce stack sizeArnd Bergmann2018-01-061-70/+90
* block: blk-merge: remove unnecessary checkMing Lei2018-01-061-3/+1
* block: blk-merge: try to make front segments in full sizeMing Lei2018-01-061-5/+49
* blk-merge: compute bio->bi_seg_front_size efficientlyMing Lei2018-01-061-4/+5
* dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei2018-01-061-1/+0
* btrfs: avoid accessing bvec table directly for a cloned bioMing Lei2018-01-061-1/+3
* btrfs: avoid access to .bi_vcnt directlyMing Lei2018-01-062-5/+6
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-069-34/+33
* bcache: comment on direct access to bvec tableMing Lei2018-01-062-0/+8
* dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei2018-01-061-1/+9
* block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei2018-01-062-5/+20
* block: bounce: avoid direct access to bvec tableMing Lei2018-01-061-9/+8
* fs: convert to bio_last_bvec_all()Ming Lei2018-01-063-3/+3
* block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-068-13/+13
* block: introduce bio helpers for converting to multipage bvecMing Lei2018-01-061-0/+23
* block, bfq: remove batches of confusing ifdefsPaolo Valente2018-01-051-55/+72
* block, bfq: consider also past I/O in soft real-time detectionPaolo Valente2018-01-051-34/+81
* block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco2018-01-051-31/+5
* block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente2018-01-053-11/+52
* block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco2018-01-051-1/+2
* block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente2018-01-051-0/+2
* block, bfq: increase threshold to deem I/O as randomPaolo Valente2018-01-051-1/+1
* deadline-iosched: Introduce zone locking supportDamien Le Moal2018-01-051-3/+68
* deadline-iosched: Introduce dispatch helpersDamien Le Moal2018-01-051-10/+37
* mq-deadline: Introduce zone locking supportDamien Le Moal2018-01-051-3/+86
* mq-deadline: Introduce dispatch helpersDamien Le Moal2018-01-051-8/+37
* block: introduce zoned block devices zone write lockingChristoph Hellwig2018-01-053-0/+154
* pktcdvd: Fix a recently introduced NULL pointer dereferenceBart Van Assche2018-01-051-4/+4
* pktcdvd: Fix pkt_setup_dev() error pathBart Van Assche2018-01-051-3/+1
* lightnvm: pblk: refactor pblk_ppa_comp functionMatias Bjørling2018-01-051-4/+1
* lightnvm: pblk: add iostat supportJavier González2018-01-053-12/+25
* lightnvm: pblk: print instance name on instance infoJavier González2018-01-051-1/+2
* lightnvm: pblk: free write buffer on init failureJavier González2018-01-051-1/+2
* lightnvm: pblk: ensure kthread alloc. before kicking itJavier González2018-01-051-6/+11
* lightnvm: pblk: do not log recovery read errorsJavier González2018-01-052-3/+4
* lightnvm: pblk: ignore high ecc errors on recoveryJavier González2018-01-051-1/+1
* lightnvm: set target over-provision on create ioctlJavier González2018-01-055-24/+104
* lightnvm: pblk: use exact free block counter in RLJavier González2018-01-056-46/+73
* lightnvm: pblk: remove pblk_gc_stopHans Holmberg2018-01-051-12/+2
* lightnvm: pblk: prevent premature sync point resetsHans Holmberg2018-01-051-6/+6
* lightnvm: pblk: clear flush point on completed writesHans Holmberg2018-01-052-31/+44
* lightnvm: pblk: rename sync_point to flush_pointHans Holmberg2018-01-053-34/+35
* lightnvm: pblk: refactor emeta consistency checkHans Holmberg2018-01-053-7/+19
* lightnvm: pblk: remove pblk_for_each_lun helperJavier González2018-01-051-4/+0