Age | Commit message (Expand) | Author | Files | Lines |
2007-11-27 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 5 | -100/+138 |
2007-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 1 | -1/+3 |
2007-11-27 | NFS: Clean up new multi-segment direct I/O changes | Chuck Lever | 1 | -9/+13 |
2007-11-27 | NFS: Ensure we return zero if applications attempt to write zero bytes | Chuck Lever | 1 | -0/+2 |
2007-11-27 | NFS: Support multiple segment iovecs in the NFS direct I/O path | Chuck Lever | 1 | -44/+23 |
2007-11-27 | NFS: Introduce iovec I/O helpers to fs/nfs/direct.c | Chuck Lever | 1 | -0/+71 |
2007-11-27 | NFS: fs/nfs/dir.c should #include "internal.h" | Adrian Bunk | 1 | -0/+1 |
2007-11-27 | NFS: make nfs_wb_page_priority() static | Adrian Bunk | 1 | -1/+2 |
2007-11-27 | NFS: mount failure causes bad page state | Russell King | 1 | -2/+4 |
2007-11-26 | sched: fix prev_stime calculation | Ingo Molnar | 1 | -1/+3 |
2007-11-25 | [CIFS] Fix check after use error in ACL code | Steve French | 1 | -6/+7 |
2007-11-25 | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 25 | -254/+304 |
2007-11-21 | [CIFS] Fix potential data corruption when writing out cached dirty pages | Jeff Layton | 5 | -30/+58 |
2007-11-20 | [CIFS] Fix spurious reconnect on 2nd peek from read of SMB length | Petr Tesarik | 1 | -3/+3 |
2007-11-17 | kernel BUG at fs/nfs/namespace.c:108! - can be triggered by bad server | Neil Brown | 1 | -0/+5 |
2007-11-17 | NFS: Fix the ustat() regression | Trond Myklebust | 1 | -54/+27 |
2007-11-17 | [CIFS] remove build warning | Steve French | 3 | -2/+2 |
2007-11-17 | [CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request | Steve French | 4 | -18/+77 |
2007-11-17 | [CIFS] minor checkpatch cleanup | Steve French | 3 | -9/+9 |
2007-11-17 | [CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_Info | Jeff Layton | 2 | -3/+3 |
2007-11-17 | [CIFS] add hostname field to TCP_Server_Info struct | Jeff Layton | 2 | -0/+37 |
2007-11-17 | [CIFS] clean up error handling in cifs_mount | Jeff Layton | 1 | -58/+30 |
2007-11-16 | [CIFS] add ver= prefix to upcall format version | Steve French | 1 | -6/+11 |
2007-11-15 | Fix 64KB blocksize in ext3 directories | Jan Kara | 2 | -52/+50 |
2007-11-15 | smbfs: fix debug builds | Jeff Layton | 4 | -6/+7 |
2007-11-15 | mark sys_open/sys_read exports unused | Arjan van de Ven | 2 | -2/+2 |
2007-11-15 | proc: simplify and correct proc_flush_task | Eric W. Biederman | 1 | -9/+6 |
2007-11-15 | fuse_file_alloc(): fix NULL dereferences | Adrian Bunk | 1 | -2/+3 |
2007-11-15 | reiserfs: don't drop PG_dirty when releasing sub-page-sized dirty file | Fengguang Wu | 1 | -3/+0 |
2007-11-15 | Fixes to the BFS filesystem driver | Dmitri Vorobiev | 4 | -155/+184 |
2007-11-15 | hugetlb: allow bulk updating in hugetlb_*_quota() | Adam Litke | 1 | -5/+5 |
2007-11-15 | hugetlb: fix quota management for private mappings | Adam Litke | 1 | -1/+0 |
2007-11-15 | proc: fix proc_kill_inodes to kill dentries on all proc superblocks | Eric W. Biederman | 3 | -18/+25 |
2007-11-15 | Forbid user to change file flags on quota files | Jan Kara | 5 | -0/+21 |
2007-11-15 | eCryptfs: cast page->index to loff_t instead of off_t | Michael Halcrow | 1 | -1/+1 |
2007-11-14 | [CIFS] Fix buffer overflow if server sends corrupt response to small | Steve French | 7 | -96/+133 |
2007-11-13 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 3 | -4/+4 |
2007-11-13 | Revert "ext2/ext3/ext4: add block bitmap validation" | Linus Torvalds | 3 | -130/+9 |
2007-11-13 | [NET]: Move unneeded data to initdata section. | Denis V. Lunev | 1 | -1/+1 |
2007-11-13 | [NET]: Add the helper kernel_sock_shutdown() | Trond Myklebust | 2 | -3/+3 |
2007-11-13 | nfsd4: recheck for secure ports in fh_verify | J. Bruce Fields | 1 | -17/+26 |
2007-11-13 | knfsd: fix spurious EINVAL errors on first access of new filesystem | J. Bruce Fields | 2 | -2/+2 |
2007-11-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 24 | -171/+727 |
2007-11-12 | core dump: remain dumpable | Roland McGrath | 1 | -2/+4 |
2007-11-10 | [CIFS] fix oops on second mount to same server when null auth is used | Jeff Layton | 2 | -1/+2 |
2007-11-10 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+4 |
2007-11-10 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -25/+73 |
2007-11-09 | [CIFS] Fix stale mode after readdir when cifsacl specified | Steve French | 1 | -1/+7 |
2007-11-09 | [CIFS] add mode to acl conversion helper function | Steve French | 3 | -3/+37 |
2007-11-08 | [CIFS] Fix incorrect mode when ACL had deny access control entries | Steve French | 1 | -9/+46 |