]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - block
sbitmap: add sbitmap_get_shallow() operation
[mirror_ubuntu-bionic-kernel.git] / block /
2017-04-11 Jan Karablock: Fix list corruption of blk stats callback list
2017-04-10 Bart Van Asscheblk-mq: Show symbolic names for hctx state and flags
2017-04-10 Bart Van Asscheblk-mq: Export queue state through /sys/kernel/debug...
2017-04-08 Christoph Hellwigblock: remove the discard_zeroes_data flag
2017-04-08 Christoph Hellwigblock: stop using discards for zeroing
2017-04-08 Christoph Hellwigblock: add a new BLKDEV_ZERO_NOFALLBACK flag
2017-04-08 Christoph Hellwigblock: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES
2017-04-08 Christoph Hellwigblock: add a flags argument to (__)blkdev_issue_zeroout
2017-04-08 Christoph Hellwigblock: stop using blkdev_issue_write_same for zeroing
2017-04-08 Christoph Hellwigblock: implement splitting of REQ_OP_WRITE_ZEROES bios
2017-04-07 Scott Bauerblock: sed-opal: Tone down all the pr_* to debugs
2017-04-07 Bart Van Asscheblk-mq: Clarify comments in blk_mq_dispatch_rq_list()
2017-04-07 Bart Van Asscheblk-mq: Make it safe to use RCU to iterate over blk_mq_...
2017-04-07 Omar Sandovalblk-mq: use true instead of 1 for blk_mq_queue_data...
2017-04-07 Omar Sandovalblk-mq: make driver tag failure path easier to follow
2017-04-07 Omar Sandovalblk-mq-sched: provide hooks for initializing hardware...
2017-04-07 Jens AxboeMerge branch 'for-linus' into for-4.12/block
2017-04-07 Bart Van Asscheblk-mq: Restart a single queue if tag sets are shared
2017-04-07 Bart Van Asscheblk-mq: Introduce blk_mq_delay_run_hw_queue()
2017-04-07 NeilBrownblock: trace completion of all bios.
2017-04-07 Omar Sandovalblk-mq: remap queues when adding/removing hardware...
2017-04-07 Omar Sandovalblk-mq-sched: fix crash in switch error path
2017-04-07 Omar Sandovalblk-mq-sched: set up scheduler tags when bringing up...
2017-04-07 Omar Sandovalblk-mq-sched: refactor scheduler initialization
2017-04-07 Omar Sandovalblk-mq: use the right hctx when getting a driver tag...
2017-04-05 Christoph Hellwigblock, scsi: move the retries field to struct scsi_request
2017-04-05 Bart Van Asscheblk-mq: Remove blk_mq_queue_data.list
2017-04-05 Jan Karacfq: Disable writeback throttling by default
2017-04-04 Adam Manzanaresblock: fix inheriting request priority from bio
2017-03-30 Jens Axboeblk-mq: fix schedule-under-preempt for blocking drivers
2017-03-30 Colin Ian Kingblock/sed-opal: fix spelling mistake: "Lifcycle" -...
2017-03-30 Minchan Kimblock: do not put mq context in blk_mq_alloc_request_hctx
2017-03-30 Minchan Kimblock: do not put mq context in blk_mq_alloc_request_hctx
2017-03-30 Linus TorvaldsMerge branch 'for-rc' of git://git.kernel.org/pub/scm...
2017-03-29 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2017-03-29 Linus TorvaldsMerge branch 'apw' (xfrm_user fixes)
2017-03-29 Jens Axboeblk-mq: include errors in did_work calculation
2017-03-29 Josef Bacikblock-mq: don't re-queue if we get a queue error
2017-03-29 Tahsin Erdoganblkcg: allocate struct blkcg_gq outside request queue...
2017-03-29 Jens AxboeRevert "blkcg: allocate struct blkcg_gq outside request...
2017-03-29 Jens Axboeblk-mq: fix a typo and a spelling mistake
2017-03-29 Sagi Grimbergblk-mq-pci: Fix two spelling mistakes
2017-03-29 Linus TorvaldsMerge branch 'regset' (PTRACE_SETREGSET data leakage)
2017-03-29 Omar Sandovalblock: fix leak of q->rq_wb
2017-03-29 Omar Sandovalblk-mq: fix leak of q->stats
2017-03-29 Omar Sandovalblock: warn if sharing request queue across gendisks
2017-03-29 Ming Leiblock: block new I/O just after queue is set as dying
2017-03-29 Ming Leiblock: rename blk_mq_freeze_queue_start()
2017-03-29 Ming Leiblock: add a read barrier in blk_queue_enter()
2017-03-29 Ming Leiblk-mq: comment on races related with timeout handler
2017-03-29 Ming Leiblk-mq: don't complete un-started request in timeout...
2017-03-28 Tahsin Erdoganblkcg: allocate struct blkcg_gq outside request queue...
2017-03-28 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2017-03-28 Shaohua Liblk-throttle: add latency target support
2017-03-28 Shaohua Liblk-throttle: add a mechanism to estimate IO latency
2017-03-28 Shaohua Liblock: track request size in blk_issue_stat
2017-03-28 Shaohua Liblk-throttle: add interface for per-cgroup target latency
2017-03-28 Shaohua Liblk-throttle: ignore idle cgroup limit
2017-03-28 Shaohua Liblk-throttle: add interface to configure idle time...
2017-03-28 Shaohua Liblk-throttle: add a simple idle detection
2017-03-28 Shaohua Liblk-throttle: make bandwidth change smooth
2017-03-28 Shaohua Liblk-throttle: detect completed idle cgroup
2017-03-28 Shaohua Liblk-throttle: choose a small throtl_slice for SSD
2017-03-28 Shaohua Liblk-throttle: make throtl_slice tunable
2017-03-28 Shaohua Liblk-throttle: make sure expire time isn't too big
2017-03-28 Shaohua Liblk-throttle: add downgrade logic
2017-03-28 Shaohua Liblk-throttle: add upgrade logic for LIMIT_LOW state
2017-03-28 Shaohua Liblk-throttle: configure bps/iops limit for cgroup in...
2017-03-28 Shaohua Liblk-throttle: add .low interface
2017-03-28 Shaohua Liblk-throttle: add configure option for new .low interface
2017-03-28 Shaohua Liblk-throttle: prepare support multiple limits
2017-03-28 Shaohua Liblk-throttle: use U64_MAX/UINT_MAX to replace -1
2017-03-27 Linus TorvaldsMerge tag 'edac_for_4.11_2' of git://git.kernel.org...
2017-03-27 Linus TorvaldsMerge tag 'pinctrl-v4.11-3' of git://git.kernel.org...
2017-03-27 Linus TorvaldsMerge tag 'm68k-for-v4.11-tag2' of git://git.kernel...
2017-03-26 Linus TorvaldsMerge tag 'char-misc-4.11-rc4' of git://git.kernel...
2017-03-26 Linus TorvaldsMerge tag 'driver-core-4.11-rc4' of git://git.kernel...
2017-03-26 Linus TorvaldsMerge tag 'tty-4.11-rc4' of git://git.kernel.org/pub...
2017-03-26 Linus TorvaldsMerge tag 'staging-4.11-rc4' of git://git.kernel.org...
2017-03-26 Linus TorvaldsMerge tag 'usb-4.11-rc4' of git://git.kernel.org/pub...
2017-03-26 Linus TorvaldsMerge tag 'powerpc-4.11-6' of git://git.kernel.org...
2017-03-26 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git.kernel...
2017-03-25 Linus TorvaldsMerge tag 'fscrypt-for-linus_stable' of git://git.kerne...
2017-03-25 Linus TorvaldsMerge tag 'hwmon-for-linus-v4.11-rc4' of git://git...
2017-03-25 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2017-03-25 Linus TorvaldsMerge branch 'stable-4.11' of git://git.infradead.org...
2017-03-25 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2017-03-25 Eric Biggersblock: constify struct blk_integrity_profile
2017-03-24 Jens Axboeblk-mq: include errors in did_work calculation
2017-03-24 Eric Biggersblock: remove outdated part of blkdev_issue_flush(...
2017-03-24 Eric Biggersblock: correct documentation for blkdev_issue_discard...
2017-03-24 Linus TorvaldsMerge tag 'vfio-v4.11-rc4' of git://github.com/awilliam...
2017-03-24 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2017-03-24 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2017-03-24 Linus TorvaldsMerge tag 'for-linus-4.11b-rc4-tag' of git://git.kernel...
2017-03-24 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2017-03-24 Linus TorvaldsMerge tag 'mmc-v4.11-rc2' of git://git.kernel.org/pub...
2017-03-24 Linus TorvaldsMerge tag 'media/v4.11-3' of git://git.kernel.org/pub...
2017-03-24 Arnd BergmannMerge tag 'arm-soc/for-4.11/devicetree-arm64-fixes...
2017-03-24 Arnd BergmannMerge tag 'arm-soc/for-4.11/devicetree-fixes-2' of...
next