summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-08-305-57/+107
|\
| * raid5: avoid unnecessary bio data setShaohua Li2016-08-241-8/+5
| * raid5: fix memory leak of bio integrity dataShaohua Li2016-08-241-7/+15
| * raid10: record correct address of bad blockTomasz Majchrzak2016-08-241-4/+5
| * md-cluster: fix error return code in join()Wei Yongjun2016-08-241-3/+9
| * r5cache: set MD_JOURNAL_CLEAN correctlySong Liu2016-08-242-9/+9
| * md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz2016-08-171-4/+9
| * md: remove obsolete ret in md_start_syncGuoqing Jiang2016-08-171-5/+2
| * md: do not count journal as spare in GET_ARRAY_INFOSong Liu2016-08-171-0/+3
| * md: Prevent IO hold during accessing to faulty raid5 arrayAlexey Obitotskiy2016-08-061-1/+3
| * MD: hold mddev lock to change bitmap locationShaohua Li2016-08-061-14/+33
| * raid5: fix incorrectly counter of conf->empty_inactive_list_nrZhengYuan Liu2016-08-021-0/+12
| * raid10: increment write counter after bio is splitTomasz Majchrzak2016-07-301-2/+2
* | Merge tag 'nfs-for-4.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-3018-78/+244
|\ \
| * | NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-08-301-0/+1
| * | NFS4: Avoid migration loopsBenjamin Coddington2016-08-301-0/+5
| * | pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust2016-08-292-28/+28
| * | NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequenceTrond Myklebust2016-08-281-1/+0
| * | NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURNTrond Myklebust2016-08-281-13/+65
| * | NFSv4.1: Defer bumping the slot sequence number until we free the slotTrond Myklebust2016-08-282-3/+9
| * | NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust2016-08-284-4/+29
| * | NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust2016-08-283-4/+35
| * | SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever2016-08-251-2/+2
| * | pnfs/blocklayout: update last_write_offset atomically with extentsBenjamin Coddington2016-08-233-5/+10
| * | pNFS: The client must not do I/O to the DS if it's lease has expiredTrond Myklebust2016-08-231-0/+1
| * | pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT callsTrond Myklebust2016-08-192-6/+29
| * | pNFS/flexfiles: Set reasonable default retrans values for the data channelTrond Myklebust2016-08-161-2/+2
| * | NFS: Allow the mount option retrans=0Trond Myklebust2016-08-163-8/+26
| * | pNFS/flexfiles: Fix layoutstat periodic reportingTrond Myklebust2016-08-152-5/+5
* | | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-3019-128/+45
* | | Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-302-2/+2
|\ \ \
| * | | pata_ninja32: Avoid corrupting status flagsAlan Cox2016-08-301-1/+1
| * | | ahci: disable correct irq for dummy portsChristoph Hellwig2016-08-111-1/+1
* | | | Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-302-2/+17
|\ \ \ \
| * | | | cgroup: reduce read locked section of cgroup_threadgroup_rwsem during forkBalbir Singh2016-08-171-2/+2
| * | | | cpuset: make sure new tasks conform to the current config of the cpusetZefan Li2016-08-101-0/+15
| |/ / /
* | | | Merge tag 'hwmon-for-linus-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-301-0/+1
|\ \ \ \
| * | | | hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare2016-08-291-0/+1
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-08-294-25/+49
|\ \ \ \ \
| * | | | | ext4: avoid deadlock when expanding inode sizeJan Kara2016-08-112-8/+13
| * | | | | ext4: properly align shifted xattrs when expanding inodesJan Kara2016-08-111-1/+1
| * | | | | ext4: fix xattr shifting when expanding inodes part 2Jan Kara2016-08-111-2/+3
| * | | | | ext4: fix xattr shifting when expanding inodesJan Kara2016-08-111-13/+14
| * | | | | ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-08-011-1/+17
| * | | | | ext4: reserve xattr index for the HurdTheodore Ts'o2016-08-011-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-29100-453/+813
|\ \ \ \ \ \
| * | | | | | Add Killer E2500 device ID in alx driver.Owen Lin2016-08-292-0/+3
| * | | | | | net: smc91x: fix SMC accessesRussell King2016-08-299-26/+73
| * | | | | | Documentation: networking: dsa: Remove platform device TODOFlorian Fainelli2016-08-291-20/+0
| * | | | | | Merge branch 'mlx5-series'David S. Miller2016-08-2910-145/+209
| |\ \ \ \ \ \