summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * MIPS: AR7: Fix trailing semicolon bug in clock.cFlorian Fainelli2011-07-211-1/+1
| * MAINTAINERS: Update MIPS entry.Ralf Baechle2011-07-211-1/+2
| * MIPS: BCM63xx: Remove duplicate PERF_IRQSTAT_REG definitionJonas Gorski2011-07-211-1/+0Star
| * MIPS: Netlogic: SMP fixes for XLR/XLS platform code.Jayachandran C2011-07-212-12/+3Star
| * MIPS: SB1250: Restore dropped irq_mask functionThomas Gleixner2011-07-211-0/+8
| * MIPS: MIPSsim: Fix uniprocessor build.Ralf Baechle2011-07-211-0/+1
| * MIPS: ARC: Fix build of firmware library on uniprocessor.Ralf Baechle2011-07-211-0/+2
| * MIPS: XLR, XLS: Move makefile bits to were they belong.Ralf Baechle2011-07-213-12/+12
| * MIPS: Malta: Fix crash in SMP kernel on non-CMP systems.Ralf Baechle2011-07-214-24/+56
| * MIPS: Wire up sendmmsg and renumber setns syscall.Ralf Baechle2011-07-215-9/+16
| * MIPS: SMTC: Fix build.Ralf Baechle2011-07-211-0/+1
| * MIPS: Malta SMTC: Fix build.Ralf Baechle2011-07-211-1/+1
| * MIPS: GT64120: Remove useless inclusion of clocksource.h.Ralf Baechle2011-07-211-2/+0Star
| * MIPS: NILE4: Remove useless inclusion of GT64120 header.Ralf Baechle2011-07-211-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-2617-145/+306
|\ \
| * | ceph: document unlocked d_parent accessesSage Weil2011-07-262-4/+11
| * | ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-264-11/+17
| * | ceph: document locking for ceph_set_dentry_offsetSage Weil2011-07-261-1/+3
| * | ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-264-13/+18
| * | ceph: protect d_parent access in ceph_d_revalidateSage Weil2011-07-261-15/+17
| * | ceph: protect access to d_parentSage Weil2011-07-266-15/+33
| * | ceph: handle racing calls to ceph_init_dentrySage Weil2011-07-261-9/+12
| * | ceph: set dir complete frag after adding capabilitySage Weil2011-07-261-13/+17
| * | rbd: set blk_queue request sizes to object sizeJosh Durgin2011-07-261-0/+15
| * | ceph: set up readahead size when rsize is not passedYehuda Sadeh2011-07-261-0/+4
| * | rbd: cancel watch request when releasing the deviceYehuda Sadeh2011-07-261-1/+30
| * | ceph: ignore lease maskSage Weil2011-07-263-18/+12Star
| * | ceph: fix ceph_lookup_open intent usageSage Weil2011-07-263-19/+37
| * | ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil2011-07-261-1/+2
| * | ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil2011-07-261-2/+3
| * | ceph: avoid carrying Fw cap during write into page cacheSage Weil2011-07-261-3/+19
| * | libceph: don't time out osd requests that haven't been receivedSage Weil2011-07-263-7/+12
| * | ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum2011-07-261-2/+1Star
| * | ceph: only queue capsnap if caps are dirtySage Weil2011-07-261-4/+2Star
| * | ceph: fix snap writeback when racing with writesSage Weil2011-07-261-3/+20
| * | ceph: use flag bit for at_end readdir flagSage Weil2011-07-262-6/+6
| * | ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-264-2/+18
| * | ceph: add flags field to file_infoSage Weil2011-07-261-1/+2
* | | gma500: udelay(20000) it too long againStephen Rothwell2011-07-261-1/+1
* | | USB / Renesas: Fix build issue related to struct scatterlistRafael J. Wysocki2011-07-261-0/+1
* | | MMC / TMIO: Fix build issue related to struct scatterlistRafael J. Wysocki2011-07-261-0/+1
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-07-2623-271/+1420
|\ \ \
| * | | jbd: change the field "b_cow_tid" of struct journal_head from type unsigned t...Wang Sheng-Hui2011-07-251-1/+1
| * | | ext3.txt: update the links in the section "useful links" to the latest onesWang Sheng-Hui2011-07-251-2/+2
| * | | ext3: Fix data corruption in inodes with journalled dataJan Kara2011-07-231-5/+35
| * | | ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_getWang Sheng-Hui2011-07-221-5/+5
| * | | ext3: Fix compilation with -DDX_DEBUGBernd Schubert2011-07-201-2/+2
| * | | quota: Remove unused declarationJan Kara2011-07-201-8/+0Star
| * | | jbd: Use WRITE_SYNC in journal checkpoint.Tao Ma2011-06-281-1/+5
| * | | jbd: Fix oops in journal_remove_journal_head()Jan Kara2011-06-275-138/+104Star