Age | Commit message (Expand) | Author | Files | Lines |
2006-12-02 | configfs: mutex_lock_nested() fix | Mark Fasheh | 1 | -2/+3 |
2006-12-02 | ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t | Mark Fasheh | 20 | -186/+130 |
2006-12-02 | ocfs2: remove handle argument to ocfs2_start_trans() | Mark Fasheh | 11 | -46/+30 |
2006-12-02 | ocfs2: remove ocfs2_journal_handle journal field | Mark Fasheh | 2 | -3/+0 |
2006-12-02 | ocfs2: pass ocfs2_super * into ocfs2_commit_trans() | Mark Fasheh | 11 | -29/+31 |
2006-12-02 | ocfs2: remove unused handle argument from ocfs2_meta_lock_full() | Mark Fasheh | 14 | -51/+41 |
2006-12-02 | ocfs2: make ocfs2_alloc_handle() static | Mark Fasheh | 2 | -7/+1 |
2006-12-02 | ocfs2: remove unused ocfs2_handle_add_lock() | Mark Fasheh | 4 | -117/+2 |
2006-12-02 | ocfs2: remove unused ocfs2_handle_add_inode() | Mark Fasheh | 5 | -67/+0 |
2006-12-02 | ocfs2: Don't allocate handle early in ocfs2_rename() | Mark Fasheh | 1 | -8/+1 |
2006-12-02 | ocfs2: don't use handle for locking in allocation functions | Mark Fasheh | 7 | -152/+72 |
2006-12-02 | ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_rename() | Mark Fasheh | 1 | -19/+37 |
2006-12-02 | ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_symlink() | Mark Fasheh | 1 | -9/+12 |
2006-12-02 | ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_unlink() | Mark Fasheh | 1 | -13/+12 |
2006-12-02 | ocfs2: don't pass handle to ocfs2_meta_lock() in orphan dir code | Mark Fasheh | 1 | -27/+39 |
2006-12-02 | ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_link() | Mark Fasheh | 1 | -28/+26 |
2006-12-02 | ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_mknod() | Mark Fasheh | 1 | -7/+9 |
2006-12-02 | ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log() | Mark Fasheh | 1 | -27/+19 |
2006-12-02 | ocfs2: don't pass handle to ocfs2_meta_lock() in localalloc.c | Mark Fasheh | 1 | -44/+40 |
2006-12-02 | ocfs2: remove ocfs2_journal_handle flags field | Mark Fasheh | 4 | -32/+4 |
2006-12-02 | ocfs2: have ocfs2_extend_trans() take handle_t | Mark Fasheh | 4 | -10/+6 |
2006-12-02 | ocfs2: remove unused ocfs2_journal_handle field | Mark Fasheh | 2 | -7/+1 |
2006-12-02 | ocfs2: fix format warnings in dlm_alloc_pagevec() | Mark Fasheh | 1 | -1/+2 |
2006-12-02 | [2.6 patch] make ocfs2_create_new_lock() static | Adrian Bunk | 2 | -6/+4 |
2006-11-30 | Linux 2.6.19v2.6.19 | Linus Torvalds | 1 | -1/+1 |
2006-11-30 | [PATCH] r8169: Fix iteration variable sign | Francois Romieu | 1 | -2/+2 |
2006-11-30 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 13 | -16/+38 |
2006-11-29 | [ARM] 3943/1: share declaration of struct pxa2xx_udc_mach_info between multip... | Milan Svoboda | 2 | -16/+27 |
2006-11-29 | [MIPS] Do topology_init even on uniprocessor kernels. | Ralf Baechle | 3 | -24/+30 |
2006-11-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 6 | -22/+35 |
2006-11-29 | [NET]: Fix MAX_HEADER setting. | David S. Miller | 1 | -2/+4 |
2006-11-29 | [NETFILTER]: ipt_REJECT: fix memory corruption | Patrick McHardy | 1 | -7/+9 |
2006-11-29 | [NETFILTER]: conntrack: fix refcount leak when finding expectation | Yasuyuki Kozakai | 2 | -6/+6 |
2006-11-29 | [NETFILTER]: ctnetlink: fix reference count leak | Patrick McHardy | 2 | -0/+2 |
2006-11-29 | [NETFILTER]: nf_conntrack: fix the race on assign helper to new conntrack | Yasuyuki Kozakai | 1 | -7/+6 |
2006-11-29 | [NETFILTER]: nfctnetlink: assign helper to newly created conntrack | Yasuyuki Kozakai | 1 | -0/+8 |
2006-11-29 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -8/+24 |
2006-11-29 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris... | Linus Torvalds | 1 | -1/+2 |
2006-11-29 | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 4 | -7/+18 |
2006-11-29 | Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa | Linus Torvalds | 9 | -23/+41 |
2006-11-29 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 1 | -1/+1 |
2006-11-29 | [PATCH] add missing libsas include to fix s390 compilation. | Dave Jones | 1 | -0/+1 |
2006-11-29 | [PATCH] ecryptfs: fix crypto_alloc_blkcipher() error check | Akinobu Mita | 1 | -1/+2 |
2006-11-29 | [PATCH] fix create_write_pipe() error check | Akinobu Mita | 1 | -4/+4 |
2006-11-29 | [PATCH] Fix Intel/Sharp command set erase suspend bug | Joakim Tjernlund | 1 | -1/+1 |
2006-11-29 | [PATCH] bridge: fix possible overflow in get_fdb_entries | Chris Wright | 1 | -4/+5 |
2006-11-28 | [MIPS] Fix Bonito bootup message. | Ralf Baechle | 1 | -1/+1 |
2006-11-28 | [PATCH] x86-64: Use stricter in process stack check for unwinder | Andi Kleen | 1 | -1/+9 |
2006-11-28 | [PATCH] i386: Fix compilation with UP genericarch | Andi Kleen | 1 | -0/+4 |
2006-11-28 | [PATCH] x86-64: Fix warning in io_apic.c | Andi Kleen | 1 | -2/+0 |