summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tytso-for-linus-20111214' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-154-55/+31
|\
| * ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang2011-12-141-0/+12
| * ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initializedYongqiang Yang2011-12-141-1/+0
| * ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers()Yongqiang Yang2011-12-141-39/+2
| * ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesizeYongqiang Yang2011-12-141-2/+5
| * ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli2011-12-141-1/+1
| * ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o2011-12-131-9/+8
| * ext4: Fix crash due to getting bogus eh_depth value on big-endian systemsPaul Mackerras2011-12-121-1/+1
| * ext4: fix ext4_end_io_dio() racing against fsync()Theodore Ts'o2011-12-121-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-12-152-2/+7
|\ \
| * | fuse: llseek fix raceMiklos Szeredi2011-12-131-0/+4
| * | fuse: fix llseek bugRoel Kluin2011-12-131-1/+1
| * | fuse: fix fuse_retrieveMiklos Szeredi2011-12-131-1/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-12-158-61/+48
|\ \
| * | fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Djalal Harouni2011-12-141-4/+4
| * | configfs: register_filesystem() called too earlyAl Viro2011-12-132-20/+18
| * | fuse: register_filesystem() called too earlyAl Viro2011-12-131-12/+12
| * | ubifs: too early register_filesystem()Al Viro2011-12-131-10/+8
| * | ... and the same kind of leak for mqueueAl Viro2011-12-092-10/+3
| * | procfs: fix a vfsmount longterm reference leakAl Viro2011-12-091-5/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-147-94/+37
|\ \ \
| * | | Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2011-12-126-48/+35
| * | | x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-awareMatt Fleming2011-12-101-46/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-12-1315-329/+239
|\ \ \
| * | | ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh2011-12-131-0/+1
| * | | ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil2011-12-131-1/+2
| * | | crush: fix mapping calculation when force argument doesn't existSage Weil2011-12-121-22/+13
| * | | ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-0711-207/+212
| * | | rbd: remove buggy rollback functionalityJosh Durgin2011-12-072-97/+0
| * | | rbd: return an error when an invalid header is readJosh Durgin2011-12-071-1/+10
| * | | ceph: fix rasize reporting by ceph_show_optionsSage Weil2011-12-021-1/+1
* | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-12-133-6/+37
|\ \ \ \
| * | | | writeback: set max_pause to lowest value on zero bdi_dirtyWu Fengguang2011-12-081-2/+1
| * | | | writeback: permit through good bdi even when global dirty exceededWu Fengguang2011-12-081-0/+13
| * | | | writeback: comment on the bdi dirty thresholdWu Fengguang2011-12-081-2/+14
| * | | | fs: Make write(2) interruptible by a fatal signalJan Kara2011-12-021-2/+4
| * | | | writeback: Fix issue on make htmldocsMarcos Paulo de Souza2011-11-291-0/+5
* | | | | Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-12-135-66/+99
|\ \ \ \ \
| * | | | | ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlierArnaud Patard2011-12-111-6/+6
| * | | | | ARM: 7185/1: perf: don't assign platform_device on unsupported CPUsWill Deacon2011-12-061-0/+3
| * | | | | ARM: 7187/1: fix unwinding for XIP kernelsUwe Kleine-König2011-12-063-59/+88
| * | | | | ARM: 7186/1: fix Kconfig issue with PHYS_OFFSET and !MMUNicolas Pitre2011-12-061-1/+2
* | | | | | linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds2011-12-131-1/+0
* | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-12-131-2/+2
|\ \ \ \ \ \
| * | | | | | hwmon: (jz4740) Staticise jz4740_hwmon_driverAxel Lin2011-12-121-1/+1
| * | | | | | hwmon: (jz4740) fix signedness bugAxel Lin2011-12-121-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-12-1310-44/+95
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not definedSujit Reddy Thumma2011-12-101-1/+2
| * | | | | mmc: sdhci-s3c: Remove old and misprototyped suspend operationsMark Brown2011-12-101-2/+0
| * | | | | mmc: tmio: fix clock gating on platforms with a .set_pwr() methodGuennadi Liakhovetski2011-12-101-1/+1