summaryrefslogtreecommitdiffstats
path: root/lib/decompress_unxz.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-09ITER_PIPE: clean iov_iter_revert()Al Viro1-46/+14
2022-08-09ITER_PIPE: clean pipe_advance() upAl Viro1-17/+17
2022-08-09ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro1-4/+3
2022-08-09ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro1-55/+25
2022-08-09ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro1-73/+98
2022-08-09ITER_PIPE: helpers for adding pipe buffersAl Viro1-42/+46
2022-08-09ITER_PIPE: helper for getting pipe buffer by indexAl Viro1-6/+9
2022-08-09splice: stop abusing iov_iter_advance() to flush a pipeAl Viro1-5/+2
2022-08-09switch new_sync_{read,write}() to ITER_UBUFAl Viro1-4/+2
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro12-31/+108
2022-08-05s390/dasd: Establish DMA alignmentEric Farman2-0/+2
2022-08-05s390/dasd: drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-08-04drm/amd/amdgpu: fix build failure due to implicit declarationSudip Mukherjee1-0/+1
2022-08-04usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Nathan Chancellor1-4/+8
2022-08-04drm/amd/display: restore code for plane with no modifiersDave Airlie1-0/+3
2022-08-03video:backlight: remove reference to AVR32 architecture in ltv350qvHans-Christian Noren Egtvedt1-2/+1
2022-08-03video: remove support for non-existing atmel,at32ap-lcdc in atmel_lcdfbHans-Christian Noren Egtvedt1-1/+0
2022-08-03usb:udc: remove reference to AVR32 architecture in Atmel USBA KconfigHans-Christian Noren Egtvedt1-2/+2
2022-08-03sound:spi: remove reference to AVR32 in Atmel AT73C213 DAC driverHans-Christian Noren Egtvedt1-1/+1
2022-08-03net: remove cdns,at32ap7000-macb device tree entryHans-Christian Noren Egtvedt2-3/+1
2022-08-03misc: update maintainer email address and description for atmel-sscHans-Christian Noren Egtvedt1-2/+2
2022-08-03mfd: remove reference to AVR32 architecture in atmel-smc.cHans-Christian Noren Egtvedt1-2/+2
2022-08-03dma:dw: remove reference to AVR32 architecture in core.cHans-Christian Noren Egtvedt1-3/+0
2022-08-03doc: sfp-phylink: Fix a broken referenceChristophe JAILLET1-3/+3
2022-08-03ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang1-12/+94
2022-08-03ublk_cmd.h: add one new ublk command: UBLK_IO_NEED_GET_DATAZiyangZhang1-0/+18
2022-08-03ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei2-18/+15
2022-08-03ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei2-18/+234
2022-08-03ublk_drv: fix ublk device leak in case that add_disk failsMing Lei1-0/+5
2022-08-03ublk_drv: cancel device even though disk isn't upMing Lei1-6/+12
2022-08-03block: fix leaking page ref on truncated direct ioKeith Busch1-15/+15
2022-08-03block: ensure bio_iov_add_page can't failKeith Busch1-10/+9
2022-08-03block: ensure iov_iter advances for added pagesKeith Busch1-4/+4
2022-08-03drivers:md:fix a potential use-after-free bugWentao_Liang1-1/+1
2022-08-03md/raid5: Ensure batch_last is released before sleeping for quiesceLogan Gunthorpe2-9/+29
2022-08-03md/raid5: Move stripe_request_ctx upLogan Gunthorpe1-27/+27
2022-08-03md/raid5: Drop unnecessary call to r5c_check_stripe_cache_usage()Logan Gunthorpe1-1/+0
2022-08-03md/raid5: Make is_inactive_blocked() helperLogan Gunthorpe1-5/+19
2022-08-03md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe1-31/+36
2022-08-03block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig5-72/+68
2022-08-03block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig2-10/+10
2022-08-03block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig1-4/+5
2022-08-03block: move ->bio_split to the gendiskChristoph Hellwig6-16/+15
2022-08-03block: change the blk_queue_bounce calling conventionChristoph Hellwig3-18/+20
2022-08-03block: change the blk_queue_split calling conventionChristoph Hellwig11-65/+63
2022-08-03nvme: update MAINTAINERS for the new auth codeChristoph Hellwig1-1/+2
2022-08-03nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg1-1/+2
2022-08-03nvme: enable generic interface (/dev/ngXnY) for unknown command setsJoel Granados1-7/+34
2022-08-03nvme: factor out a nvme_ns_is_readonly helperChristoph Hellwig1-5/+10
2022-08-03nvme: refactor namespace probingChristoph Hellwig1-105/+125