summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-0458-71/+81
|\
| * GFS2: Replace PTR_RET with PTR_ERR_OR_ZEROSteven Whitehouse2013-07-221-1/+1
| * Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * drm/cma: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * sh_veu: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * dma-buf: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
| * drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-165-5/+5
| * mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR().Rusty Russell2013-07-151-3/+3
| * staging/zcache: don't use PTR_RET().Rusty Russell2013-07-151-1/+1
| * remoteproc: don't use PTR_RET().Rusty Russell2013-07-151-1/+1
| * pinctrl: don't use PTR_RET().Rusty Russell2013-07-151-1/+1
| * acpi: Replace weird use of PTR_RET.Rusty Russell2013-07-151-5/+8
| * s390: Replace weird use of PTR_RET.Rusty Russell2013-07-151-4/+8
| * PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-1543-47/+47
| * PTR_RET is now PTR_ERR_OR_ZERORusty Russell2013-07-151-1/+4
* | Merge tag 'dlm-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2013-09-042-22/+7
|\ \
| * | dlm: remove signal blockingDavid Teigland2013-08-121-19/+6
| * | dlm: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-07-301-4/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-09-0428-379/+857
|\ \ \
| * | | ext4: allow specifying external journal by pathname mount optionEric Sandeen2013-08-282-6/+48
| * | | ext4: mark group corrupt on group descriptor checksumDarrick J. Wong2013-08-282-11/+8
| * | | ext4: mark block group as corrupt on inode bitmap errorDarrick J. Wong2013-08-282-4/+28
| * | | ext4: mark block group as corrupt on block bitmap errorDarrick J. Wong2013-08-283-3/+31
| * | | ext4: fix type declaration of ext4_validate_block_bitmapDarrick J. Wong2013-08-282-3/+3
| * | | ext4: error out if verifying the block bitmap failsDarrick J. Wong2013-08-281-2/+6
| * | | jbd2: Fix endian mixing problems in the checksumming codeDarrick J. Wong2013-08-283-17/+18
| * | | ext4: isolate ext4_extents.h fileZheng Liu2013-08-288-30/+27
| * | | ext4: Fix misspellings using 'codespell' toolAnatol Pomozov2013-08-286-9/+9
| * | | ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov2013-08-281-2/+3
| * | | ext4: fix use of potentially uninitialized variables in debugging codeAndi Shyti2013-08-281-3/+2
| * | | ext4: fix lost truncate due to race with writebackJan Kara2013-08-172-9/+32
| * | | ext4: simplify truncation code in ext4_setattr()Jan Kara2013-08-171-60/+49
| * | | ext4: fix ext4_writepages() in presence of truncateJan Kara2013-08-171-41/+66
| * | | ext4: move test whether extent to map can be extended to one placeJan Kara2013-08-171-20/+29
| * | | ext4: fix warning in ext4_da_update_reserve_space()Jan Kara2013-08-173-5/+20
| * | | quota: provide interface for readding allocated space into reserved spaceJan Kara2013-08-174-2/+71
| * | | ext4: avoid reusing recently deleted inodes in no journal modeTheodore Ts'o2013-08-161-0/+51
| * | | ext4: allocate delayed allocation blocks before renameTheodore Ts'o2013-08-161-5/+7
| * | | ext4: start handle at least possible moment when renaming filesTheodore Ts'o2013-08-161-10/+13
| * | | ext4: add support for extent pre-cachingTheodore Ts'o2013-08-165-29/+137
| * | | ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-167-32/+127
| * | | ext4: use unsigned int for es_status valuesTheodore Ts'o2013-08-164-33/+40
| * | | ext4: print the block number of invalid extent tree blocksTheodore Ts'o2013-08-161-12/+12
| * | | ext4: refactor code to read the extent tree blockTheodore Ts'o2013-08-161-54/+43
* | | | lockref: Implement lockref for ItaniumLuck, Tony2013-09-042-0/+6
* | | | Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-09-04236-7353/+12458
|\ \ \ \
| * | | | ALSA: hda - Re-setup HDMI pin and audio infoframe on stream switchesTakashi Iwai2013-09-031-10/+31
| * | | | Merge tag 'asoc-v3.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-09-029-66/+202
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'asoc/topic/ssm2602' into tmpMark Brown2013-09-011-1/+2
| | |\ \ \ \
| | | * | | | ASoC: ssm2602: Fix cache syncLars-Peter Clausen2013-08-311-1/+2