| Commit message (Expand) | Author | Age | Files | Lines |
* | cifs: fix misannotations | Al Viro | 2008-03-30 | 1 | -2/+2 |
* | [PATCH] do shrink_submounts() for all fs types | Al Viro | 2008-03-27 | 1 | -1/+0 |
* | [CIFS] Fix mem leak on dfs referral | Steve French | 2008-03-22 | 1 | -2/+8 |
* | [CIFS] file create with acl support enabled is slow | Steve French | 2008-03-14 | 6 | -22/+30 |
* | [CIFS] Fix mtime on cp -p when file data cached but written out too late | Steve French | 2008-03-14 | 1 | -4/+5 |
* | [CIFS] Fix build problem | Steve French | 2008-03-11 | 1 | -0/+4 |
* | [CIFS] cifs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-10 | 3 | -15/+15 |
* | [CIFS] DFS patch that connects inode with dfs handling ops | Igor Mammedov | 2008-03-09 | 1 | -62/+71 |
* | [CIFS] remove unused variable | Steve French | 2008-02-26 | 1 | -3/+2 |
* | [CIFS] consolidate duplicate code in posix/unix inode handling | Christoph Hellwig | 2008-02-25 | 1 | -176/+103 |
* | [CIFS] fix build break when proc disabled | Steve French | 2008-02-18 | 1 | -2/+2 |
* | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-02-15 | 4 | -19/+37 |
|\ |
|
| * | Introduce path_put() | Jan Blunck | 2008-02-14 | 1 | -1/+1 |
| * | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-14 | 1 | -11/+12 |
| * | iget: stop CIFS from using iget() and read_inode() | David Howells | 2008-02-07 | 3 | -7/+24 |
* | | [CIFS] factoring out common code in get_inode_info functions | Christoph Hellwig | 2008-02-15 | 1 | -63/+43 |
* | | [CIFS] fix prepath conversion when server supports posix paths | Steve French | 2008-02-15 | 1 | -1/+7 |
* | | [CIFS] Only convert / when server does not support posix paths | Igor Mammedov | 2008-02-15 | 1 | -2/+11 |
* | | [CIFS] Fix mixed case name in structure dfs_info3_param | Igor Mammedov | 2008-02-15 | 2 | -2/+2 |
* | | [CIFS] fixup prefixpaths which contain multiple path components | Steve French | 2008-02-14 | 2 | -2/+25 |
* | | [CIFS] fix typo | Steve French | 2008-02-13 | 1 | -1/+1 |
* | | [CIFS] patch to fix incorrect encoding of number of aces on set mode | Shirish Pargaonkar | 2008-02-12 | 1 | -5/+1 |
* | | [CIFS] Fix typo in quota operations | Roel Kluin | 2008-02-12 | 1 | -1/+1 |
* | | [CIFS] clean up some hard to read ifdefs | Steve French | 2008-02-12 | 13 | -84/+51 |
* | | [CIFS] reduce checkpatch warnings | Steve French | 2008-02-07 | 23 | -279/+167 |
* | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-02-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user | Christoph Lameter | 2008-02-05 | 1 | -1/+1 |
* | | [CIFS] fix warning in cifs_spnego.c | Andrew Morton | 2008-02-05 | 1 | -1/+1 |
|/ |
|
* | [CIFS] DFS build fixes | Steve French | 2008-01-25 | 6 | -31/+61 |
* | [CIFS] DFS support: provide shrinkable mounts | Igor Mammedov | 2008-01-25 | 5 | -1/+387 |
* | [CIFS] Do not log path names in lookup errors | Steve French | 2008-01-20 | 1 | -6/+4 |
* | [CIFS] DFS support patchset: Added mountdata | Igor Mammedov | 2008-01-11 | 3 | -2/+41 |
* | [CIFS] Forgot to add two new files from previous commit | Steve French | 2008-01-10 | 2 | -0/+155 |
* | [CIFS] DNS name resolution helper upcall for cifs | Steve French | 2008-01-09 | 2 | -1/+16 |
* | [CIFS] fix checkpatch warnings in fs/cifs/inode.c | Steve French | 2008-01-08 | 3 | -25/+31 |
* | [CIFS] hold ses sem on tcp session reconnect during mount | Steve French | 2008-01-03 | 1 | -3/+3 |
* | [CIFS] Allow setting mode via cifs acl | Steve French | 2007-12-31 | 6 | -13/+315 |
* | [CIFS] fix unicode string alignment in SPNEGO setup | Jeff Layton | 2007-12-31 | 1 | -1/+1 |
* | [CIFS] cifs_partialpagewrite() cleanup | Steve French | 2007-12-31 | 1 | -5/+3 |
* | [CIFS] use krb5 session key from first SMB session after a NegProt | Jeff Layton | 2007-12-31 | 1 | -3/+5 |
* | [CIFS] redo existing session setup if needed in cifs_mount | Jeff Layton | 2007-12-31 | 2 | -2/+11 |
* | [CIFS] Only dump SPNEGO key if CONFIG_CIFS_DEBUG2 is set | Jeff Layton | 2007-12-31 | 1 | -2/+4 |
* | [CIFS] fix SetEA failure to some Samba versions | Steve French | 2007-12-30 | 2 | -2/+2 |
* | regression: cifs endianness bug | Al Viro | 2007-12-05 | 1 | -16/+17 |
* | [CIFS] Fix check after use error in ACL code | Steve French | 2007-11-25 | 1 | -6/+7 |
* | [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 |