]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2020-07-01  Christoph Hellwigblock: remove the bd_queue field from struct block_device
2020-07-01  Christoph Hellwigblock: remove the bd_block_size field from struct block...
2020-07-01  Christoph Hellwigblock: simplify set_init_blocksize
2020-07-01  Christoph Hellwigdcssblk: don't set bd_block_size in ->open
2020-07-01  Christoph Hellwigfloppy: use block_size
2020-07-01  Hongnan Liblk-iolatency: only call ktime_get() if needed
2020-07-01  Christoph Hellwigblock: remove direct_make_request
2020-07-01  Christoph Hellwigblock: shortcut __submit_bio_noacct for blk-mq drivers
2020-07-01  Christoph Hellwigblock: refator submit_bio_noacct
2020-07-01  Christoph Hellwigblock: rename generic_make_request to submit_bio_noacct
2020-07-01  Christoph Hellwigblock: move ->make_request_fn to struct block_device_op...
2020-07-01  Christoph Hellwigblock: remove the nr_sectors variable in generic_make_r...
2020-07-01  Christoph Hellwigblock: remove the NULL queue check in generic_make_requ...
2020-07-01  Christoph Hellwigblock: tidy up a warning in bio_check_ro
2020-07-01  Christoph Hellwigblock: remove the request_queue argument from blk_queue...
2020-07-01  Christoph Hellwigfs: remove a weird comment in submit_bh_wbc
2020-07-01  Christoph Hellwigdm: stop using ->queuedata
2020-07-01  Christoph Hellwigbcache: stop setting ->queuedata
2020-07-01  Christoph Hellwigzram: stop using ->queuedata
2020-07-01  Christoph Hellwigumem: stop using ->queuedata
2020-07-01  Christoph Hellwigrsxx: stop using ->queuedata
2020-07-01  Christoph Hellwigps3vram: stop using ->queuedata
2020-07-01  Christoph Hellwignull_blk: stop using ->queuedata for bio mode
2020-07-01  Christoph Hellwigdrbd: stop using ->queuedata
2020-07-01  Christoph Hellwigsimdisk: stop using ->queuedata
2020-07-01  Christoph Hellwignfblock: stop using ->queuedata
2020-07-01  Hou Taoblk-mq: remove pointless call of list_entry_rq() in...
2020-06-30  Colin Ian Kingblk-cgroup: clean up indentation
2020-06-30  Ming Leiblk-mq: centralise related handling into blk_mq_get_dri...
2020-06-30  Ming Leiblk-mq: move blk_mq_put_driver_tag() into blk-mq.c
2020-06-30  Ming Leiblk-mq: move blk_mq_get_driver_tag into blk-mq.c
2020-06-30  Ming Leiblk-mq: support batching dispatch in case of io
2020-06-30  Ming Leiblk-mq: pass obtained budget count to blk_mq_dispatch_r...
2020-06-30  Ming Leiblk-mq: remove dead check from blk_mq_dispatch_rq_list
2020-06-30  Ming Leiblk-mq: move getting driver tag and budget into one...
2020-06-30  Ming Leiblk-mq: pass hctx to blk_mq_dispatch_rq_list
2020-06-30  Ming Leiblk-mq: pass request queue into get/put budget callback
2020-06-29  Christoph Hellwigblk-mq: remove the BLK_MQ_REQ_INTERNAL flag
2020-06-29  Ming Leiblk-mq: put driver tag when this request is completed
2020-06-29  Christoph Hellwigblk-cgroup: remove a dead check in blk_throtl_bio
2020-06-29  Christoph Hellwigblk-cgroup: remove blkcg_bio_issue_check
2020-06-29  Christoph Hellwigblk-cgroup: move rcu locking from blkcg_bio_issue_check...
2020-06-29  Christoph Hellwigcgroup: unexport cgroup_rstat_updated
2020-06-29  Christoph Hellwigblk-cgroup: remove the !bio->bi_blkg check in blkcg_bio...
2020-06-29  Christoph Hellwigblock: move the initial blkg lookup into blkg_tryget_cl...
2020-06-29  Christoph Hellwigblock: bypass blkg_tryget_closest for the root_blkg
2020-06-29  Christoph Hellwigblock: merge blkg_lookup_create and __blkg_lookup_create
2020-06-29  Christoph Hellwigblock: move the bio cgroup associatation helpers to...
2020-06-29  Christoph Hellwigblock: move bio_associate_blkg_from_page to mm/page_io.c
2020-06-29  Christoph Hellwigblock: merge __bio_associate_blkg into bio_associate_bl...
2020-06-29  Christoph Hellwigblock: really clone the block cgroup in bio_clone_blkg_...
2020-06-29  Christoph Hellwigblock: remove bio_disassociate_blkg
2020-06-29  Christoph Hellwigdm: use bio_uninit instead of bio_disassociate_blkg
2020-06-28  Guo Xuenanblk-rq-qos: remove redundant finish_wait to rq_qos_wait.
2020-06-26  Jan Karablktrace: Provide event for request merging
2020-06-24  Christoph Hellwigblock: move struct block_device to blk_types.h
2020-06-24  Christoph Hellwigblock: reduce ifdef CONFIG_BLOCK madness in headers
2020-06-24  Christoph Hellwigfs: move the buffer_heads_over_limit stub to buffer_head.h
2020-06-24  Christoph Hellwigblock: move block-related definitions out of fs.h
2020-06-24  Christoph Hellwigblock: simplify sb_is_blkdev_sb
2020-06-24  Christoph Hellwigfs: remove the mount_bdev and kill_block_super stubs
2020-06-24  Christoph Hellwigfs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCT...
2020-06-24  Christoph Hellwigfs: remove an unused block_device_operations forward...
2020-06-24  Christoph Hellwigblock: mark bd_finish_claiming static
2020-06-24  Christoph Hellwigtty/sysrq: emergency_thaw_all does not depend on CONFIG...
2020-06-24  Christoph Hellwignvme-rdma: fix a missing completion with remove invalid...
2020-06-24  Gustavo A.... blk-iocost: Use struct_size() in kzalloc_node()
2020-06-24  Gustavo A.... block: bio: Use struct_size() in kmalloc()
2020-06-24  Luis Chamberlainblock: create the request_queue debugfs_dir on registration
2020-06-24  Luis Chamberlainblktrace: ensure our debugfs dir exists
2020-06-24  Luis Chamberlainblktrace: fix debugfs use after free
2020-06-24  Luis Chamberlainloop: be paranoid on exit and prevent new additions...
2020-06-24  Luis Chamberlainblktrace: annotate required lock on do_blk_trace_setup()
2020-06-24  Luis Chamberlainblock: revert back to synchronous request_queue removal
2020-06-24  Luis Chamberlainblock: clarify context for refcount increment helpers
2020-06-24  Luis Chamberlainblock: add docs for gendisk / request_queue refcount...
2020-06-24  Christoph Hellwignvme: use blk_mq_complete_request_remote to avoid an...
2020-06-24  Christoph Hellwignvme-rdma: factor out a nvme_rdma_end_request helper
2020-06-24  Christoph Hellwigblk-mq: add a new blk_mq_complete_request_remote API
2020-06-24  Christoph Hellwigblk-mq: factor out a blk_mq_complete_need_ipi helper
2020-06-24  Christoph Hellwigblk-mq: remove the get_cpu/put_cpu pair in blk_mq_compl...
2020-06-24  Christoph Hellwigblk-mq: move failure injection out of blk_mq_complete_r...
2020-06-24  Christoph Hellwigblk-mq: merge the softirq vs non-softirq IPI logic
2020-06-24  Christoph Hellwigblk-mq: short cut the IPI path in blk_mq_force_complete...
2020-06-24  Christoph Hellwigblk-mq: complete polled requests directly
2020-06-24  Christoph Hellwigblk-mq: remove raise_blk_irq
2020-06-24  Christoph Hellwigblk-mq: factor out a helper to reise the block softirq
2020-06-24  Christoph Hellwigblk-mq: merge blk-softirq.c into blk-mq.c
2020-06-21  Linus TorvaldsLinux 5.8-rc2 v5.8-rc2
2020-06-21  Linus TorvaldsMerge tag 'selinux-pr-20200621' of git://git.kernel...
2020-06-21  Linus TorvaldsMerge tag 'pinctrl-v5.8-2' of git://git.kernel.org...
2020-06-21  Linus TorvaldsMerge tag 'kbuild-fixes-v5.8' of git://git.kernel.org...
2020-06-21  Linus TorvaldsMerge tag 'powerpc-5.8-3' of git://git.kernel.org/pub...
2020-06-21  Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2020-06-21  Masahiro Yamadasamples: watch_queue: build sample program for target...
2020-06-21  Masahiro YamadaRevert "Makefile: install modules.builtin even if CONFI...
2020-06-21  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2020-06-21  Linus TorvaldsMerge branch 'i2c/for-current' of git://git.kernel...
2020-06-20  Drew Fustinipinctrl: single: fix function name in documentation
2020-06-20  Linus TorvaldsMerge tag 'trace-v5.8-rc1' of git://git.kernel.org...
next