summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md/linear: shutup lockdep warnningShaohua Li2017-02-231-1/+2
* md/raid1: fix a use-after-free bugShaohua Li2017-02-201-1/+2
* RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de2017-02-202-66/+130
* RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de2017-02-202-236/+294
* md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park2017-02-161-4/+2
* md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-156-22/+14
* md: remove unnecessary check on mddevMing Lei2017-02-151-3/+0
* md/raid1: use bio_clone_bioset_partial() in case of write behindMing Lei2017-02-151-5/+15
* md: fail if mddev->bio_set can't be createdMing Lei2017-02-151-1/+4
* block: introduce bio_clone_bioset_partial()Ming Lei2017-02-152-15/+57
* md: disable WRITE SAME if it fails in underlayer disksShaohua Li2017-02-144-0/+10
* md/raid5-cache: exclude reclaiming stripes in reclaim checkShaohua Li2017-02-133-2/+16
* md/raid5-cache: stripe reclaim only counts valid stripesShaohua Li2017-02-131-2/+2
* MD: add doc for raid5-cacheShaohua Li2017-02-132-0/+114
* Documentation: move MD related doc into a separate dirShaohua Li2017-02-132-2/+2
* md: ensure md devices are freed before module is unloaded.NeilBrown2017-02-131-0/+7
* md/r5cache: improve journal device efficiencySong Liu2017-02-132-20/+58
* md/r5cache: enable chunk_aligned_read with write back cacheSong Liu2017-02-133-24/+168
* EXPORT_SYMBOL radix_tree_replace_slotSong Liu2017-02-131-0/+1
* raid5: only dispatch IO from raid5d for harddisk raidShaohua Li2017-02-132-2/+57
* md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2017-02-132-5/+35
* Linux 4.10-rc8v4.10-rc8Linus Torvalds2017-02-121-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-117-15/+38
|\
| * x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin2017-02-101-0/+2
| * x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliableThomas Gleixner2017-02-101-9/+7
| * x86/tsc: Avoid the large time jump when sanitizing TSC ADJUSTThomas Gleixner2017-02-101-2/+3
| * x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam2017-02-051-0/+7
| * x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2017-02-054-4/+19
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-111-0/+5
|\ \
| * | tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker2017-02-101-0/+5
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-117-13/+55
|\ \ \
| * | | perf/core: Fix crash in perf_event_read()Peter Zijlstra2017-02-101-10/+15
| * | | Merge tag 'perf-urgent-for-mingo-4.10-20170203' of git://git.kernel.org/pub/s...Ingo Molnar2017-02-036-3/+40
| |\ \ \
| | * | | perf callchain: Reference count mapsKrister Johansen2017-02-023-2/+22
| | * | | perf diff: Fix -o/--order option behavior (again)Namhyung Kim2017-02-023-1/+14
| | * | | perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim2017-02-021-0/+4
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-111-8/+4
|\ \ \ \ \
| * | | | | stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval2017-02-081-8/+4
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-112-9/+23
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-fixes-4.10' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2017-02-102-9/+23
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | irqchip/mxs: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDStefan Wahren2016-12-311-0/+4
| | * | | | | irqchip/keystone: Fix "scheduling while atomic" on rtStrashko, Grygorii2016-12-311-9/+19
* | | | | | | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-112-17/+28
|\ \ \ \ \ \ \
| * | | | | | | Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval2017-02-111-15/+24
| * | | | | | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2017-02-101-2/+4
| |\ \ \ \ \ \ \
| | * | | | | | | btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-081-2/+4
| |/ / / / / / /
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-115-8/+31
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-103-6/+13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed sendSteffen Maier2017-02-101-4/+4
| | * | | | | | | | scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll2017-02-101-2/+6