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
v4.2-rc5
2 folders
81 files
bcache
bcache: don't embed 'return' statements in closure macros
11 years ago
persistent-data
dm btree: silence lockdep lock inversion in dm_btree_del()
10 years ago
Kconfig
dm crypt: update wiki page URL
10 years ago
Makefile
dm cache: add stochastic-multi-queue (smq) policy
11 years ago
bitmap.c
md-cluster: fix bitmap sub-offset in bitmap_read_sb
10 years ago
bitmap.h
Merge branch 'cluster' into for-next
11 years ago
dm-bio-prison.c
dm bio prison: add dm_cell_promote_or_release()
11 years ago
dm-bio-prison.h
dm bio prison: add dm_cell_promote_or_release()
11 years ago
dm-bio-record.h
dm: Refactor for new bio cloning/splitting
12 years ago
dm-bufio.c
dm bufio: fix time comparison to use time_after_eq()
11 years ago
dm-bufio.h
dm snapshot: use dm-bufio prefetch
12 years ago
dm-builtin.c
Merge tag 'md/3.13-fixes' of git://neil.brown.name/md
12 years ago
dm-cache-block-types.h
dm cache: revert "remove remainder of distinct discard block size"
11 years ago
dm-cache-metadata.c
dm cache: add fail io mode and needs_check flag
11 years ago
dm-cache-metadata.h
dm cache: add fail io mode and needs_check flag
11 years ago
dm-cache-policy-cleaner.c
dm cache: pass a new 'critical' flag to the policies when requesting writeback work
11 years ago
dm-cache-policy-internal.h
dm cache: age and write back cache entries even without active IO
11 years ago
dm-cache-policy-mq.c
dm cache: switch the "default" cache replacement policy from mq to smq
10 years ago
dm-cache-policy-smq.c
dm cache policy smq: fix alloc_bitset check that always evaluates as false
10 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: age and write back cache entries even without active IO
11 years ago
dm-cache-target.c
dm cache: fix device destroy hang due to improper prealloc_used accounting
10 years ago
dm-crypt.c
dm crypt: add comments to better describe crypto processing logic
11 years ago
dm-delay.c
dm delay: use msecs_to_jiffies for time conversion
11 years ago
dm-era-target.c
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
12 years ago
dm-exception-store.c
dm: replace simple_strtoul
13 years ago
dm-exception-store.h
dm snapshot: test chunk size against both origin and snapshot
15 years ago
dm-flakey.c
block: Abstract out bvec iterator
12 years ago
dm-io.c
dm io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRITE_SAME
11 years ago
dm-ioctl.c
dm: only initialize the request_queue once
11 years ago
dm-kcopyd.c
dm: stop using WQ_NON_REENTRANT
12 years ago
dm-linear.c
block: Abstract out bvec iterator
12 years ago
dm-log-userspace-base.c
dm log userspace base: fix compile warning
11 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
dm log writes: use ULL suffix for 64-bit constants
11 years ago
dm-log.c
Merge branch 'akpm' (Andrew's patch-bomb)
13 years ago
dm-mpath.c
dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path
11 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
14 years ago
dm-path-selector.h
dm mpath: add start_io and nr_bytes to path selectors
17 years ago
dm-queue-length.c
dm: reject trailing characters in sccanf input
14 years ago
dm-raid.c
dm raid: add support for the MD RAID0 personality
11 years ago
dm-raid1.c
dm raid1: keep issuing IO after leg failure
11 years ago
dm-region-hash.c
block: Abstract out bvec iterator
12 years ago
dm-round-robin.c
dm: reject trailing characters in sccanf input
14 years ago
dm-service-time.c
dm: reject trailing characters in sccanf input
14 years ago
dm-snap-persistent.c
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
11 years ago
dm-snap-transient.c
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
14 years ago
dm-snap.c
block: remove management of bi_remaining when restoring original bi_end_io
11 years ago
dm-stats.c
dm stats: add support for request-based DM devices
10 years ago
dm-stats.h
dm stats: support precise timestamps
10 years ago
dm-stripe.c
dm stripe: drop useless exit point from dm_stripe_init()
11 years ago
dm-switch.c
dm switch: efficiently support repetitive patterns
11 years ago
dm-sysfs.c
dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr
11 years ago
dm-table.c
Revert "block, dm: don't copy bios for request clones"
10 years ago
dm-target.c
dm: allocate requests in target when stacking on blk-mq devices
11 years ago
dm-thin-metadata.c
dm thin metadata: fix a race when entering fail mode
10 years ago
dm-thin-metadata.h
dm thin metadata: add dm_thin_remove_range()
11 years ago
dm-thin.c
dm thin: return -ENOSPC when erroring retry list due to out of data space
10 years ago
dm-uevent.c
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
14 years ago
dm-uevent.h
dm: uevent generate events
18 years ago
dm-verity.c
block: remove management of bi_remaining when restoring original bi_end_io
11 years ago
dm-zero.c
dm crypt, dm zero: update author name following legal name change
11 years ago
dm.c
dm: fix use after free crash due to incorrect cleanup sequence
10 years ago
dm.h
Revert "block, dm: don't copy bios for request clones"
10 years ago
faulty.c
md: rename ->stop to ->free
11 years ago
linear.c
md: rename ->stop to ->free
11 years ago
linear.h
md/linear: typedef removal: linear_conf_t -> struct linear_conf
14 years ago
md-cluster.c
Fix read-balancing during node failure
10 years ago
md-cluster.h
Fix read-balancing during node failure
10 years ago
md.c
md: Return error if request_module fails and returns positive value
10 years ago
md.h
writeback: separate out include/linux/backing-dev-defs.h
11 years ago
multipath.c
md: rename ->stop to ->free
11 years ago
multipath.h
md/multipath: typedef removal: multipath_conf_t -> struct mpconf
14 years ago
raid0.c
md/raid0: fix restore to sector variable in raid0_make_request
11 years ago
raid0.h
md: add proper merge_bvec handling to RAID0 and Linear.
14 years ago
raid1.c
Fix read-balancing during node failure
10 years ago
raid1.h
md: make ->congested robust against personality changes.
11 years ago
raid10.c
md/raid10: always set reshape_safe when initializing reshape_position.
10 years ago
raid10.h
md: make ->congested robust against personality changes.
11 years ago
raid5.c
Merge tag 'md/4.2-fixes' of git://neil.brown.name/md
10 years ago
raid5.h
md/raid5: avoid races when changing cache size.
10 years ago