| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-11-28 | 1 | -1/+5 |
|\ |
|
| * | sysfs: fix off-by-one error in fill_read_buffer() | Miao Xie | 2007-11-28 | 1 | -1/+5 |
* | | vfs: coredumping fix | Ingo Molnar | 2007-11-28 | 1 | -0/+6 |
|/ |
|
* | ocfs2: reverse inline-data truncate args | Mark Fasheh | 2007-11-27 | 1 | -4/+15 |
* | ocfs2: Fix comparison in ocfs2_size_fits_inline_data() | Mark Fasheh | 2007-11-27 | 1 | -1/+1 |
* | ocfs2: Remove bug statement in ocfs2_dentry_iput() | Mark Fasheh | 2007-11-27 | 1 | -4/+16 |
* | [PATCH] ocfs2: Remove expensive bitmap scanning | Jan Kara | 2007-11-27 | 2 | -2/+12 |
* | ocfs2: log valid inode # on bad inode | Mark Fasheh | 2007-11-27 | 1 | -2/+2 |
* | ocfs2: Filter -ENOSPC in mlog_errno() | Mark Fasheh | 2007-11-27 | 1 | -1/+1 |
* | [PATCH] fs/ocfs2: Add missing "space" | Joe Perches | 2007-11-27 | 2 | -3/+3 |
* | ocfs2: Reset journal parameters after s_mount_opt update | Mark Fasheh | 2007-11-27 | 1 | -3/+3 |
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2007-11-26 | 5 | -100/+138 |
|\ |
|
| * | NFS: Clean up new multi-segment direct I/O changes | Chuck Lever | 2007-11-26 | 1 | -9/+13 |
| * | NFS: Ensure we return zero if applications attempt to write zero bytes | Chuck Lever | 2007-11-26 | 1 | -0/+2 |
| * | NFS: Support multiple segment iovecs in the NFS direct I/O path | Chuck Lever | 2007-11-26 | 1 | -44/+23 |
| * | NFS: Introduce iovec I/O helpers to fs/nfs/direct.c | Chuck Lever | 2007-11-26 | 1 | -0/+71 |
| * | NFS: fs/nfs/dir.c should #include "internal.h" | Adrian Bunk | 2007-11-26 | 1 | -0/+1 |
| * | NFS: make nfs_wb_page_priority() static | Adrian Bunk | 2007-11-26 | 1 | -1/+2 |
| * | NFS: mount failure causes bad page state | Russell King | 2007-11-26 | 1 | -2/+4 |
| * | kernel BUG at fs/nfs/namespace.c:108! - can be triggered by bad server | Neil Brown | 2007-11-17 | 1 | -0/+5 |
| * | NFS: Fix the ustat() regression | Trond Myklebust | 2007-11-17 | 1 | -54/+27 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-11-26 | 1 | -1/+3 |
|\ \ |
|
| * | | sched: fix prev_stime calculation | Ingo Molnar | 2007-11-26 | 1 | -1/+3 |
| |/ |
|
* | | [CIFS] Fix check after use error in ACL code | Steve French | 2007-11-25 | 1 | -6/+7 |
* | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2007-11-25 | 25 | -254/+304 |
|\ \
| |/ |
|
| * | Fix 64KB blocksize in ext3 directories | Jan Kara | 2007-11-14 | 2 | -52/+50 |
| * | smbfs: fix debug builds | Jeff Layton | 2007-11-14 | 4 | -6/+7 |
| * | mark sys_open/sys_read exports unused | Arjan van de Ven | 2007-11-14 | 2 | -2/+2 |
| * | proc: simplify and correct proc_flush_task | Eric W. Biederman | 2007-11-14 | 1 | -9/+6 |
| * | fuse_file_alloc(): fix NULL dereferences | Adrian Bunk | 2007-11-14 | 1 | -2/+3 |
| * | reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty file | Fengguang Wu | 2007-11-14 | 1 | -3/+0 |
| * | Fixes to the BFS filesystem driver | Dmitri Vorobiev | 2007-11-14 | 4 | -155/+184 |
| * | hugetlb: allow bulk updating in hugetlb_*_quota() | Adam Litke | 2007-11-14 | 1 | -5/+5 |
| * | hugetlb: fix quota management for private mappings | Adam Litke | 2007-11-14 | 1 | -1/+0 |
| * | proc: fix proc_kill_inodes to kill dentries on all proc superblocks | Eric W. Biederman | 2007-11-14 | 3 | -18/+25 |
| * | Forbid user to change file flags on quota files | Jan Kara | 2007-11-14 | 5 | -0/+21 |
| * | eCryptfs: cast page->index to loff_t instead of off_t | Michael Halcrow | 2007-11-14 | 1 | -1/+1 |
* | | [CIFS] Fix potential data corruption when writing out cached dirty pages | Jeff Layton | 2007-11-20 | 5 | -30/+58 |
* | | [CIFS] Fix spurious reconnect on 2nd peek from read of SMB length | Petr Tesarik | 2007-11-20 | 1 | -3/+3 |
* | | [CIFS] remove build warning | Steve French | 2007-11-17 | 3 | -2/+2 |
* | | [CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request | Steve French | 2007-11-16 | 4 | -18/+77 |
* | | [CIFS] minor checkpatch cleanup | Steve French | 2007-11-16 | 3 | -9/+9 |
* | | [CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_Info | Jeff Layton | 2007-11-16 | 2 | -3/+3 |
* | | [CIFS] add hostname field to TCP_Server_Info struct | Jeff Layton | 2007-11-16 | 2 | -0/+37 |
* | | [CIFS] clean up error handling in cifs_mount | Jeff Layton | 2007-11-16 | 1 | -58/+30 |
* | | [CIFS] add ver= prefix to upcall format version | Steve French | 2007-11-16 | 1 | -6/+11 |
* | | [CIFS] Fix buffer overflow if server sends corrupt response to small | Steve French | 2007-11-13 | 7 | -96/+133 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-11-13 | 3 | -4/+4 |
|\ |
|
| * | [NET]: Move unneeded data to initdata section. | Denis V. Lunev | 2007-11-13 | 1 | -1/+1 |
| * | [NET]: Add the helper kernel_sock_shutdown() | Trond Myklebust | 2007-11-12 | 2 | -3/+3 |