summaryrefslogtreecommitdiffstats
path: root/tools/spi (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-13block: refactor disk_update_readaheadChristoph Hellwig1-9/+12
2024-02-13block: move max_{open,active}_zones to struct queue_limitsChristoph Hellwig1-6/+6
2024-02-13drbd: fix function cast warnings in state machineArnd Bergmann2-14/+18
2024-02-13floppy: fix function pointer cast warningsArnd Bergmann1-4/+7
2024-02-12nvme: allow integrity when PI is not in first bytesKanchan Joshi2-1/+8
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi5-14/+42
2024-02-12block: refactor guard helpersKanchan Joshi1-10/+10
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn7-28/+20
2024-02-12f2fs: guard blkdev_zone_mgmt with nofs scopeJohannes Thumshirn1-3/+12
2024-02-12btrfs: zoned: call blkdev_zone_mgmt in nofs scopeJohannes Thumshirn1-7/+26
2024-02-12dm: dm-zoned: guard blkdev_zone_mgmt with noio scopeJohannes Thumshirn1-1/+4
2024-02-12zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() callJohannes Thumshirn1-1/+1
2024-02-09s390/dasd: fix double module refcount decrementMiroslav Franc1-4/+1
2024-02-09s390/dasd: Improve ERP error messagesJan Höppner1-38/+13
2024-02-08null_blk: add configfs variable shared_tagsShin'ichiro Kawasaki2-18/+21
2024-02-08block: Simplify the allocation of slab cachesKunwu Chan1-2/+1
2024-02-08block: optimise in irq bio put cachingPavel Begunkov1-11/+12
2024-02-08block: extend bio caching to task contextPavel Begunkov1-1/+2
2024-02-08s390/dasd: Use dev_*() for device log messagesJan Höppner1-26/+24
2024-02-08s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitionsJan Höppner11-55/+1
2024-02-08s390/dasd: Remove %p format specifier from error messagesJan Höppner3-23/+15
2024-02-08s390/dasd: Use dev_err() over printk()Jan Höppner2-118/+76
2024-02-08s390/dasd: Remove unused message logging macrosJan Höppner1-26/+0
2024-02-08s390/dasd: Move allocation error message to DBFJan Höppner1-4/+2
2024-02-08s390/dasd: Remove unnecessary errorstring generationJan Höppner3-29/+8
2024-02-08s390/dasd: Use sysfs_emit() over sprintf()Jan Höppner1-9/+9
2024-02-08s390/dasd: Simplify uid string generationJan Höppner2-21/+7
2024-02-06block: rbd: make rbd_bus_type constRicardo B. Marliere1-1/+1
2024-02-05blk-throttle: Eliminate redundant checks for data directionTang Yizhou1-2/+2
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe5-4/+26
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe3-1/+15
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe10-45/+56
2024-02-05block: move cgroup time handling code into blk.hJens Axboe3-42/+43
2024-02-05blk-mq: special case cached requests lessChristoph Hellwig1-19/+22
2024-02-05blk-mq: introduce a blk_mq_peek_cached_request helperChristoph Hellwig1-30/+33
2024-02-05blk-mq: move blk_mq_attempt_bio_merge out blk_mq_get_new_requestsChristoph Hellwig1-10/+11
2024-02-04Linux 6.8-rc3v6.8-rc3Linus Torvalds1-1/+1
2024-02-02Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk tableSzilard Fabian1-0/+8
2024-02-02Input: i8042 - fix strange behavior of touchpad on Clevo NS70PUWerner Sembach1-0/+6
2024-02-02dm-crypt, dm-verity: disable taskletsMikulas Patocka3-61/+4
2024-02-02Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"Andreas Gruenbacher2-18/+13
2024-02-02dmaengine: at_hdmac: add missing kernel-doc style descriptionVinod Koul1-1/+10
2024-02-02powerpc: iommu: Bring back table group release_ownership() callShivaprasad G Bhat1-9/+28
2024-02-02nouveau: offload fence uevents work to workqueueDave Airlie2-6/+19
2024-02-02nouveau/gsp: use correct size for registry rpc.Dave Airlie1-1/+1
2024-02-02ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi1-29/+3
2024-02-02ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi3-3/+10
2024-02-02ext4: add a hole extent entry in cache after punchZhang Yi1-2/+4
2024-02-02Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETIDHans de Goede1-1/+2
2024-02-02Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETIDHans de Goede1-5/+8