Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2009-03-30 | 1 | -3/+7 |
|\ | |||||
| * | Fix a lockdep warning in fasync_helper() | Jonathan Corbet | 2009-03-30 | 1 | -3/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2009-03-30 | 1 | -1/+2 |
|\ \ | |||||
| * | | fuse: fix fuse_file_lseek returning with lock held | Dan Carpenter | 2009-03-30 | 1 | -1/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2009-03-30 | 8 | -344/+46 |
|\ \ \ | |/ / |/| | | |||||
| * | | jfs: needs crc32_le | Randy Dunlap | 2009-02-02 | 1 | -0/+1 |
| * | | Merge branch 'master' of /home/shaggy/git/linus-clean/ | Dave Kleikamp | 2009-02-02 | 241 | -3437/+49259 |
| |\ \ | |||||
| * | | | jfs: Fix error handling in metapage_writepage() | Dave Kleikamp | 2009-01-30 | 1 | -5/+13 |
| * | | | jfs: return f_fsid for statfs(2) | Coly Li | 2009-01-27 | 1 | -0/+4 |
| * | | | jfs: remove xtLookupList() | Dave Kleikamp | 2009-01-09 | 4 | -332/+25 |
| * | | | jfs: clean up a dangling comment | Dave Kleikamp | 2009-01-09 | 1 | -7/+3 |
* | | | | fix setuid sometimes wouldn't | Hugh Dickins | 2009-03-28 | 1 | -34/+16 |
* | | | | fix setuid sometimes doesn't | Hugh Dickins | 2009-03-28 | 3 | -9/+5 |
* | | | | compat_do_execve should unshare_files | Hugh Dickins | 2009-03-28 | 1 | -1/+11 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-03-27 | 68 | -446/+386 |
|\ \ \ \ | |||||
| * | | | | fs: avoid I_NEW inodes | Nick Piggin | 2009-03-27 | 4 | -11/+19 |
| * | | | | Merge code for single and multiple-instance mounts | Sukadev Bhattiprolu | 2009-03-27 | 1 | -73/+40 |
| * | | | | Remove get_init_pts_sb() | Sukadev Bhattiprolu | 2009-03-27 | 1 | -19/+6 |
| * | | | | Move common mknod_ptmx() calls into caller | Sukadev Bhattiprolu | 2009-03-27 | 1 | -19/+17 |
| * | | | | Parse mount options just once and copy them to super block | Sukadev Bhattiprolu | 2009-03-27 | 1 | -78/+22 |
| * | | | | Unroll essentials of do_remount_sb() into devpts | Sukadev Bhattiprolu | 2009-03-27 | 1 | -1/+6 |
| * | | | | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 2009-03-27 | 8 | -12/+20 |
| * | | | | fs: move bdev code out of buffer.c | Nick Piggin | 2009-03-27 | 2 | -145/+146 |
| * | | | | constify dentry_operations: rest | Al Viro | 2009-03-27 | 3 | -3/+3 |
| * | | | | constify dentry_operations: configfs | Al Viro | 2009-03-27 | 1 | -1/+1 |
| * | | | | constify dentry_operations: sysfs | Al Viro | 2009-03-27 | 1 | -1/+1 |
| * | | | | constify dentry_operations: JFS | Al Viro | 2009-03-27 | 2 | -3/+3 |
| * | | | | constify dentry_operations: OCFS2 | Al Viro | 2009-03-27 | 2 | -2/+2 |
| * | | | | constify dentry_operations: GFS2 | Al Viro | 2009-03-27 | 2 | -2/+2 |
| * | | | | constify dentry_operations: FAT | Al Viro | 2009-03-27 | 2 | -3/+3 |
| * | | | | constify dentry_operations: FUSE | Al Viro | 2009-03-27 | 2 | -2/+2 |
| * | | | | constify dentry_operations: procfs | Al Viro | 2009-03-27 | 3 | -6/+6 |
| * | | | | constify dentry_operations: ecryptfs | Al Viro | 2009-03-27 | 2 | -2/+2 |
| * | | | | constify dentry_operations: CIFS | Al Viro | 2009-03-27 | 2 | -4/+4 |
| * | | | | constify dentry_operations: AFS | Al Viro | 2009-03-27 | 1 | -1/+1 |
| * | | | | constify dentry_operations: autofs, autofs4 | Al Viro | 2009-03-27 | 3 | -4/+4 |
| * | | | | constify dentry_operations: 9p | Al Viro | 2009-03-27 | 2 | -4/+4 |
| * | | | | constify dentry_operations: misc filesystems | Al Viro | 2009-03-27 | 17 | -22/+21 |
| * | | | | constify dentry_operations: NFS | Al Viro | 2009-03-27 | 2 | -3/+3 |
| * | | | | devpts: Must release s_umount on error | Sukadev Bhattiprolu | 2009-03-27 | 1 | -0/+2 |
| * | | | | do_pipe cleanup: drop its last user in arch/alpha/ | Cheng Renquan | 2009-03-27 | 1 | -5/+0 |
| * | | | | ufs: copy symlink data into the correct union member | Duane Griffin | 2009-03-27 | 1 | -1/+1 |
| * | | | | ufs: ensure fast symlinks are NUL-terminated | Duane Griffin | 2009-03-27 | 1 | -2/+4 |
| * | | | | ufs: don't truncate longer ufs2 fast symlinks | Duane Griffin | 2009-03-27 | 2 | -22/+17 |
| * | | | | ufs: validate maximum fast symlink size from superblock | Duane Griffin | 2009-03-27 | 1 | -0/+11 |
| * | | | | cleanup may_open | Christoph Hellwig | 2009-03-27 | 1 | -14/+12 |
| * | | | | cleanup d_add_ci | Christoph Hellwig | 2009-03-27 | 1 | -30/+18 |
| * | | | | generic compat_sys_ustat | Christoph Hellwig | 2009-03-27 | 1 | -0/+28 |
| * | | | | affs: fix missing unlocks in affs_remove_link | Christoph Hellwig | 2009-03-27 | 1 | -2/+6 |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-03-27 | 56 | -654/+815 |
|\ \ \ \ \ |