summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | f2fs: return a default value for non-void functionJaegeuk Kim2012-12-282-5/+4
| * | | | | f2fs: invalidate the node page if allocation is failedJaegeuk Kim2012-12-281-17/+12
| * | | | | f2fs: add missing #include <linux/prefetch.h>Geert Uytterhoeven2012-12-282-0/+2
| * | | | | f2fs: do f2fs_balance_fs in front of dir operationsJaegeuk Kim2012-12-261-14/+14
| * | | | | f2fs: should recover orphan and fsync dataJaegeuk Kim2012-12-261-4/+2
| * | | | | f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2012-12-264-5/+10
| * | | | | f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon2012-12-262-2/+6
| * | | | | f2fs: fix wrong calculation on f_files in statfsJaegeuk Kim2012-12-261-2/+2
| * | | | | f2fs: remove set_page_dirty for atomic f2fs_end_io_writeJaegeuk Kim2012-12-261-1/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2013-01-032-15/+21
|\ \ \ \ \ \
| * | | | | | GFS2: Reset rd_last_alloc when it reaches the end of the rgrpBob Peterson2013-01-021-0/+3
| * | | | | | GFS2: Stop looking for free blocks at end of rgrpBob Peterson2013-01-021-3/+7
| * | | | | | GFS2: Fix race in gfs2_rs_allocAbhijith Das2013-01-021-12/+10
| * | | | | | GFS2: Initialize hex string to '0'Nathan Straz2013-01-021-0/+1
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-01-032-6/+2
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Add missing NULL terminator to avoid boot panic on PPC40xGabor Juhos2013-01-031-1/+2
| * | | | | | | powerpc/vdso: Remove redundant locking in update_vsyscall_tz()Shan Hai2013-01-031-5/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Wire up finit_module syscallLuck, Tony2013-01-033-1/+3
|/ / / / / /
* | | | | | Linux 3.8-rc2v3.8-rc2Linus Torvalds2013-01-021-1/+1
* | | | | | Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-021-2/+3
|\ \ \ \ \ \
| * | | | | | leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas2013-01-021-2/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-01-025-14/+29
|\ \ \ \ \ \
| * | | | | | watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-023-2/+23
| * | | | | | watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen2013-01-021-1/+0
| * | | | | | watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin2013-01-021-7/+6
| * | | | | | watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin2013-01-021-4/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2013-01-026-55/+63
|\ \ \ \ \ \
| * | | | | | PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-262-2/+6
| * | | | | | PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying2012-12-261-1/+19
| * | | | | | PCI: Add PCIe Link Capability link speed and width namesBjorn Helgaas2012-12-261-0/+2
| * | | | | | PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)Myron Stowe2012-12-261-1/+2
| * | | | | | PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas2012-12-261-51/+34
| | |/ / / / | |/| | | |
* | | | | | UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells2013-01-021-3/+3
* | | | | | UAPI: Remove empty Kbuild filesDavid Howells2013-01-028-8/+0
* | | | | | Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-01-023-6/+14
|\ \ \ \ \ \
| * | | | | | fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() staticCong Ding2012-12-181-1/+1
| * | | | | | eCryptfs: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2012-12-181-3/+3
| * | | | | | eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang2012-11-071-2/+10
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-01-022-28/+29
|\ \ \ \ \ \ \
| * | | | | | | libceph: fix protocol feature mismatch failure pathSage Weil2012-12-271-10/+4
| * | | | | | | libceph: WARN, don't BUG on unexpected connection statesAlex Elder2012-12-271-6/+5
| * | | | | | | libceph: always reset osds when kickingAlex Elder2012-12-271-2/+2
| * | | | | | | libceph: move linger requests sooner in kick_requests()Alex Elder2012-12-271-11/+19
* | | | | | | | mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman2013-01-022-21/+49
* | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-01-029-58/+152
|\ \ \ \ \ \ \ \
| * | | | | | | | ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2012-12-271-1/+2
| * | | | | | | | ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o2012-12-271-0/+2
| * | | | | | | | ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev2012-12-251-1/+1
| * | | | | | | | ext4: include journal blocks in df overhead calcsEric Sandeen2012-12-251-0/+4
| * | | | | | | | ext4: remove unaligned AIO warning printkEric Sandeen2012-12-251-8/+0
OpenPOWER on IntegriCloud