| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2006-11-06 | 4 | -19/+46 |
|\ |
|
| * | [DLM] fix oops in kref_put when removing a lockspace | Patrick Caulfield | 2006-11-06 | 1 | -0/+5 |
| * | [DLM] Fix kref_put oops | Patrick Caulfield | 2006-11-06 | 1 | -1/+8 |
| * | [GFS2] Fix OOM error handling | Steven Whitehouse | 2006-11-06 | 1 | -0/+3 |
| * | [GFS2] Fix incorrect fs sync behaviour. | Steven Whitehouse | 2006-11-06 | 1 | -16/+28 |
| * | [GFS2] don't panic needlessly | Alexey Dobriyan | 2006-11-06 | 1 | -2/+2 |
* | | [PATCH] sysctl: implement CTL_UNNUMBERED | Eric W. Biederman | 2006-11-06 | 2 | -8/+0 |
|/ |
|
* | [PATCH] splice: fix problem introduced with inode diet | Jens Axboe | 2006-11-04 | 1 | -6/+20 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2006-11-04 | 1 | -4/+5 |
|\ |
|
| * | JFS: Remove redundant xattr permission checking | Dave Kleikamp | 2006-11-02 | 1 | -4/+5 |
* | | [PATCH] Fix user.* xattr permission check for sticky dirs | Andreas Gruenbacher | 2006-11-03 | 1 | -3/+10 |
* | | [PATCH] reiserfs: reset errval after initializing bitmap cache | Jeff Mahoney | 2006-11-03 | 1 | -0/+1 |
* | | [PATCH] NFS4: fix for recursive locking problem | Srinivasa Ds | 2006-11-03 | 1 | -1/+1 |
* | | [PATCH] gfs2: ->readpages() fixes | OGAWA Hirofumi | 2006-11-03 | 1 | -7/+0 |
* | | [PATCH] fuse: ->readpages() cleanup | OGAWA Hirofumi | 2006-11-03 | 1 | -6/+3 |
* | | [PATCH] cifs: ->readpages() fixes | OGAWA Hirofumi | 2006-11-03 | 1 | -22/+1 |
* | | [PATCH] sys_pselect7 vs compat_sys_pselect7 uaccess error handling | Heiko Carstens | 2006-11-03 | 1 | -3/+17 |
* | | [PATCH] eCryptfs: Fix pointer deref | Michael Halcrow | 2006-11-03 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2006-11-03 | 4 | -6/+29 |
|\ \ |
|
| * | | [CIFS] report rename failure when target file is locked by Windows | Steve French | 2006-11-02 | 2 | -6/+12 |
| * | | [CIFS] Allow null user connections | Steve French | 2006-10-30 | 2 | -1/+9 |
| * | | [CIFS] Fix readdir breakage when blocksize set too small | Steve French | 2006-10-30 | 1 | -0/+9 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2006-11-02 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | jfs: Add splice support | Daniel Drake | 2006-10-30 | 1 | -0/+2 |
| |/ |
|
* | | [PATCH] eCryptfs: Fix handling of lower d_count | Michael Halcrow | 2006-10-31 | 2 | -43/+27 |
* | | [PATCH] eCryptfs: Remove ecryptfs_umount_begin | Michael Halcrow | 2006-10-31 | 1 | -18/+0 |
* | | [PATCH] eCryptfs: Consolidate lower dentry_open's | Michael Halcrow | 2006-10-31 | 4 | -42/+63 |
* | | [PATCH] eCryptfs: Cipher code to new crypto API | Michael Halcrow | 2006-10-31 | 4 | -58/+146 |
* | | [PATCH] eCryptfs: Hash code to new crypto API | Michael Halcrow | 2006-10-31 | 2 | -18/+25 |
* | | [PATCH] eCryptfs: Clean up crypto initialization | Michael Halcrow | 2006-10-31 | 4 | -78/+24 |
* | | [PATCH] find_bd_holder() fix | Andrew Morton | 2006-10-31 | 1 | -2/+2 |
* | | [PATCH] clean up add_bd_holder() | Jun'ichi Nomura | 2006-10-31 | 1 | -18/+35 |
* | | [PATCH] fix bd_claim_by_kobject error handling | Jun'ichi Nomura | 2006-10-31 | 1 | -1/+4 |
|/ |
|
* | [PATCH] VFS: Fix an error in unused dentry counting | David Howells | 2006-10-28 | 1 | -2/+8 |
* | [PATCH] missing unused dentry in prune_dcache()? | Vasily Averin | 2006-10-28 | 1 | -4/+5 |
* | [PATCH] hugetlb: fix prio_tree unit | Hugh Dickins | 2006-10-28 | 1 | -13/+11 |
* | [PATCH] hugetlb: fix size=4G parsing | Hugh Dickins | 2006-10-28 | 1 | -1/+0 |
* | [PATCH] Fix potential OOPs in blkdev_open() | Pavel Emelianov | 2006-10-28 | 1 | -0/+2 |
* | [PATCH] jbd2: journal_dirty_data re-check for unmapped buffers | Eric Sandeen | 2006-10-28 | 1 | -1/+14 |
* | [PATCH] jbd: journal_dirty_data re-check for unmapped buffers | Eric Sandeen | 2006-10-28 | 1 | -1/+14 |
* | [PATCH] ext4: fix printk format warnings | Randy Dunlap | 2006-10-28 | 1 | -9/+14 |
* | [PATCH] mm: clean up pagecache allocation | Nick Piggin | 2006-10-28 | 1 | -5/+4 |
* | [CRYPTO] users: Select ECB/CBC where needed | Patrick McHardy | 2006-10-25 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2006-10-23 | 1 | -2/+2 |
|\ |
|
| * | JFS: pageno needs to be long | Dave Kleikamp | 2006-10-13 | 1 | -2/+2 |
* | | [PATCH] NFS: Cache invalidation fixup | Trond Myklebust | 2006-10-21 | 1 | -0/+6 |
* | | [PATCH] VFS: Make d_materialise_unique() enforce directory uniqueness | Trond Myklebust | 2006-10-21 | 2 | -38/+106 |
* | | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2006-10-21 | 2 | -22/+119 |
|\ \ |
|
| * | | [PATCH] Remove SUID when splicing into an inode | Jens Axboe | 2006-10-19 | 1 | -4/+15 |
| * | | [PATCH] Introduce generic_file_splice_write_nolock() | Mark Fasheh | 2006-10-19 | 1 | -14/+66 |