summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen76-972/+972
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen4-10/+10
2023-02-14dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen2-18/+18
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen94-14/+95
2023-02-14dm: send just one event on resize, not twoMikulas Patocka3-18/+24
2023-02-12dm table: check that a dm device doesn't reference itselfBenjamin Marzinski1-0/+2
2023-02-12dm raid: fix some spelling mistakes in commentsYu Zhe1-3/+3
2023-02-02dm verity: stop using WQ_UNBOUND for verify_wqNathan Huckleberry1-5/+1
2023-02-02dm integrity: Remove bi_sector that's only used by commented debug codeJiapeng Chong1-7/+0
2023-02-02dm crypt: Slightly simplify crypt_set_keyring_key()Christophe JAILLET1-1/+1
2023-02-02dm ioctl: drop always-false conditionSergey Shtylyov1-2/+1
2023-02-02dm flakey: fix logic when corrupting a bioMikulas Patocka1-10/+13
2023-02-01dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka1-1/+2
2023-02-01dm flakey: don't corrupt the zero pageMikulas Patocka1-2/+5
2023-01-30dm cache: Add some documentation to dm-cache-background-tracker.hJoe Thornber1-3/+37
2023-01-30dm cache: free background tracker's queued work in btracker_destroyJoe Thornber1-0/+8
2023-01-30dm: improve shrinker debug namesMike Snitzer2-2/+2
2023-01-30s390/dcssblk:: don't call bio_split_to_limitsChristoph Hellwig1-4/+0
2023-01-30ps3vram: remove bio splittingChristoph Hellwig1-7/+0
2023-01-30block: introduce bdev_zone_no helperPankaj Raghav1-2/+1
2023-01-30nvme: set REQ_ALLOC_CACHE for uring-passthru requestAnuj Gupta1-2/+2
2023-01-30ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei1-6/+146
2023-01-30ublk_drv: add module parameter of ublks_max for limiting max allowed ublk devMing Lei1-0/+19
2023-01-30ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei1-1/+23
2023-01-30ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmdMing Lei1-89/+49
2023-01-30ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei1-0/+9
2023-01-30ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei1-1/+0
2023-01-30drbd: drbd_insert_interval(): Clarify commentAndreas Gruenbacher1-1/+1
2023-01-30drbd: interval tree: make removing an "empty" interval a no-opLars Ellenberg1-0/+4
2023-01-30drbd: remove macros using require_contextChristoph Böhmwalder1-11/+1
2023-01-30drbd: remove unnecessary assignment in vli_encode_bitsChristoph Böhmwalder1-1/+1
2023-01-30drbd: split off drbd_config into separate fileChristoph Böhmwalder2-1/+2
2023-01-30drbd: drop API_VERSION defineChristoph Böhmwalder3-3/+3
2023-01-30drbd: split off drbd_buildtag into separate fileChristoph Böhmwalder3-19/+23
2023-01-30block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-2/+1
2023-01-29Merge tag 'x86_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+5
2023-01-29Merge tag 'input-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+7
2023-01-29Merge tag 'cxl-fixes-for-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-41/+33
2023-01-28Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds4-15/+13
2023-01-28Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+4
2023-01-28Merge tag 'i2c-for-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-46/+35
2023-01-28Merge tag 'gpio-fixes-for-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-18/+26
2023-01-28Merge tag 'drm-fixes-2023-01-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-89/+154
2023-01-28Merge tag 'acpi-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+25
2023-01-28Merge tag 'thermal-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+23
2023-01-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+6
2023-01-27gpio: ep93xx: remove unused variableArnd Bergmann1-2/+0
2023-01-27Merge tag 'drm-misc-fixes-2023-01-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-30/+63
2023-01-27amdgpu: fix build on non-DCN platforms.Dave Airlie1-2/+2
2023-01-27Merge tag 'amd-drm-fixes-6.2-2023-01-25' of https://gitlab.freedesktop.org/ag...Dave Airlie8-21/+89