| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2007-05-05 | 17 | -394/+748 |
|\ |
|
| * | [CIFS] Fix typo in cifs readme from previous commit | Steve French | 2007-05-05 | 1 | -2/+2 |
| * | [CIFS] Make sec=none force an anonymous mount | Jeff Layton | 2007-05-05 | 3 | -8/+24 |
| * | [CIFS] Change semaphore to mutex for cifs lock_sem | Roland Dreier | 2007-05-03 | 3 | -9/+9 |
| * | [CIFS] Fix oops in reset_cifs_unix_caps on reconnect | Steve French | 2007-05-03 | 1 | -1/+1 |
| * | [CIFS] UID/GID override on CIFS mounts to Samba | Steve French | 2007-04-30 | 8 | -171/+213 |
| * | [CIFS] prefixpath mounts to servers supporting posix paths used wrong slash | Steve French | 2007-04-26 | 1 | -1/+7 |
| * | [CIFS] Update cifs version to 1.49 | Steve French | 2007-04-26 | 2 | -41/+30 |
| * | [CIFS] Replace kmalloc/memset combination with kzalloc | vignesh | 2007-04-25 | 1 | -5/+2 |
| * | [CIFS] Add IPv6 support | Steve French | 2007-04-25 | 3 | -7/+40 |
| * | [CIFS] New CIFS POSIX mkdir performance improvement (part 2) | Steve French | 2007-04-25 | 2 | -15/+39 |
| * | [CIFS] New CIFS POSIX mkdir performance improvement | Steve French | 2007-04-23 | 5 | -15/+340 |
| * | [CIFS] Add write perm for usr to file on windows should remove r/o dos attr | Steve French | 2007-04-06 | 2 | -12/+15 |
| * | [CIFS] Remove unnecessary parm to cifs_reopen_file | Steve French | 2007-04-04 | 2 | -62/+28 |
| * | [CIFS] Switch cifsd to kthread_run from kernel_thread | Igor Mammedov | 2007-04-03 | 1 | -16/+16 |
| * | [CIFS] Remove unnecessary checks | Christoph Hellwig | 2007-04-02 | 3 | -53/+6 |
* | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2007-05-05 | 3 | -3/+23 |
|\ \ |
|
| * | | [PATCH] x86-64: Shut up warnings for vfat compat ioctls on other file systems | Andi Kleen | 2007-05-02 | 1 | -0/+9 |
| * | | [PATCH] x86-64: Print type and size correctly for unknown compat ioctls | Andi Kleen | 2007-05-02 | 1 | -2/+3 |
| * | | [PATCH] x86-64: Shut up 32bit emulation for SIOCGIFCOUNT | Andi Kleen | 2007-05-02 | 1 | -0/+2 |
| * | | [PATCH] x86-64: Define IGNORE_IOCTL() macro for compat_ioctls | Andi Kleen | 2007-05-02 | 1 | -0/+8 |
| * | | [PATCH] i386: Allow i386 crash kernels to handle x86_64 dumps | Ian Campbell | 2007-05-02 | 1 | -1/+1 |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-05-04 | 23 | -91/+151 |
|\ \ \ |
|
| * | | | ocfs2: Force use of GFP_NOFS in ocfs2_write() | Mark Fasheh | 2007-05-02 | 1 | -1/+1 |
| * | | | ocfs2: fix sparse warnings in fs/ocfs2/cluster | Mark Fasheh | 2007-05-02 | 2 | -6/+6 |
| * | | | ocfs2: fix sparse warnings in fs/ocfs2/dlm | Mark Fasheh | 2007-05-02 | 2 | -8/+8 |
| * | | | ocfs2: fix sparse warnings in fs/ocfs2 | Mark Fasheh | 2007-05-02 | 10 | -30/+37 |
| * | | | [PATCH] Copy i_flags to ocfs2 inode flags on write | Jan Kara | 2007-05-02 | 3 | -0/+22 |
| * | | | [PATCH] ocfs2: use __set_current_state() | Milind Arun Choudhary | 2007-05-02 | 1 | -1/+1 |
| * | | | ocfs2: Wrap access of directory allocations with ip_alloc_sem. | Joel Becker | 2007-05-02 | 2 | -1/+8 |
| * | | | [PATCH] fs/ocfs2/: make 3 functions static | Adrian Bunk | 2007-05-02 | 5 | -44/+36 |
| * | | | ocfs2: Implement compat_ioctl() | Mark Fasheh | 2007-05-02 | 4 | -0/+32 |
* | | | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2007-05-04 | 19 | -405/+349 |
|\ \ \ \ |
|
| * | | | | NFS: Fix a compile glitch on 64-bit systems | Trond Myklebust | 2007-05-04 | 1 | -1/+1 |
| * | | | | NFS: Clean up nfs_create_request comments | Jason Uhlenkott | 2007-05-02 | 1 | -7/+1 |
| * | | | | NFS4: invalidate cached acl on setacl | J. Bruce Fields | 2007-05-02 | 1 | -2/+1 |
| * | | | | NFS: Fix directory caching problem - with test case and patch. | Neil Brown | 2007-04-30 | 1 | -0/+4 |
| * | | | | NFS: Set meaningful value for fattr->time_start in readdirplus results. | Neil Brown | 2007-04-30 | 1 | -0/+16 |
| * | | | | NFS: Added support to turn off the NFSv3 READDIRPLUS RPC. | Steve Dickson | 2007-04-30 | 2 | -1/+3 |
| * | | | | SUNRPC: RPC client should retry with different versions of rpcbind | Chuck Lever | 2007-04-30 | 1 | -0/+12 |
| * | | | | NFS: switch NFSROOT to use new rpcbind client | Chuck Lever | 2007-04-30 | 1 | -1/+1 |
| * | | | | SUNRPC: RPC buffer size estimates are too large | Chuck Lever | 2007-04-30 | 8 | -40/+25 |
| * | | | | NLM: Shrink the maximum request size of NLM4 requests | Chuck Lever | 2007-04-30 | 2 | -10/+20 |
| * | | | | NFS: Use pgoff_t in structures and functions that pass page cache offsets | Trond Myklebust | 2007-04-30 | 2 | -11/+11 |
| * | | | | NFS: Clean up nfs_sync_mapping_wait() | Trond Myklebust | 2007-04-30 | 1 | -5/+1 |
| * | | | | NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata | Trond Myklebust | 2007-04-30 | 5 | -20/+37 |
| * | | | | NFS: Fix a race when doing NFS write coalescing | Trond Myklebust | 2007-04-30 | 2 | -194/+47 |
| * | | | | NFS: Cleanup for nfs_readpages() | Trond Myklebust | 2007-04-30 | 2 | -34/+17 |
| * | | | | NFS: Another cleanup of the read/write request coalescing code | Trond Myklebust | 2007-04-30 | 3 | -73/+113 |
| * | | | | NFS: Cleanup the coalescing code | Trond Myklebust | 2007-04-30 | 3 | -49/+103 |