summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: move the initial blkg lookup into blkg_tryget_closestChristoph Hellwig2020-06-291-19/+14
* block: bypass blkg_tryget_closest for the root_blkgChristoph Hellwig2020-06-291-5/+10
* block: merge blkg_lookup_create and __blkg_lookup_createChristoph Hellwig2020-06-291-31/+18
* block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig2020-06-293-107/+101
* block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig2020-06-293-33/+17
* block: merge __bio_associate_blkg into bio_associate_blkg_from_cssChristoph Hellwig2020-06-291-32/+13
* block: really clone the block cgroup in bio_clone_blkg_associationChristoph Hellwig2020-06-291-6/+6
* block: remove bio_disassociate_blkgChristoph Hellwig2020-06-292-21/+8
* dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig2020-06-291-3/+2
* blk-rq-qos: remove redundant finish_wait to rq_qos_wait.Guo Xuenan2020-06-281-2/+0
* blktrace: Provide event for request mergingJan Kara2020-06-263-0/+27
* block: move struct block_device to blk_types.hChristoph Hellwig2020-06-249-42/+46
* block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig2020-06-243-63/+46
* fs: move the buffer_heads_over_limit stub to buffer_head.hChristoph Hellwig2020-06-242-1/+1
* block: move block-related definitions out of fs.hChristoph Hellwig2020-06-2412-94/+96
* block: simplify sb_is_blkdev_sbChristoph Hellwig2020-06-241-12/+6
* fs: remove the mount_bdev and kill_block_super stubsChristoph Hellwig2020-06-241-16/+0
* fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL definesChristoph Hellwig2020-06-241-6/+0
* fs: remove an unused block_device_operations forward declarationChristoph Hellwig2020-06-241-2/+0
* block: mark bd_finish_claiming staticChristoph Hellwig2020-06-242-5/+2
* tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKChristoph Hellwig2020-06-242-3/+1
* nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig2020-06-241-2/+3
* blk-iocost: Use struct_size() in kzalloc_node()Gustavo A. R. Silva2020-06-241-2/+1
* block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva2020-06-241-3/+1
* block: create the request_queue debugfs_dir on registrationLuis Chamberlain2020-06-246-48/+39
* blktrace: ensure our debugfs dir existsLuis Chamberlain2020-06-241-0/+12
* blktrace: fix debugfs use after freeLuis Chamberlain2020-06-241-6/+12
* loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain2020-06-241-0/+4
* blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain2020-06-241-0/+2
* block: revert back to synchronous request_queue removalLuis Chamberlain2020-06-244-23/+47
* block: clarify context for refcount increment helpersLuis Chamberlain2020-06-242-0/+8
* block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain2020-06-242-1/+62
* nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig2020-06-246-9/+18
* nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig2020-06-241-19/+17
* blk-mq: add a new blk_mq_complete_request_remote APIChristoph Hellwig2020-06-242-19/+27
* blk-mq: factor out a blk_mq_complete_need_ipi helperChristoph Hellwig2020-06-241-18/+21
* blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_requestChristoph Hellwig2020-06-241-2/+1
* blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-2419-72/+61
* blk-mq: merge the softirq vs non-softirq IPI logicChristoph Hellwig2020-06-241-65/+20
* blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMPChristoph Hellwig2020-06-241-1/+2
* blk-mq: complete polled requests directlyChristoph Hellwig2020-06-241-6/+11
* blk-mq: remove raise_blk_irqChristoph Hellwig2020-06-241-30/+10
* blk-mq: factor out a helper to reise the block softirqChristoph Hellwig2020-06-241-17/+14
* blk-mq: merge blk-softirq.c into blk-mq.cChristoph Hellwig2020-06-244-158/+136
* Linux 5.8-rc2v5.8-rc2Linus Torvalds2020-06-221-1/+1
* Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-222-13/+12
|\
| * selinux: fix undefined return of cond_evaluate_exprTom Rix2020-06-171-0/+3
| * selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix2020-06-171-13/+5
| * selinux: fix double freeTom Rix2020-06-111-0/+4
* | Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-06-216-23/+19
|\ \