summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md: don't start resync thread directly from md thread.NeilBrown2014-10-141-23/+36
* md: Just use RCU when checking for overlap between arrays.NeilBrown2014-10-141-8/+7
* md: avoid potential long delay under pers_lockChao Yu2014-10-141-1/+2
* md: simplify export_array()NeilBrown2014-10-141-8/+4
* md: discard find_rdev_nr in favour of find_rdev_nr_rcuNeilBrown2014-10-141-14/+8
* md: use wait_event() to simplify md_super_wait()NeilBrown2014-10-141-8/+1
* md: be more relaxed about stopping an array which isn't started.NeilBrown2014-10-141-3/+3
* md/raid1: process_checks doesn't use its return value.NeilBrown2014-10-141-4/+3
* md/raid5: fix init_stripe() inconsistenciesMarkus Stockhausen2014-10-141-3/+1
* md/raid10: another memory leak due to reshape.NeilBrown2014-10-141-1/+3
* md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.NeilBrown2014-10-093-5/+5
* md/raid1: minor typos and reformatting.NeilBrown2014-10-091-7/+7
* md/bitmap: always wait for writes on unplug.NeilBrown2014-10-091-10/+6
* md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown2014-10-021-1/+17
* Linux 3.17-rc7v3.17-rc7Linus Torvalds2014-09-281-1/+1
* Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-09-281-0/+5
|\
| * dmaengine: omap-dma: Restore the CLINK_CTRL in resume pathPeter Ujfalusi2014-09-231-0/+3
| * dmaengine: omap-dma: Add memory barrier to dma_resume pathPeter Ujfalusi2014-09-231-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-278-85/+60
|\ \
| * | vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov2014-09-271-9/+18
| * | fold swapping ->d_name.hash into switch_names()Linus Torvalds2014-09-271-2/+1
| * | fold unlocking the children into dentry_unlock_parents_for_move()Al Viro2014-09-261-5/+4
| * | kill __d_materialise_dentry()Al Viro2014-09-261-44/+10
| * | __d_materialise_dentry(): flip the order of argumentsAl Viro2014-09-261-24/+20
| * | __d_move(): fold manipulations with ->d_child/->d_subdirsAl Viro2014-09-261-5/+3
| * | don't open-code d_rehash() in d_materialise_unique()Al Viro2014-09-261-5/+1
| * | pull rehashing and unlocking the target dentry into __d_materialise_dentry()Al Viro2014-09-261-7/+4
| * | ufs: deal with nfsd/iget racesAl Viro2014-09-262-1/+9
| * | fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2014-09-264-7/+12
| * | shmem: fix nlink for rename overwrite directoryMiklos Szeredi2014-09-261-1/+3
* | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-276-24/+43
|\ \ \
| * | | cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2014-09-245-13/+23
| * | | sched: add macros to define bitops for task atomic flagsZefan Li2014-09-242-9/+18
| * | | sched: fix confusing PFA_NO_NEW_PRIVS constantZefan Li2014-09-241-1/+1
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-09-2713-77/+139
|\ \ \ \
| * | | | drivers/soc: qcom: do not disable the iface clock in probeSrinivas Kandagatla2014-09-231-13/+33
| * | | | Merge tag 'fix-v3.17-io-chain-v3' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2014-09-222-5/+36
| |\ \ \ \
| | * | | | ARM: OMAP3: Fix I/O chain clock line assertion timed out errorTony Lindgren2014-09-162-5/+36
| * | | | | Merge tag 'fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2014-09-223-43/+39
| |\ \ \ \ \
| | * | | | | bus: omap_l3_noc: Fix connID for OMAP4Nishanth Menon2014-09-111-25/+25
| | * | | | | ARM: dts: cm-t54: fix serial console power supply.Dmitry Lifshitz2014-09-101-3/+2
| | * | | | | ARM: dts: dra7-evm: Fix NAND GPMC timingsRoger Quadros2014-09-101-15/+12
| * | | | | | Merge tag 'fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2014-09-221-3/+3
| |\ \ \ \ \ \
| | * | | | | | ARM: keystone: dts: fix bindings for pcie and usb clock nodesMurali Karicheri2014-09-111-3/+3
| | |/ / / / /
| * | | | | | ARM: imx: fix .is_enabled() of shared gate clockShawn Guo2014-09-221-5/+1
| * | | | | | ARM: DT: imx53: fix lvds channel 1 portMarkus Niebel2014-09-112-4/+23
| * | | | | | ARM: pxa: fix section mismatch warning for pxa_timer_nodt_initArnd Bergmann2014-09-091-1/+1
| * | | | | | ARM: OMAP: Fix Kconfig warning for omap1Tony Lindgren2014-09-092-3/+3
| |/ / / / /
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-09-272-3/+15
|\ \ \ \ \ \
| * | | | | | MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras2014-09-261-0/+12