summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: do not add buffers to the delwri queue until pushedChristoph Hellwig2012-05-142-5/+8
| * | xfs: do not write the buffer from xfs_qm_dqflushChristoph Hellwig2012-05-144-38/+53
| * | xfs: do not write the buffer from xfs_iflushChristoph Hellwig2012-05-144-54/+48
| * | xfs: don't flush inodes from background inode reclaimChristoph Hellwig2012-05-141-60/+42
| * | xfs: implement freezing by emptying the AILChristoph Hellwig2012-05-145-135/+56
| * | xfs: allow assigning the tail lsn with the AIL lock heldChristoph Hellwig2012-05-144-15/+40
| * | xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig2012-05-144-27/+12
| * | xfs: remove log item from AIL in xfs_qm_dqflush after a shutdownChristoph Hellwig2012-05-141-1/+13
| * | xfs: using GFP_NOFS for blkdev_issue_flushShaohua Li2012-05-141-1/+1
| * | xfs: punch all delalloc blocks beyond EOF on write failure.Dave Chinner2012-05-141-1/+1
| * | xfs: use shared ilock mode for direct IO writes by defaultDave Chinner2012-05-142-30/+45
| * | xfs: push the ilock into xfs_zero_eofChristoph Hellwig2012-05-142-102/+63
| * | xfs: reduce ilock hold times in xfs_setattr_sizeChristoph Hellwig2012-05-141-7/+7
| * | xfs: reduce ilock hold times in xfs_file_aio_write_checksChristoph Hellwig2012-05-141-14/+9
| * | xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattachChristoph Hellwig2012-05-141-5/+21
| * | xfs: Ensure inode reclaim can run during quotacheckDave Chinner2012-04-172-21/+19
| * | xfs: don't fill statvfs with project quota for a directory if it was not enab...Jie Liu2012-04-161-1/+1
| * | MAINTAINERS: retire xfs-masters@oss.sgi.comBen Myers2012-04-161-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-241-0/+12
|\ \ \
| * | | x86, relocs: Add jiffies and jiffies_64 to the relative whitelistH. Peter Anvin2012-05-241-0/+1
| * | | x86-32, relocs: Whitelist more symbols for ld bug workaroundH. Peter Anvin2012-05-231-0/+11
* | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-2453-878/+1210
|\ \ \ \
| * | | | gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo2012-05-196-10/+20
| * | | | gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely2012-05-182-2/+2
| * | | | gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583Laxman Dewangan2012-05-184-0/+192
| * | | | gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten2012-05-181-1/+1
| * | | | Merge branch 'for_3.5/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-181-5/+4
| |\ \ \ \
| | * | | | gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman2012-05-181-3/+3
| | * | | | gpio/omap: fix broken context restore for non-OFF mode transitionsKevin Hilman2012-05-181-2/+1
| * | | | | gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner2012-05-181-1/+2
| * | | | | gpio/lpc32xx: Add device tree supportRoland Stigge2012-05-183-2/+102
| * | | | | gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-185-47/+41
| * | | | | gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-183-0/+37
| * | | | | gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard2012-05-181-1/+1
| * | | | | Add support for TCA6424AAndreas Schallenberg2012-05-181-13/+30
| * | | | | Merge branch 'for_3.5/gpio/cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-116-102/+30
| |\| | | |
| | * | | | gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma2012-05-111-5/+8
| | * | | | gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma2012-05-113-2/+6
| | * | | | gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma2012-05-111-47/+0
| | * | | | gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma2012-05-111-3/+0
| | * | | | gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-111-9/+3
| | * | | | gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-111-7/+6
| | * | | | gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma2012-05-111-11/+8
| | * | | | gpio/omap: remove virtual_irq_start variableTarun Kanti DebBarma2012-05-115-16/+0
| * | | | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-1117-426/+81
| * | | | | gpio: add MSIC gpio driverMathias Nyman2012-05-113-0/+348
| * | | | | gpio: samsung: refactor gpiolib init for exynos4/5Olof Johansson2012-05-111-188/+215
| * | | | | gpio/langwell: re-read the IRQ status register after each iterationMika Westerberg2012-05-101-3/+1
| * | | | | gpio/langwell: convert to use irq_domainMika Westerberg2012-05-082-21/+30
| * | | | | Merge tag 'v3.4-rc6' into gpio/nextGrant Likely2012-05-081520-10210/+18444
| |\ \ \ \ \