aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-06-26partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard
2017-04-22block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira
2017-01-15sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro
2016-10-07block: Do a full clone when splitting discard biosMartin K. Petersen
2016-08-22block: fix use-after-free in seq fileVegard Nossum
2016-07-19block: fix use-after-free in sys_ioprio_get()Omar Sandoval
2015-10-07blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei
2015-09-17sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen
2015-08-27blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo
2015-08-06blk-mq: fix CPU hotplug handlingMing Lei
2015-07-03block: fix ext_dev_lock lockdep reportDan Williams
2015-04-22Fix bug in blk_rq_merge_okWenbo Wang
2015-04-22blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer
2015-03-06blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo
2015-03-06cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer
2015-03-06cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov
2015-03-06blk-mq: fix double-free in error pathTony Battersby
2015-01-16genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe
2015-01-16blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai
2015-01-16blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche
2015-01-16blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche
2015-01-16blk-mq: Fix a use-after-freeBart Van Assche
2015-01-16blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong
2014-11-11block: blk-merge: fix blk_recount_segments()Ming Lei
2014-11-10scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby
2014-11-04blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo
2014-10-31block: Fix computation of merged request priorityJan Kara
2014-10-23block: fix wrong error return in elevator_init()Sudip Mukherjee
2014-10-22scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara
2014-10-21blk-merge: recaculate segment if it isn't less than max segmentsMing Lei
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-13blk-mq: allocate cpumask on the home nodeJens Axboe
2014-10-13bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng
2014-10-13block: include func name in __get_request printsRobert Elliott
2014-10-13block: make blk_update_request print prefix match ratelimited prefixRobert Elliott
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-09blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07blk-mq: Make bt_clear_tag() easier to readBart Van Assche
2014-10-07blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe
2014-10-03block: add bioset_create_nobvec()Junichi Nomura
2014-10-03block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura
2014-10-01block: misplaced rq_complete tracepointHannes Reinecke
2014-09-27block: Replace strnicmp with strncasecmpRasmus Villemoes
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen
2014-09-27block: Integrity checksum flagMartin K. Petersen
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen