summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Btrfs: fix worst case calculator for space usageJosef Bacik2013-09-211-1/+1
| * | | | | | Revert "Btrfs: rework the overcommit logic to be based on the total size"Josef Bacik2013-09-211-12/+3
| * | | | | | Btrfs: improve replacing nocow extentsJosef Bacik2013-09-211-14/+98
| * | | | | | Btrfs: drop dir i_size when adding new names on replayJosef Bacik2013-09-211-0/+27
| * | | | | | Btrfs: replay dir_index items before other itemsJosef Bacik2013-09-211-3/+12
| * | | | | | Btrfs: check roots last log commit when checking if an inode has been loggedJosef Bacik2013-09-211-1/+4
| * | | | | | Btrfs: actually log directory we are fsync()'ingJosef Bacik2013-09-211-1/+9
| * | | | | | Btrfs: actually limit the size of delalloc rangeJosef Bacik2013-09-211-3/+5
| * | | | | | Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie2013-09-213-31/+74
| * | | | | | btrfs: add lockdep and tracing annotations for uuid treeDavid Sterba2013-09-212-0/+2
| * | | | | | btrfs: show compiled-in config features at module load timeStefan Behrens2013-09-211-0/+3
| * | | | | | Btrfs: more efficient inode tree replace operationFilipe David Borba Manana2013-09-211-5/+5
| * | | | | | Btrfs: do not add replace target to the alloc_listIlya Dryomov2013-09-211-1/+2
| * | | | | | Btrfs: fixup error handling in btrfs_reloc_cowJosef Bacik2013-09-213-22/+32
| * | | | | | Merge tag 'v3.11' into for-linusChris Mason2013-09-2199-410/+956
| |\ \ \ \ \ \ | | |/ / / / /
* | | | | | | Merge tag 'nfs-for-3.12-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-211-0/+11
|\ \ \ \ \ \ \
| * | | | | | | RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields2013-09-181-0/+11
* | | | | | | | Merge tag 'pm+acpi-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-209-22/+46
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-09-208-19/+43
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpufreq: return EEXIST instead of EBUSY for second registeringYinghai Lu2013-09-201-1/+1
| | * | | | | | | | ARM: shmobile: change dev_id to cpu0 while registering cpu clockSudeep KarkadaNagesha2013-09-192-2/+2
| | * | | | | | | | ARM: i.MX: change dev_id to cpu0 while registering cpu clockSudeep KarkadaNagesha2013-09-192-2/+2
| | * | | | | | | | cpufreq: imx6q-cpufreq: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha2013-09-192-3/+13
| | * | | | | | | | cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha2013-09-191-1/+6
| | * | | | | | | | cpufreq: unlock correct rwsem while updating policy->cpuViresh Kumar2013-09-181-2/+11
| | * | | | | | | | cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()Viresh Kumar2013-09-181-8/+8
| | |/ / / / / / /
| * | | | | | | | Merge branch 'acpi-pci'Rafael J. Wysocki2013-09-201-3/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | PCI / ACPI / PM: Clear pme_poll for devices in D3cold on wakeupRafael J. Wysocki2013-09-201-3/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2013-09-202-16/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | vhost-scsi: whitespace tweakMichael S. Tsirkin2013-09-171-1/+1
| * | | | | | | | vhost/scsi: use vmalloc for order-10 allocationMichael S. Tsirkin2013-09-171-14/+27
| * | | | | | | | vhost: wake up worker outside spin_lockQin Chuanyu2013-09-171-1/+3
| |/ / / / / / /
* | | | | | | | CacheFiles: Don't try to dump the index key if the cookie has been clearedDavid Howells2013-09-201-1/+1
* | | | | | | | CacheFiles: Fix memory leak in cachefiles_check_auxdata error pathsJosh Boyer2013-09-201-14/+15
* | | | | | | | lockref: use cmpxchg64 explicitly for lockless updatesWill Deacon2013-09-201-2/+2
* | | | | | | | Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2013-09-205-15/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: Widen hwcap to be 64 bitSteve Capper2013-09-202-2/+2
| * | | | | | | | arm64: Correctly report LR and SP for compat tasksCatalin Marinas2013-09-201-5/+16
| * | | | | | | | arm64: documentation: tighten up tagged pointer documentationWill Deacon2013-09-201-7/+7
| * | | | | | | | arm64: Make do_bad_area() function staticCatalin Marinas2013-09-201-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-1927-289/+418
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'omap-for-v3.12/fixes-dt-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2013-09-189-261/+383
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'for_3.12-rc2/dts_signed' of git://git.kernel.org/pub/scm/linux/ker...Tony Lindgren2013-09-189-261/+383
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | ARM: dts: igep00x0: Add pinmux configuration for MCBSP2Enric Balletbo i Serra2013-09-181-0/+14
| | | * | | | | | | ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus for blazeTony Lindgren2013-09-181-1/+38
| | | * | | | | | | ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus for pandaboardTony Lindgren2013-09-181-1/+45
| | | * | | | | | | ARM: dts: OMAP5: fix ocp2scp DTS dataFelipe Balbi2013-09-171-1/+2
| | | * | | | | | | ARM: dts: OMAP5: fix reg property sizeFelipe Balbi2013-09-171-2/+2
| | | * | | | | | | ARM: dts: am335x-bone*: add DT for BeagleBone BlackKoen Kooi2013-09-174-255/+281
| | | * | | | | | | ARM: dts: omap3-beagle-xm: fix string error in compatible propertyRobert Nelson2013-09-171-1/+1
| | |/ / / / / / /
OpenPOWER on IntegriCloud