tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
drivers
/
md
/
at
v5.13
2 folders
110 files
bcache
Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block
4 years ago
persistent-data
dm space map common: fix division bug in sm_ll_find_free_block()
5 years ago
Kconfig
dm crypt: support using trusted keys
5 years ago
Makefile
dm: rename multipath path selector source files to have "dm-ps" prefix
5 years ago
dm-bio-prison-v1.c
dm bio prison: replace spin_lock_irqsave with spin_lock_irq
6 years ago
dm-bio-prison-v1.h
block: switch bios to blk_status_t
8 years ago
dm-bio-prison-v2.c
dm bio prison v2: use true/false for bool variable
6 years ago
dm-bio-prison-v2.h
dm bio prison v2: new interface for the bio prison
9 years ago
dm-bio-record.h
block: store a block_device pointer in struct bio
5 years ago
dm-bufio.c
dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size
5 years ago
dm-builtin.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
8 years ago
dm-cache-background-tracker.c
dm cache background tracker: fix sparse warning
8 years ago
dm-cache-background-tracker.h
dm cache: significant rework to leverage dm-bio-prison-v2
9 years ago
dm-cache-block-types.h
linux: drop __bitwise__ everywhere
9 years ago
dm-cache-metadata.c
dm: use bdev_read_only to check if a device is read-only
5 years ago
dm-cache-metadata.h
dm cache: significant rework to leverage dm-bio-prison-v2
9 years ago
dm-cache-policy-internal.h
dm cache: significant rework to leverage dm-bio-prison-v2
9 years ago
dm-cache-policy-smq.c
dm: remove unnecessary unlikely() around WARN_ON_ONCE()
7 years ago
dm-cache-policy.c
Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
12 years ago
dm-cache-policy.h
dm cache: significant rework to leverage dm-bio-prison-v2
9 years ago
dm-cache-target.c
dm cache: remove needless request_queue NULL pointer checks
5 years ago
dm-clone-metadata.c
dm clone metadata: remove unused function
5 years ago
dm-clone-metadata.h
Merge tag 'for-5.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
6 years ago
dm-clone-target.c
dm-clone: use blkdev_issue_flush in commit_metadata
5 years ago
dm-core.h
Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
5 years ago
dm-crypt.c
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
5 years ago
dm-delay.c
block: rename generic_make_request to submit_bio_noacct
5 years ago
dm-dust.c
dm dust: remove h from printk format specifier
5 years ago
dm-ebs-target.c
dm ebs: fix a few typos
5 years ago
dm-era-target.c
dm era: only resize metadata in preresume
5 years ago
dm-exception-store.c
dm: convert ffs to __ffs
10 years ago
dm-exception-store.h
dm snapshot: Make exception tables scalable
7 years ago
dm-flakey.c
dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED
5 years ago
dm-init.c
dm init: Set file local variable static
5 years ago
dm-integrity.c
dm integrity: fix sparse warnings
5 years ago
dm-io.c
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
5 years ago
dm-ioctl.c
dm ioctl: filter the returned values according to name or uuid prefix
5 years ago
dm-kcopyd.c
dm kcopyd: always complete failed jobs
6 years ago
dm-linear.c
dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED
5 years ago
dm-log-userspace-base.c
dm: convert to bioset_init()/mempool_init()
8 years ago
dm-log-userspace-transfer.c
dm log userspace transfer: match wait_for_completion_timeout return type
11 years ago
dm-log-userspace-transfer.h
dm log: userspace add luid to distinguish between concurrent log instances
16 years ago
dm-log-writes.c
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
5 years ago
dm-log.c
block,fs: use REQ_* flags directly
9 years ago
dm-mpath.c
dm: use dm_table_get_device_name() where appropriate in targets
5 years ago
dm-mpath.h
dm mpath: remove is_active from struct dm_path
17 years ago
dm-path-selector.c
md: Add module.h to all files using it implicitly
15 years ago
dm-path-selector.h
dm mpath: pass IO start time to path selector
6 years ago
dm-ps-historical-service-time.c
dm: rename multipath path selector source files to have "dm-ps" prefix
5 years ago
dm-ps-io-affinity.c
dm: rename multipath path selector source files to have "dm-ps" prefix
5 years ago
dm-ps-queue-length.c
dm: rename multipath path selector source files to have "dm-ps" prefix
5 years ago
dm-ps-round-robin.c
dm: rename multipath path selector source files to have "dm-ps" prefix
5 years ago
dm-ps-service-time.c
dm: rename multipath path selector source files to have "dm-ps" prefix
5 years ago
dm-raid.c
Merge tag 'for-5.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
5 years ago
dm-raid1.c
block: store a block_device pointer in struct bio
5 years ago
dm-region-hash.c
treewide: Use array_size() in vmalloc()
7 years ago
dm-rq.c
dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails
5 years ago
dm-rq.h
dm: remove unused _rq_tio_cache and _rq_cache
7 years ago
dm-snap-persistent.c
dm: replace dm_vcalloc()
5 years ago
dm-snap-transient.c
dm snapshot: fix hung bios when copy error occurs
10 years ago
dm-snap.c
dm snapshot: properly fix a crash when an origin has no snapshots
4 years ago
dm-stats.c
dm: replace zero-length array with flexible-array
6 years ago
dm-stats.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
8 years ago
dm-stripe.c
dm: add support for REQ_NOWAIT to various targets
5 years ago
dm-switch.c
dm: add support for REQ_NOWAIT to various targets
5 years ago
dm-sysfs.c
dm: remove legacy request-based IO path
7 years ago
dm-table.c
dm: replace dm_vcalloc()
5 years ago
dm-target.c
dm mpath: fix missing call of path selector type->end_io
7 years ago
dm-thin-metadata.c
dm: use bdev_read_only to check if a device is read-only
5 years ago
dm-thin-metadata.h
dm thin metadata: Add support for a pre-commit callback
6 years ago
dm-thin.c
dm thin: remove needless request_queue NULL pointer check
5 years ago
dm-uevent.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
6 years ago
dm-uevent.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
6 years ago
dm-unstripe.c
dm: add support for REQ_NOWAIT to various targets
5 years ago
dm-verity-fec.c
dm verity fec: fix misaligned RS roots IO
5 years ago
dm-verity-fec.h
dm verity fec: fix misaligned RS roots IO
5 years ago
dm-verity-target.c
dm verity: allow only one error handling mode
5 years ago
dm-verity-verify-sig.c
dm verity: fix require_signatures module_param permissions
4 years ago
dm-verity-verify-sig.h
dm verity: Fix compilation warning
5 years ago
dm-verity.h
dm verity: add "panic_on_corruption" error handling mode
5 years ago
dm-writecache.c
dm writecache: fix flexible_array.cocci warnings
5 years ago
dm-zero.c
dm: add support for REQ_NOWAIT to various targets
5 years ago
dm-zoned-metadata.c
block: use an on-stack bio in blkdev_issue_flush
5 years ago
dm-zoned-reclaim.c
dm zoned: Fix zone reclaim trigger
5 years ago
dm-zoned-target.c
dm table: Fix zoned model check and zone sectors check
5 years ago
dm-zoned.h
dm zoned: select reclaim zone based on device index
5 years ago
dm.c
dm: unexport dm_{get,put}_table_device
5 years ago
dm.h
dm table: fix DAX iterate_devices based device capability checks
5 years ago
md-autodetect.c
treewide: Use fallthrough pseudo-keyword
5 years ago
md-bitmap.c
md/bitmap: wait for external bitmap writes to complete during tear down
5 years ago
md-bitmap.h
md: Avoid namespace collision with bitmap API
7 years ago
md-cluster.c
md/cluster: fix deadlock when node is doing resync job
5 years ago
md-cluster.h
md-cluster: introduce resync_info_get interface for sanity check
7 years ago
md-faulty.c
block: rename generic_make_request to submit_bio_noacct
5 years ago
md-linear.c
block: store a block_device pointer in struct bio
5 years ago
md-linear.h
md/raid1: Replace zero-length array with flexible-array
6 years ago
md-multipath.c
writeback: remove bdi->congested_fn
5 years ago
md-multipath.h
md: convert to bioset_init()/mempool_init()
8 years ago
md.c
md-cluster: fix use-after-free issue when removing rdev
5 years ago
md.h
md: add md_submit_discard_bio() for submitting discard bio
5 years ago
raid0.c
md: add md_submit_discard_bio() for submitting discard bio
5 years ago
raid0.h
md/raid0: avoid RAID0 data corruption due to layout confusion.
6 years ago
raid1-10.c
md: raid1-10: Unify r{1,10}bio_pool_free
6 years ago
raid1.c
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
5 years ago
raid1.h
md/raid1: Replace zero-length array with flexible-array
6 years ago
raid10.c
md/raid10: improve discard request for far layout
5 years ago
raid10.h
md/raid10: improve discard request for far layout
5 years ago
raid5-cache.c
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
5 years ago
raid5-log.h
raid5: set write hint for PPL
7 years ago
raid5-ppl.c
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
5 years ago
raid5.c
Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-block
4 years ago
raid5.h
md/raid5: let multiple devices of stripe_head share page
5 years ago