Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
412445acb6cad4cef026daae37c4765fb9942c60
/
drivers
/
md
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
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
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
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
86f917a
dm crypt: remove obsolete references to per-CPU state
by Eric Biggers
· 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
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
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
fbbaf70
block: trace completion of all bios.
by NeilBrown
· 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
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
6e53636
dm raid: add raid4/5/6 journal write-back support via journal_mode option
by Heinz Mauelshagen
· 8 years ago
4464e36
dm raid: fix table line argument order in status
by Heinz Mauelshagen
· 8 years ago
78e470c
md: add raid4/5/6 journal mode switching API
by Heinz Mauelshagen
· 8 years ago
ff3af92
dm crypt: use shifts instead of sector_div
by Mikulas Patocka
· 8 years ago
c2bcb2b
dm integrity: add recovery mode
by Mikulas Patocka
· 8 years ago
1aa0efd
dm integrity: factor out create_journal() from dm_integrity_ctr()
by Mike Snitzer
· 8 years ago
8f0009a
dm crypt: optionally support larger encryption sector size
by Milan Broz
· 8 years ago
33d2f09
dm crypt: introduce new format of cipher with "capi:" prefix
by Milan Broz
· 8 years ago
e889f97
dm crypt: factor IV constructor out to separate function
by Milan Broz
· 8 years ago
ef43aa3
dm crypt: add cryptographic data integrity protection (authenticated encryption)
by Milan Broz
· 8 years ago
7eada90
dm: add integrity target
by Mikulas Patocka
· 8 years ago
3009b30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
11353b9
md/raid1: fix a trivial typo in comments
by Zhilong Liu
· 8 years ago
0977762
md/r5cache: fix set_syndrome_sources() for data in cache
by Song Liu
· 8 years ago
f5fe1b5
blk: Ensure users for current->bio_list can see the full list.
by NeilBrown
· 8 years ago
1345921
md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
by Jason Yan
· 8 years ago
3fb632e
md: fix super_offset endianness in super_1_rdev_size_change
by Jason Yan
· 8 years ago
f4b7ac6
drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h
by Masanari Iida
· 8 years ago
61eb2b4
md/raid1/10: fix potential deadlock
by Shaohua Li
· 8 years ago
1b3bae4
md: don't impose the MD_SB_DISKS limit on arrays without metadata.
by NeilBrown
· 8 years ago
c948363
md: move funcs from pers->resize to update_size
by Guoqing Jiang
· 8 years ago
75df023
md-cluster: remove useless memset from gather_all_resync_info
by Guoqing Jiang
· 8 years ago
9c8043f
md-cluster: free md_cluster_info if node leave cluster
by Guoqing Jiang
· 8 years ago
99b3d74
md: delete dead code
by Shaohua Li
· 8 years ago
6d39978
md/raid10: submit bio directly to replacement disk
by Shaohua Li
· 8 years ago
400a0be
dm bufio: add sector start offset to dm-bufio interface
by Mikulas Patocka
· 8 years ago
9b4b5a7
dm table: add flag to allow target to handle its own integrity metadata
by Milan Broz
· 8 years ago
b29d498
dm cache: significant rework to leverage dm-bio-prison-v2
by Joe Thornber
· 8 years ago
742c8fd
dm bio prison v2: new interface for the bio prison
by Joe Thornber
· 8 years ago
1827adb
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
ca4c7d7
Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
0881e7b
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
b2d0910
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
by Ingo Molnar
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
5b3cc15
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
e601757
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
0837e49
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
by David Howells
· 8 years ago
2664f3c
dm raid: bump the target version
by Mike Snitzer
· 8 years ago
d36a195
dm raid: fix data corruption on reshape request
by Heinz Mauelshagen
· 8 years ago
ad47047
dm raid: fix raid "check" regression due to improper cleanup in raid_message()
by Mike Snitzer
· 8 years ago
a682e00
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 8 years ago
1802979
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
61febef
dm-rq: don't dereference request payload after ending request
by Jens Axboe
· 8 years ago
1ec4922
md/raid1: fix write behind issues introduced by bio_clone_bioset_partial
by Shaohua Li
· 8 years ago
aff8da0
md/raid1: handle flush request correctly
by Shaohua Li
· 8 years ago
d939cdf
md/linear: shutup lockdep warnning
by Shaohua Li
· 8 years ago
7a771ce
Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
Next »