summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-04-22block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira1-0/+3
2017-01-15sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2016-10-07block: Do a full clone when splitting discard biosMartin K. Petersen1-3/+12
2016-08-22block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-07-20block: fix use-after-free in sys_ioprio_get()Omar Sandoval1-0/+2
2015-10-07blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei1-7/+18
2015-09-17sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen1-2/+2
2015-08-27blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo1-1/+5
2015-08-06blk-mq: fix CPU hotplug handlingMing Lei1-21/+13
2015-07-03block: fix ext_dev_lock lockdep reportDan Williams1-6/+6
2015-04-23Fix bug in blk_rq_merge_okWenbo Wang1-1/+1
2015-04-23blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer1-3/+3
2015-03-07blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo1-0/+3
2015-03-07cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer1-2/+7
2015-03-07cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov1-1/+6
2015-03-07blk-mq: fix double-free in error pathTony Battersby1-0/+1
2015-01-16genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe1-2/+9
2015-01-16blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai1-5/+4
2015-01-16blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche1-6/+5
2015-01-16blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche1-2/+4
2015-01-16blk-mq: Fix a use-after-freeBart Van Assche2-8/+7
2015-01-16blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe1-1/+1
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong1-6/+7
2014-11-12block: blk-merge: fix blk_recount_segments()Ming Lei1-8/+11
2014-11-11scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby1-3/+5
2014-11-05blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo1-8/+33
2014-10-31block: Fix computation of merged request priorityJan Kara1-6/+8
2014-10-23block: fix wrong error return in elevator_init()Sudip Mukherjee1-1/+3
2014-10-23scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara1-2/+1
2014-10-22blk-merge: recaculate segment if it isn't less than max segmentsMing Lei1-2/+3
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds24-607/+791
2014-10-14blk-mq: allocate cpumask on the home nodeJens Axboe1-1/+2
2014-10-14bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng1-2/+0
2014-10-13block: include func name in __get_request printsRobert Elliott1-2/+2
2014-10-13block: make blk_update_request print prefix match ratelimited prefixRobert Elliott1-2/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds3-13/+22
2014-10-09blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei1-2/+6
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer1-2/+2
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-5/+5
2014-10-07blk-mq: Make bt_clear_tag() easier to readBart Van Assche1-5/+2
2014-10-07blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe1-2/+2
2014-10-04block: add bioset_create_nobvec()Junichi Nomura1-17/+44
2014-10-04block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura1-1/+1
2014-10-01block: misplaced rq_complete tracepointHannes Reinecke1-2/+2
2014-09-28block: Replace strnicmp with strncasecmpRasmus Villemoes1-4/+4
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen3-2/+200
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen2-13/+29
2014-09-27block: Integrity checksum flagMartin K. Petersen1-0/+3
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen1-2/+2
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen1-0/+12