- e9ccb94 Merge remote-tracking branch 'jens/for-4.8/core' into dm-4.8 by Mike Snitzer · 8 years ago
- 163d4ba block: add QUEUE_FLAG_DAX for devices to advertise their DAX support by Toshi Kani · 8 years ago
- 2a0fbff dm thin: fix a race condition between discarding and provisioning a block by Joe Thornber · 8 years ago
- e7e0f73 dm btree: fix a bug in dm_btree_find_next_single() by Joe Thornber · 8 years ago
- 89d3d9a dm raid: fix random optimal_io_size for raid0 by Heinz Mauelshagen · 8 years ago
- 094f394 dm raid: address checkpatch.pl complaints by Heinz Mauelshagen · 8 years ago
- 9c72bad dm: call PR reserve/unreserve on each underlying device by Christoph Hellwig · 8 years ago
- 01f90dd sd: don't use the ALL_TG_PT bit for reservations by Christoph Hellwig · 8 years ago
- bd9f55e dm: fix second blk_delay_queue() parameter to be in msec units not jiffies by Tahsin Erdogan · 8 years ago
- d7ccc2e dm raid: change logical functions to actually return bool by Heinz Mauelshagen · 8 years ago
- 3268240 dm raid: use rdev_for_each in status by Heinz Mauelshagen · 8 years ago
- ffeeac7 dm raid: use rs->raid_disks to avoid memory leaks on free by Heinz Mauelshagen · 8 years ago
- 7a7c330 dm raid: support delta_disks for raid1, fix table output by Heinz Mauelshagen · 8 years ago
- 469b304 dm raid: enhance reshape check and factor out reshape setup by Heinz Mauelshagen · 8 years ago
- 2a5556c dm raid: allow resize during recovery by Heinz Mauelshagen · 8 years ago
- 345a6cd dm raid: fix rs_is_recovering() to allow for lvextend by Heinz Mauelshagen · 8 years ago
- 37f10be dm raid: fix rebuild and catch bogus sync/resync flags by Heinz Mauelshagen · 8 years ago
- b1956dc dm raid: fix ctr memory leaks on error paths by Heinz Mauelshagen · 8 years ago
- 65359ee dm raid: fix typo in write_mostly flag by Heinz Mauelshagen · 8 years ago
- 4348309 dm raid: also reject size change during recovery by Heinz Mauelshagen · 8 years ago
- f6895fd dm raid: fix new superblock/bitmap creation on disk addition by Heinz Mauelshagen · 8 years ago
- 2527b56 dm raid: add comments and fix typos by Heinz Mauelshagen · 8 years ago
- fbe6365 dm raid: fix raid10 device size error on out-of-place reshape by Heinz Mauelshagen · 8 years ago
- 2d92a3c dm raid: prohibit 'nosync' on new raid6 and reject resize during reshape by Heinz Mauelshagen · 8 years ago
- 4dff2f1 dm raid: clarify and fix recovery by Heinz Mauelshagen · 8 years ago
- 0095dbc dm raid: fix rs_set_capacity on growing reshape by Heinz Mauelshagen · 8 years ago
- 9d9d939 dm raid: make rs_set_capacity to work on shrinking reshape by Heinz Mauelshagen · 8 years ago
- 6ee0bae dm raid: enhance comments in takeover checks by Heinz Mauelshagen · 8 years ago
- ae3c6cf dm raid: remove bogus comment and fix comment typos by Heinz Mauelshagen · 8 years ago
- 75dd3b9 dm raid: more restricting data_offset value checks by Heinz Mauelshagen · 8 years ago
- 5fa146b dm raid: reject too many write_mostly devices by Heinz Mauelshagen · 8 years ago
- 0a7b818 dm raid: the sync_page_io() metadata_op argument is bool by Heinz Mauelshagen · 8 years ago
- 0d851d1 dm raid: prohibit to pass in both sync and nosync ctr flags by Heinz Mauelshagen · 8 years ago
- ff4a88b dm raid: avoid superfluous memory barriers on static metadata by Heinz Mauelshagen · 8 years ago
- 7193a9d dm rq: check kthread_run return for .request_fn request-based DM by Mike Snitzer · 8 years ago
- 602d165 dm verity fec: fix block calculation by Sami Tolvanen · 8 years ago
- 028b39e dm ioctl: Simplify parameter buffer management code by Bart Van Assche · 8 years ago
- 350b539 dm crypt: Fix sparse complaints by Bart Van Assche · 8 years ago
- 68c1c4d dm raid: don't use 'const' in function return by Arnd Bergmann · 8 years ago
- 6e20902 dm raid: fix failed takeover/reshapes by keeping raid set frozen by Heinz Mauelshagen · 8 years ago
- 4257e08 dm raid: support to change bitmap region size by Heinz Mauelshagen · 8 years ago
- 9dbd1aa dm raid: add reshaping support to the target by Heinz Mauelshagen · 8 years ago
- 40ba37e dm raid: add prerequisite functions and definitions for reshaping by Heinz Mauelshagen · 8 years ago
- a30cbc0 dm raid: inverse check for flags from invalid to valid flags by Heinz Mauelshagen · 8 years ago
- e6ca5e1 dm raid: various code cleanups by Mike Snitzer · 9 years ago
- bfcee0e dm raid: rename functions that alloc and free struct raid_set by Mike Snitzer · 9 years ago
- 4286325 dm raid: remove all the bitops wrappers by Mike Snitzer · 9 years ago
- bb91a63 dm raid: rename _in_range to __within_range by Mike Snitzer · 9 years ago
- ef9b85a dm raid: add missing "dm-raid0" module alias by Mike Snitzer · 9 years ago
- 3fa6cf3 dm raid: rename _argname_by_flag to dm_raid_arg_name_by_flag by Mike Snitzer · 9 years ago
- 9b6e542 dm raid: bump to v1.9.0 and make the extended SB feature flag reflect it by Mike Snitzer · 9 years ago
- bd83a4c dm raid: remove ti_error_* wrappers by Mike Snitzer · 9 years ago
- 4315784 dm raid: tabify appropriate whitespace by Mike Snitzer · 9 years ago
- 3a1c1ef dm raid: enhance status interface and fixup takeover/raid0 by Heinz Mauelshagen · 9 years ago
- ecbfb9f dm raid: add raid level takeover support by Heinz Mauelshagen · 9 years ago
- 7b34df7 dm raid: enhance super_sync() to support new superblock members by Heinz Mauelshagen · 9 years ago
- 4763e54 dm raid: add new reshaping/raid10 format table line options to parameter parser by Heinz Mauelshagen · 9 years ago
- 33e53f0 dm raid: introduce extended superblock and new raid types to support takeover/reshaping by Heinz Mauelshagen · 9 years ago
- 676fa5a dm raid: use rt_is_raid*() in all appropriate checks by Heinz Mauelshagen · 9 years ago
- ad51d7f dm raid: more use of flag testing wrappers by Heinz Mauelshagen · 9 years ago
- f090279 dm raid: check constructor arguments for invalid raid level/argument combinations by Heinz Mauelshagen · 9 years ago
- 702108d dm raid: cleanup / provide infrastructure by Heinz Mauelshagen · 9 years ago
- 92c83d7 dm raid: use dm_arg_set API in constructor by Heinz Mauelshagen · 9 years ago
- 73c6f23 dm raid: rename variable 'ret' to 'r' to conform to other dm code by Heinz Mauelshagen · 9 years ago
- e83068a dm mpath: add optional "queue_mode" feature by Mike Snitzer · 9 years ago
- bf661be dm mpath: remove bio-based bloat from struct dm_mpath_io by Mike Snitzer · 9 years ago
- 76e33fe dm mpath: reinstate bio-based support by Mike Snitzer · 9 years ago
- 4cc9613 dm: move request-based code out to dm-rq.[hc] by Mike Snitzer · 9 years ago
- 8bf223c block: drbd: avoid to use BIO_MAX_SIZE by Ming Lei · 9 years ago
- 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 9 years ago
- a418090 block: do not use REQ_FLUSH for tracking flush support by Mike Christie · 9 years ago
- 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 9 years ago
- 4e1b2d52 block, fs, drivers: remove REQ_OP compat defs and related code by Mike Christie · 9 years ago
- 6296b96 block, drivers, fs: shrink bi_rw from long to int by Mike Christie · 9 years ago
- 8e45c6f ide cd: do not set REQ_WRITE on requests. by Mike Christie · 9 years ago
- c2df40d drivers: use req op accessor by Mike Christie · 9 years ago
- a022606 xen: use bio op accessors by Mike Christie · 9 years ago
- e742fc3 target: use bio op accessors by Mike Christie · 9 years ago
- 796a5cf md: use bio op accessors by Mike Christie · 9 years ago
- bb3cc85 drbd: use bio op accessors by Mike Christie · 9 years ago
- ad0d9e7 bcache: use bio op accessors by Mike Christie · 9 years ago
- e604714 dm: use bio op accessors by Mike Christie · 9 years ago
- 528ec5a dm: pass dm stats data dir instead of bi_rw by Mike Christie · 9 years ago
- 469e321 block discard: use bio set op accessor by Mike Christie · 9 years ago
- 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
- c8d9324 bcache: use op_is_write instead of checking for REQ_WRITE by Mike Christie · 9 years ago
- 5111166 dm: use op_is_write instead of checking for REQ_WRITE by Mike Christie · 9 years ago
- a8ebb05 block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE by Mike Christie · 9 years ago
- 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
- 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 9 years ago
- eedf265 devpts: Make each mount of devpts an independent filesystem. by Eric W. Biederman · 9 years ago
- 049ec1b Merge tag 'drm-fixes-for-v4.7-rc2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
- f2c6b9e Merge tag 'vfio-v4.7-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
- 95b46ae Merge tag 'mmc-v4.7-rc1-2' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
- eb10a7b Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
- 5016320 Merge tag 'pm-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
- 8c52b6d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- d29e472 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
- 60c07f8 Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor' by Rafael J. Wysocki · 9 years ago
- 8cd8cbd Merge branch 'pm-cpufreq-fixes' by Rafael J. Wysocki · 9 years ago