| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'lockdep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-07-22 | 1 | -2/+2 |
|\ |
|
| * | lockdep: Fix lockdep annotation for pipe_double_lock() | Peter Zijlstra | 2009-07-22 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-07-22 | 2 | -26/+26 |
|\ \ |
|
| * | | fs/Kconfig: move nilfs2 out | Ryusuke Konishi | 2009-07-14 | 2 | -26/+26 |
* | | | NFSv4: Fix a problem whereby a buggy server can oops the kernel | Trond Myklebust | 2009-07-21 | 2 | -5/+13 |
* | | | NFSv4: Fix an NFSv4 mount regression | Trond Myklebust | 2009-07-21 | 3 | -22/+26 |
* | | | NFSv4: Fix an Oops in nfs4_free_lock_state | Trond Myklebust | 2009-07-21 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2009-07-20 | 1 | -1/+1 |
|\ \ |
|
| * | | 9p: Fix incorrect parameters to v9fs_file_readn. | Abhishek Kulkarni | 2009-07-14 | 1 | -1/+1 |
* | | | cifs: free nativeFileSystem field before allocating a new one | Jeff Layton | 2009-07-20 | 1 | -0/+1 |
* | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2009-07-16 | 87 | -559/+432 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2009-07-14 | 3 | -9/+14 |
| |\ \ |
|
| | * | | dlm: free socket in error exit path | Casey Dahlin | 2009-07-14 | 1 | -1/+3 |
| | * | | dlm: fix plock use-after-free | David Teigland | 2009-06-18 | 1 | -7/+10 |
| | * | | dlm: Fix uninitialised variable warning in lock.c | Steven Whitehouse | 2009-06-17 | 1 | -1/+1 |
| * | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-07-14 | 1 | -4/+4 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | tracing/events: Move TRACE_SYSTEM outside of include guard | Li Zefan | 2009-07-13 | 1 | -4/+4 |
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2009-07-13 | 10 | -348/+232 |
| |\ \ \ |
|
| | * | | | jbd2: fix race between write_metadata_buffer and get_write_access | dingdinghua | 2009-07-13 | 1 | -9/+11 |
| | * | | | ext4: Fix ext4_mb_initialize_context() to initialize all fields | Theodore Ts'o | 2009-07-13 | 1 | -18/+2 |
| | * | | | ext4: fix null handler of ioctls in no journal mode | Peng Tao | 2009-07-13 | 1 | -8/+12 |
| | * | | | ext4: Fix buffer head reference leak in no-journal mode | Curt Wohlgemuth | 2009-07-13 | 3 | -4/+8 |
| | * | | | ext4: Move __ext4_journalled_writepage() to avoid forward declaration | Aneesh Kumar K.V | 2009-06-14 | 1 | -58/+54 |
| | * | | | ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc | Aneesh Kumar K.V | 2009-06-14 | 1 | -177/+57 |
| | * | | | ext4: Fix mmap/truncate race when blocksize < pagesize && delayed allocation | Aneesh Kumar K.V | 2009-06-14 | 1 | -15/+8 |
| | * | | | ext4: Don't look at buffer_heads outside i_size. | Aneesh Kumar K.V | 2009-06-04 | 1 | -12/+16 |
| | * | | | ext4: Fix goal inum check in the inode allocator | Johann Lombardi | 2009-07-05 | 1 | -1/+1 |
| | * | | | ext4: fix no journal corruption with locale-gen | Theodore Ts'o | 2009-07-08 | 1 | -2/+2 |
| | * | | | ext4: Calculate required journal credits for inserting an extent properly | Aneesh Kumar K.V | 2009-07-05 | 1 | -0/+1 |
| | * | | | ext4: Fix truncation of symlinks after failed write | Jan Kara | 2009-07-13 | 1 | -13/+13 |
| | * | | | jbd2: Fix a race between checkpointing code and journal_get_write_access() | Jan Kara | 2009-07-13 | 1 | -33/+35 |
| | * | | | ext4: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 2009-07-05 | 1 | -1/+5 |
| | * | | | ext4: naturally align struct ext4_allocation_request | Eric Sandeen | 2009-07-13 | 1 | -7/+7 |
| | * | | | ext4: mark several more functions in mballoc.c as noinline | Eric Sandeen | 2009-07-05 | 1 | -8/+16 |
| | * | | | ext4: Fix potential reclaim deadlock when truncating partial block | Theodore Ts'o | 2009-07-05 | 1 | -1/+2 |
| | * | | | jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region | Theodore Ts'o | 2009-06-20 | 1 | -5/+6 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-07-13 | 1 | -1/+1 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | partitions: fix broken uevent_suppress conversion | Heiko Carstens | 2009-07-12 | 1 | -1/+1 |
| * | | | | AFS: Fix compilation warning | Artem Bityutskiy | 2009-07-12 | 1 | -1/+1 |
| * | | | | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 46 | -29/+17 |
| |/ / / |
|
| * | | | Revert "fuse: Fix build error" as unnecessary | Linus Torvalds | 2009-07-11 | 2 | -2/+0 |
| * | | | isofs: fix Joliet regression | Bartlomiej Zolnierkiewicz | 2009-07-10 | 1 | -2/+2 |
| * | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2009-07-10 | 6 | -76/+92 |
| |\ \ \ |
|
| | * | | | UBIFS: fix corruption dump | Artem Bityutskiy | 2009-07-09 | 1 | -2/+26 |
| | * | | | UBIFS: clean up free space checking | Artem Bityutskiy | 2009-07-09 | 1 | -19/+3 |
| | * | | | UBIFS: small amendments in the LEB scanning code | Artem Bityutskiy | 2009-07-09 | 3 | -11/+17 |
| | * | | | UBIFS: dump a little more in case of corruptions | Artem Bityutskiy | 2009-07-09 | 1 | -3/+3 |
| | * | | | UBIFS: allow more than one volume to be mounted | Daniel Mack | 2009-07-05 | 1 | -1/+2 |
| | * | | | UBIFS: fix assertion warning | Artem Bityutskiy | 2009-07-05 | 1 | -0/+3 |
| | * | | | UBIFS: minor spelling and grammar fixes | Adrian Hunter | 2009-07-05 | 2 | -3/+3 |