summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-02block: remove the partno field from struct hd_structChristoph Hellwig1-1/+0
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig3-15/+14
2020-12-02block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig3-11/+9
2020-12-02block: move the policy field to struct block_deviceChristoph Hellwig2-2/+3
2020-12-02block: move make_it_fail to struct block_deviceChristoph Hellwig2-3/+3
2020-12-02block: move holder_dir to struct block_deviceChristoph Hellwig2-1/+1
2020-12-02block: move the partition_meta_info to struct block_deviceChristoph Hellwig2-1/+2
2020-12-02block: move the start_sect field to struct block_deviceChristoph Hellwig3-4/+4
2020-12-02block: move disk stat accounting to struct block_deviceChristoph Hellwig3-21/+21
2020-12-02block: remove the nr_sects field in struct hd_structChristoph Hellwig1-22/+7
2020-12-02block: simplify part_to_diskChristoph Hellwig1-7/+3
2020-12-02block: simplify the block device claiming interfaceChristoph Hellwig1-4/+2
2020-12-02block: remove ->bd_containsChristoph Hellwig1-1/+3
2020-12-02block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig3-5/+12
2020-12-02block: remove i_bdevChristoph Hellwig2-2/+1
2020-12-02init: refactor name_to_dev_tChristoph Hellwig1-6/+1
2020-12-02block: add a bdev_kobj helperChristoph Hellwig1-0/+3
2020-12-02block: remove a duplicate __disk_get_part prototypeChristoph Hellwig1-1/+0
2020-12-02fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2-2/+3
2020-12-02fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig1-3/+1
2020-12-01pstore/blk: remove {un,}register_pstore_blkChristoph Hellwig1-42/+0
2020-12-01block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni1-0/+12
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver1-24/+13
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov1-1/+1
2020-12-01fpga: fpga-mgr: Add devm_fpga_mgr_register() APIMoritz Fischer1-0/+2
2020-12-01ACPICA: Update version to 20201113Bob Moore1-1/+1
2020-12-01ACPICA: Add 5 new UUIDs to the known UUID tableBob Moore1-0/+5
2020-12-01Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab88-2181/+667
2020-12-01net, xdp, xsk: fix __sk_mark_napi_id_once napi_id errorDaniel Borkmann1-3/+7
2020-12-01netfilter: use actual socket sk for REJECT actionJan Engelhardt2-5/+4
2020-12-01regulator: da9121: Add support for device variants via devicetreeAdam Ward1-0/+11
2020-12-01regulator: da9121: Add device variant regmapsAdam Ward1-0/+25
2020-12-01regulator: Update DA9121 dt-bindingsAdam Ward1-0/+22
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen1-4/+0
2020-12-01scs: switch to vmapped shadow stacksSami Tolvanen1-6/+6
2020-12-01init: use type alignment for kernel parametersJohan Hovold1-1/+1
2020-12-01netfilter: nfnl_acct: remove data from struct netWang Shanker1-3/+0
2020-12-01mptcp: open code mptcp variant for lock_sockPaolo Abeni1-0/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2-5/+17
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel3-2/+8
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel4-16/+30
2020-11-30NFSD: Add helper for decoding locker4Chuck Lever1-0/+21
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever1-0/+21
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-0/+2
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+16
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+43
2020-11-30SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever1-24/+0
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever1-3/+3
2020-11-30svcrdma: Clean up chunk tracepointsChuck Lever1-96/+14
2020-11-30svcrdma: Remove chunk list pointersChuck Lever1-4/+0