aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2018-07-19Merge tag 'v4.1.52' into standard/basestandard/tiny/common-pcstandard/tiny/basestandard/qemuarm64standard/fsl-mpc8315e-rdbstandard/edgerouterstandard/beagleboardstandard/baseBruce Ashfield
2018-05-22blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei
2018-05-22bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov
2018-05-22block: fix an error code in add_partition()Dan Carpenter
2018-05-22partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron
2018-05-22blk-throttle: make sure expire time isn't too bigShaohua Li
2018-03-20blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao
2018-02-28more bio_map_user_iov() leak fixesAl Viro
2018-01-25Merge tag 'v4.1.49' into standard/baseBruce Ashfield
2018-01-17block: allow WRITE_SAME commands with the SG_IO ioctlSumit Semwal
2017-12-25Merge tag 'v4.1.46' into standard/baseBruce Ashfield
2017-11-05fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh
2017-11-05partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar
2017-11-04bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig
2017-10-18Merge tag 'v4.1.45' into standard/baseBruce Ashfield
2017-10-04block: Relax a check in blk_start_queue()Bart Van Assche
2017-07-10Merge tag 'v4.1.42' into standard/baseBruce Ashfield
2017-07-10Merge tag 'v4.1.41' into standard/baseBruce Ashfield
2017-06-25partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard
2017-06-13block: fix del_gendisk() vs blkdev_ioctl crashDan Williams
2017-06-08blkcg: use blkg_free() in blkcg_init_queue() failure pathTejun Heo
2017-06-08blkcg: always create the blkcg_gq for the root blkcgTejun Heo
2017-03-13Merge tag 'v4.1.38' into standard/baseBruce Ashfield
2017-01-12sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro
2016-09-19Merge tag 'v4.1.32' into standard/baseBruce Ashfield
2016-09-09Merge tag 'v4.1.31' into standard/baseBruce Ashfield
2016-08-31block: Fix race triggered by blk_set_queue_dying()Bart Van Assche
2016-08-19block: fix use-after-free in seq fileVegard Nossum
2016-08-06Merge tag 'v4.1.29' into standard/baseBruce Ashfield
2016-07-19block: fix use-after-free in sys_ioprio_get()Omar Sandoval
2016-04-22Merge tag 'v4.1.22' into standard/baseBruce Ashfield
2016-04-22Merge tag 'v4.1.19' into standard/baseBruce Ashfield
2016-04-18dm: fix excessive dm-mq context switchingMike Snitzer
2016-03-31block: Add blk_set_runtime_active()Mika Westerberg
2016-03-04bio: return EINTR if copying to user space got interruptedHannes Reinecke
2015-12-02blk-mq: fix race between timeout and freeing requestMing Lei
2015-12-02blk-mq: Shared tag enhancementsKeith Busch
2015-09-29blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei
2015-09-13sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen
2015-08-10blk-mq: set default timeout as 30 secondsMing Lei
2015-08-10blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo
2015-08-10bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer
2015-08-03block: Do a full clone when splitting discard biosMartin K. Petersen
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams
2015-06-09blk-mq: free hctx->ctxs in queue's release handlerMing Lei
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown
2015-05-12block: remove export for blk_queue_bioMike Snitzer
2015-05-04blk-mq: don't lose requests if a stopped queue restartsShaohua Li
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown
2015-04-27block:bounce: fix call inc_|dec_zone_page_state on different pages confuse va...Wang YanQing