aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Increment the reference count of an already-active stack.Joel Becker2008-08-251-3/+4
* [PATCH] configfs: Consolidate locking around configfs_detach_prep() in config...Louis Rilling2008-08-221-10/+7
* ocfs2: correctly set i_blocks after inline dir gets expandedMark Fasheh2008-08-221-1/+6
* ocfs2: Jump to correct label in ocfs2_expand_inline_dir()Tao Ma2008-08-221-2/+2
* ocfs2: Fix sleep-with-spinlock recovery regressionMark Fasheh2008-08-221-9/+14
* [PATCH] ocfs2/cluster/netdebug.c: fix warningAlexander Beregalov2008-08-221-13/+13
* [PATCH] ocfs2/cluster/tcp.c: make some functions staticAdrian Bunk2008-08-222-39/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-08-221-4/+6
|\
| * crypto: authenc - Avoid using clobbered request pointerHerbert Xu2008-08-231-4/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-08-222-3/+12
|\ \
| * | ALSA: hda - Fix call of alc888_coef_init()Takashi Iwai2008-08-221-3/+3
| * | ALSA: hda_intel: enable snoop for nvidia HDA controllerPeer Chen2008-08-211-0/+9
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-08-2213-238/+460
|\ \ \
| * | | ext4: Update documentation to remind users to update mke2fs.confTheodore Ts'o2008-07-271-0/+6
| * | | ext4: Fix small file fragmentationAneesh Kumar K.V2008-08-182-13/+61
| * | | ext4: Initialize writeback_index to 0 when allocating a new inodeAneesh Kumar K.V2008-08-191-0/+1
| * | | ext4: make sure ext4_has_free_blocks returns 0 for ENOSPCAneesh Kumar K.V2008-08-191-0/+3
| * | | ext4: journal credit fix for the delayed allocation's writepages() functionMingming Cao2008-08-192-24/+58
| * | | ext4: Rework the ext4_da_writepages() functionAneesh Kumar K.V2008-08-191-88/+113
| * | | ext4: journal credits reservation fixes for DIO, fallocateMingming Cao2008-08-193-27/+30
| * | | ext4: journal credits reservation fixes for extent file writepageMingming Cao2008-08-193-62/+49
| * | | ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao2008-08-193-34/+108
| * | | ext4: Fix bug where we return ENOSPC even though we have plenty of inodesEric Sandeen2008-08-191-1/+1
| * | | ext4: don't try to resize if there are no reserved gdt blocks leftJosef Bacik2008-08-191-1/+2
| * | | ext4: Use ext4_discard_reservations instead of mballoc-specific callTheodore Ts'o2008-08-161-1/+1
| * | | ext4: Fix ext4_dx_readdir hash collision handlingTheodore Ts'o2008-08-191-5/+15
| * | | ext4: Fix delalloc release block reservation for truncateMingming Cao2008-08-191-0/+21
| * | | ext4: Fix potential truncate BUG due to i_prealloc_list being non-emptyTheodore Ts'o2008-08-131-2/+3
| * | | ext4: Handle unwritten extent properly with delayed allocationAneesh Kumar K.V2008-08-191-2/+10
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-08-221-1/+1
|\ \ \ \
| * | | | sched: enable LB_BIAS by defaultPeter Zijlstra2008-08-211-1/+1
* | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-08-221-0/+1
|\ \ \ \ \
| * | | | | rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap2008-08-211-0/+1
* | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-222-2/+9
|\ \ \ \ \ \
| * | | | | | nohz: fix wrong event handler after online an offlined cpuMiao Xie2008-08-212-2/+9
| |/ / / / /
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-2223-99/+168
|\ \ \ \ \ \
| * | | | | | x86: work around MTRR mask setting, v2Ingo Molnar2008-08-221-1/+6
| * | | | | | x86: fix section mismatch warning - uv_cpu_initMarcin Slusarz2008-08-224-3/+10
| * | | | | | x86: fix VMI for early paramsAlok Kataria2008-08-221-8/+8
| * | | | | | x86: fix two modpost warnings in mm/init_64.cJan Beulich2008-08-221-2/+2
| * | | | | | x86: fix 1:1 mapping init on 64-bit (memory hotplug case)Jan Beulich2008-08-221-14/+18
| * | | | | | x86: work around MTRR mask settingYinghai Lu2008-08-221-2/+13
| * | | | | | x86: PAT Update validate_pat_support for intel CPUsvenkatesh.pallipadi@intel.com2008-08-211-2/+15
| * | | | | | devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUSvenkatesh.pallipadi@intel.com2008-08-211-12/+5
| * | | | | | x86: PAT proper tracking of set_memory_uc and friendsvenkatesh.pallipadi@intel.com2008-08-211-3/+3
| * | | | | | x86: fix BUG: unable to handle kernel paging request (numaq_tsc_disable)Vegard Nossum2008-08-211-1/+1
| * | | | | | x86: export pv_lock_ops non-GPLJeremy Fitzhardinge2008-08-211-1/+1
| * | | | | | x86, mmiotrace: silence section mismatch warning - leave_uniprocessorMarcin Slusarz2008-08-211-1/+3
| * | | | | | x86: use WARN() in arch/x86/kernelArjan van de Ven2008-08-213-10/+4
| * | | | | | x86: use WARN() in arch/x86/mm/ioremap.cArjan van de Ven2008-08-211-5/+3