Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
02aa0cdd72483c6dd436ed24d1000f86e0038d28
/
drivers
/
md
044f1da
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
2eecf3a
Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
53ef7d0
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
10add84e
dm cache metadata: fail operations if fail_io mode has been established
by Mike Snitzer
· 8 years ago
7ab84db
dm integrity: improve the Kconfig help text for DM_INTEGRITY
by Mike Snitzer
· 8 years ago
97dfb20
dm cache policy smq: cleanup free_target_met() and clean_target_met()
by Mike Snitzer
· 8 years ago
ce1d64e
dm cache policy smq: allow demotions to happen even during continuous IO
by Joe Thornber
· 8 years ago
7b66f13
Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
d35a878
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
e502187
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
89c9fea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
d6296d39
blk-mq: update ->init_request and ->exit_request prototypes
by Christoph Hellwig
· 8 years ago
412445a
dm: introduce a new DM_MAPIO_KILL return value
by Christoph Hellwig
· 8 years ago
7ed8578
dm rq: change ->rq_end_io calling conventions
by Christoph Hellwig
· 8 years ago
b79f10e
dm mpath: merge do_end_io into multipath_end_io
by Christoph Hellwig
· 8 years ago
7e25a76
Merge branch 'dm-4.12' into dm-4.12-post-merge
by Mike Snitzer
· 8 years ago
e265eb3a
Merge branch 'md-next' into md-linus
by Shaohua Li
· 8 years ago
b506335
md/raid10: skip spare disk as 'first' disk
by Shaohua Li
· 8 years ago
390020a
dm bufio: check new buffer allocation watermark every 30 seconds
by Mikulas Patocka
· 8 years ago
1b0fb5a
dm bufio: avoid a possible ABBA deadlock
by Mikulas Patocka
· 8 years ago
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
86331f3
dm mpath: make it easier to detect unintended I/O request flushes
by Bart Van Assche
· 8 years ago
9a8ac3a
dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()
by Bart Van Assche
· 8 years ago
ca5beb7
dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATH
by Bart Van Assche
· 8 years ago
7e0d574
dm: introduce enum dm_queue_mode to cleanup related code
by Bart Van Assche
· 8 years ago
b194679
dm mpath: verify __pg_init_all_paths locking assumptions at runtime
by Bart Van Assche
· 8 years ago
1ea0654
dm: verify suspend_locking assumptions at runtime
by Bart Van Assche
· 8 years ago
73cbca6
dm block manager: remove an unused argument from dm_block_manager_create()
by Bart Van Assche
· 8 years ago
23a6012
dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()
by Bart Van Assche
· 8 years ago
c1d7ecf
dm mpath: delay requeuing while path initialization is in progress
by Bart Van Assche
· 8 years ago
7083abb
dm mpath: avoid that path removal can trigger an infinite loop
by Bart Van Assche
· 8 years ago
43ac9b8
md/raid1: Use a new variable to count flighting sync requests
by Xiao Ni
· 8 years ago
89bfce7
dm mpath: split and rename activate_path() to prepare for its expanded use
by Bart Van Assche
· 8 years ago
4617f56
dm ioctl: prevent stack leak in dm ioctl call
by Adrian Salido
· 8 years ago
84ff1bc
dm integrity: use previously calculated log2 of sectors_per_block
by Mikulas Patocka
· 8 years ago
6625d90
dm integrity: use hex2bin instead of open-coded variant
by Mikulas Patocka
· 8 years ago
e944e03
dm crypt: replace custom implementation of hex2bin()
by Andy Shevchenko
· 8 years ago
d4b29fd7
block: remove block_device_operations ->direct_access()
by Dan Williams
· 8 years ago
817bf40
dm: teach dm-targets to use a dax_device + dax_operations
by Dan Williams
· 8 years ago
86f917a
dm crypt: remove obsolete references to per-CPU state
by Eric Biggers
· 8 years ago
e5bc9c3
md: clear WantReplacement once disk is removed
by Guoqing Jiang
· 8 years ago
d1ac3ff
dm verity: switch to using asynchronous hash crypto API
by Gilad Ben-Yossef
· 8 years ago
a1b8913
dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues
by Tim Murray
· 8 years ago
c82feee
dm crypt: rewrite (wipe) key in crypto layer using random data
by Ondrej Kozina
· 8 years ago
06eb061
dm mpath: requeue after a small delay if blk_get_request() fails
by Bart Van Assche
· 8 years ago
117aceb
dm era: save spacemap metadata root after the pre-commit
by Somasundaram Krishnasamy
· 8 years ago
948f581
dm thin: fix a memory leak when passing discard bio down
by Dennis Yang
· 8 years ago
7d1fedb
dm btree: fix for dm_btree_find_lowest_key()
by Vinothkumar Raja
· 8 years ago
e36215d
dm ioctl: remove double parentheses
by Matthias Kaehlcke
· 8 years ago
9119fed
dm: remove dummy dm_table definition
by Mikulas Patocka
· 8 years ago
583fe74
dm crypt: fix large block integrity support
by Mikulas Patocka
· 8 years ago
9d609f8
dm integrity: support larger block sizes
by Mikulas Patocka
· 8 years ago
56b67a4
dm integrity: various small changes and cleanups
by Mikulas Patocka
· 8 years ago
e2460f2
dm: mark targets that pass integrity data
by Mikulas Patocka
· 8 years ago
3c12016
dm table: replace while loops with for loops
by Mikulas Patocka
· 8 years ago
2966175
md/raid1/10: remove unused queue
by Lidong Zhong
· 8 years ago
97b20ef
md: handle read-only member devices better.
by NeilBrown
· 8 years ago
f26c571
dm: add dax_device and dax_operations support
by Dan Williams
· 8 years ago
08e0029
blk-mq: remove the error argument to blk_mq_complete_request
by Christoph Hellwig
· 8 years ago
8fc7798
dm mpath: don't check for req->errors
by Christoph Hellwig
· 8 years ago
e0af413
dm rq: don't pass irrelevant error code to blk_mq_complete_request
by Christoph Hellwig
· 8 years ago
cf25ae7
md/raid10: wait up frozen array in handle_write_completed
by Guoqing Jiang
· 8 years ago
835d89e
md-cluster: Fix a memleak in an error handling path
by Christophe JAILLET
· 8 years ago
78b6350
md: support disabling of create-on-open semantics.
by NeilBrown
· 8 years ago
039b722
md: allow creation of mdNNN arrays via md_mod/parameters/new_array
by NeilBrown
· 8 years ago
fcd403a
raid5-ppl: use a single mempool for ppl_io_unit and header_page
by Artur Paszkiewicz
· 8 years ago
f00d7c8
md/raid0: fix up bio splitting.
by NeilBrown
· 8 years ago
868f604
md/linear: improve bio splitting.
by NeilBrown
· 8 years ago
dd7a8f5
md/raid5: make chunk_aligned_read() split bios more cleanly.
by NeilBrown
· 8 years ago
545250f
md/raid10: simplify handle_read_error()
by NeilBrown
· 8 years ago
fc9977d
md/raid10: simplify the splitting of requests.
by NeilBrown
· 8 years ago
673ca68
md/raid1: factor out flush_bio_list()
by NeilBrown
· 8 years ago
689389a
md/raid1: simplify handle_read_error().
by NeilBrown
· 8 years ago
cb83efc
md/raid1: simplify alloc_behind_master_bio()
by NeilBrown
· 8 years ago
c230e7e
md/raid1: simplify the splitting of requests.
by NeilBrown
· 8 years ago
ae1713e
raid5-ppl: partial parity calculation optimization
by Artur Paszkiewicz
· 8 years ago
845b9e2
raid5-ppl: use resize_stripes() when enabling or disabling ppl
by Artur Paszkiewicz
· 8 years ago
94568f6
raid5-ppl: move no_mem_stripes to struct ppl_conf
by Artur Paszkiewicz
· 8 years ago
0c9d5b1
md/raid1: avoid reusing a resync bio after error handling.
by NeilBrown
· 8 years ago
b670883
md.c:didn't unlock the mddev before return EINVAL in array_size_store
by Zhilong Liu
· 8 years ago
065e519
md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop
by NeilBrown
· 8 years ago
6f287ca
md/raid10: reset the 'first' at the end of loop
by Guoqing Jiang
· 8 years ago
7471fb7
md/raid6: Fix anomily when recovering a single device in RAID6.
by NeilBrown
· 8 years ago
583da48
md: update slab_cache before releasing new stripes when stripes resizing
by Dennis Yang
· 8 years ago
78d91a7
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
48920ff
block: remove the discard_zeroes_data flag
by Christoph Hellwig
· 8 years ago
615ec94
dm kcopyd: switch to use REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
ac62d62
dm: support REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
0f5d690
dm io: discards don't take a payload
by Christoph Hellwig
· 8 years ago
3deff1a
md: support REQ_OP_WRITE_ZEROES
by Christoph Hellwig
· 8 years ago
65f619d
Merge branch 'for-linus' into for-4.12/block
by Jens Axboe
· 8 years ago
6077c2d
dm rq: Avoid that request processing stalls sporadically
by Bart Van Assche
· 8 years ago
81d4bab
Merge tag 'dm-4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
fbbaf70
block: trace completion of all bios.
by NeilBrown
· 8 years ago
86e3e83
dm verity fec: fix bufio leaks
by Sami Tolvanen
· 8 years ago
cc7e394
dm cache policy smq: make the cleaner policy write-back more aggressively
by Joe Thornber
· 8 years ago
449b668
dm cache: set/clear the cache core's dirty_bitset when loading mappings
by Joe Thornber
· 8 years ago
7a0c5c5
dm raid: fix NULL pointer dereference for raid1 without bitmap
by Dmitry Bilunov
· 8 years ago
f363b08
blk-mq: constify struct blk_mq_ops
by Eric Biggers
· 8 years ago
7b81ef8
dm raid: select the Kconfig option CONFIG_MD_RAID0
by Mikulas Patocka
· 8 years ago
Next »