summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bio: don't copy bvec for direct IOPavel Begunkov2021-01-251-1/+4
* bio: add a helper calculating nr segments to allocPavel Begunkov2021-01-251-0/+10
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-2/+1
* block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-1/+1
* block: move three bvec helpers declaration into private helperMing Lei2021-01-241-3/+0
* block: don't allocate inline bvecs if this bioset needn't bvecsMing Lei2021-01-241-0/+1
* blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara2021-01-241-0/+2
* Revert "blk-mq, elevator: Count requests per hctx to improve performance"Jan Kara2021-01-241-4/+0
* block: use an xarray for disk->part_tblChristoph Hellwig2021-01-241-15/+3
* block: remove DISK_PITER_REVERSEChristoph Hellwig2021-01-241-1/+0
* block: add a disk_uevent helperChristoph Hellwig2021-01-241-0/+2
* block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2021-01-241-17/+4
* block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig2021-01-242-0/+3
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-244-16/+14
* block: add a hard-readonly flag to struct gendiskChristoph Hellwig2021-01-241-2/+4
* Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-241-0/+6
|\
| * nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen2021-01-181-0/+6
* | Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-241-0/+12
|\ \
| * | driver core: Fix device link device name collisionSaravana Kannan2021-01-211-0/+12
* | | Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-01-241-0/+3
|\ \ \
| * | | kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-01-221-0/+3
* | | | Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-01-242-15/+0
|\ \ \ \
| * | | | timekeeping: Remove unused get_seconds()Chunguang Xu2021-01-122-15/+0
| |/ / /
* | | | Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-241-1/+1
|\ \ \ \
| * | | | kthread: remove comments about old _do_fork() helperYanfei Xu2021-01-111-1/+1
| |/ / /
* | | | Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-206-6/+25
|\ \ \ \
| * | | | net: usb: cdc_ncm: don't spew notificationsGrant Grundler2021-01-201-0/+2
| * | | | tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-191-5/+12
| * | | | mdio-bitbang: Export mdiobb_{read,write}()Geert Uytterhoeven2021-01-191-0/+3
| * | | | tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-181-0/+3
| * | | | Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2021-01-182-1/+5
| |\ \ \ \
| | * | | | cfg80211: fix a kerneldoc markupMauro Carvalho Chehab2021-01-141-1/+1
| | * | | | cfg80211/mac80211: fix kernel-doc for SAR APIsJohannes Berg2021-01-082-1/+5
* | | | | | Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-01-191-6/+53
|\ \ \ \ \ \
| * | | | | | SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever2021-01-131-6/+53
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-01-151-0/+1
|\ \ \ \ \ \
| * | | | | | dm integrity: fix flush with external metadata deviceMikulas Patocka2021-01-081-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-01-152-2/+6
|\ \ \ \ \ \
| * | | | | | arm/kasan: fix the array size of kasan_early_shadow_pte[]Hailong Liu2021-01-121-1/+5
| * | | | | | mm/memcontrol: fix warning in mem_cgroup_page_lruvec()Hugh Dickins2021-01-121-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-01-153-5/+9
|\ \ \ \ \ \
| * | | | | | compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon2021-01-151-0/+6
| * | | | | | arm64: make atomic helpers __always_inlineArnd Bergmann2021-01-131-3/+3
| * | | | | | Revert "arm64: Enable perf events based hard lockup detector"Will Deacon2021-01-131-2/+0
| |/ / / / /
* | | | | | Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-151-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-131-1/+1
* | | | | | Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-141-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | net: compound page support in skb_seq_readWillem de Bruijn2021-01-111-0/+1
| * | | | | net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn2021-01-111-1/+1
* | | | | | Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-101-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |