Age | Commit message (Expand) | Author | Files | Lines |
2008-05-26 | posix timers: discard SI_TIMER signals on exec | Oleg Nesterov | 1 | -0/+1 |
2008-05-24 | proc: proc_get_inode() should get module only once | Denis V. Lunev | 1 | -1/+2 |
2008-05-24 | mm: fix atomic_t overflow in vm | Alan Cox | 1 | -1/+1 |
2008-05-24 | ntfs: le*_add_cpu conversion | Marcin Slusarz | 1 | -3/+2 |
2008-05-24 | ecryptfs: fix missed mutex_unlock | Cyrill Gorcunov | 1 | -1/+1 |
2008-05-24 | fuse: fix bdi naming conflict | Miklos Szeredi | 1 | -1/+6 |
2008-05-23 | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 7 | -94/+98 |
2008-05-23 | [XFS] Fix memory corruption with small buffer reads | Christoph Hellwig | 2 | -4/+39 |
2008-05-23 | [XFS] Fix inode list allocation size in writeback. | David Chinner | 1 | -3/+4 |
2008-05-23 | [XFS] Don't allow memory reclaim to wait on the filesystem in inode | David Chinner | 1 | -1/+1 |
2008-05-23 | [XFS] Fix fsync() b0rkage. | David Chinner | 4 | -86/+54 |
2008-05-22 | [CIFS] Fix reversed memset arguments | Dave Jones | 1 | -2/+2 |
2008-05-22 | Adds username in the upcall key for unattended mounts with keytab | Igor Mammedov | 1 | -0/+3 |
2008-05-22 | [CIFS] Remove redundant NULL check | Steve French | 1 | -12/+6 |
2008-05-21 | ocfs2 endianness fixes | Al Viro | 1 | -2/+2 |
2008-05-21 | ecryptfs fixes | Al Viro | 1 | -14/+12 |
2008-05-21 | fix hppfs Makefile breakage | Al Viro | 1 | -4/+1 |
2008-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 22 | -545/+612 |
2008-05-21 | [CIFS] Remove debug statement | Steve French | 1 | -1/+1 |
2008-05-21 | Fix possible access to undefined memory region. | Igor Mammedov | 1 | -4/+5 |
2008-05-20 | Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2008-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -5/+1 |
2008-05-20 | [CIFS] Enable DFS support for Windows query path info | Steve French | 1 | -146/+178 |
2008-05-20 | [CIFS] Enable DFS support for Unix query path info | Steve French | 4 | -50/+85 |
2008-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 7 | -18/+23 |
2008-05-19 | Merge branch 'audit.b51' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2008-05-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -16/+173 |
2008-05-19 | [CIFS] add missing seq_printf to cifs_show_options for hard mount option | Steve French | 1 | -0/+3 |
2008-05-19 | dlm: fix plock dev_write return value | David Teigland | 1 | -1/+1 |
2008-05-19 | dlm: tcp_connect_to_sock should check for -EINVAL, not EINVAL | Marcin Slusarz | 1 | -1/+1 |
2008-05-19 | dlm: section mismatch warning fix | Leonardo Potenza | 1 | -1/+1 |
2008-05-19 | dlm: convert connections_lock in a mutex | Matthias Kaehlcke | 1 | -12/+13 |
2008-05-18 | nfsd: reorder printk in do_probe_callback to avoid use-after-free | J. Bruce Fields | 1 | -1/+1 |
2008-05-18 | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 20 | -145/+157 |
2008-05-17 | [PATCH] open sessionid permissions | Steve Grubb | 1 | -1/+1 |
2008-05-17 | [CIFS] add more complete mount options to cifs_show_options | Steve French | 1 | -1/+30 |
2008-05-16 | [PATCH] return to old errno choice in mkdir() et.al. | Al Viro | 1 | -4/+8 |
2008-05-16 | [Patch] fs/binfmt_elf.c: fix wrong return values | WANG Cong | 1 | -2/+2 |
2008-05-16 | [PATCH] get rid of leak in compat_execve() | Al Viro | 2 | -6/+10 |
2008-05-16 | [Patch] fs/binfmt_elf.c: fix a wrong free | WANG Cong | 1 | -2/+3 |
2008-05-16 | [PATCH] avoid multiplication overflows and signedness issues for max_fds | Al Viro | 1 | -0/+4 |
2008-05-16 | [PATCH] dup_fd() part 4 - race fix | Al Viro | 1 | -2/+8 |
2008-05-16 | [PATCH] dup_fd() - part 3 | Al Viro | 1 | -28/+15 |
2008-05-16 | [PATCH] dup_fd() part 2 | Al Viro | 1 | -8/+16 |
2008-05-16 | [PATCH] dup_fd() fixes, part 1 | Al Viro | 1 | -0/+130 |
2008-05-16 | [PATCH] take init_files to fs/file.c | Al Viro | 1 | -0/+13 |
2008-05-16 | byteorder: don't directly include linux/byteorder/generic.h | Harvey Harrison | 1 | -1/+1 |
2008-05-16 | [CIFS] Add missing defines for DFS | Steve French | 2 | -8/+18 |
2008-05-16 | CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t... | Igor Mammedov | 2 | -82/+139 |
2008-05-16 | nfs: make nfs4_drop_state_owner() static | Adrian Bunk | 2 | -2/+1 |