| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] restore sane ->umount_begin() API | Al Viro | 2008-04-25 | 1 | -5/+2 |
* | cifs: timeout dfs automounts +little fix. | Igor Mammedov | 2008-04-25 | 3 | -17/+23 |
* | [CIFS] Fix typo in previous commit | Steve French | 2008-04-24 | 1 | -2/+2 |
* | [CIFS] Fix define for new proxy cap to match documentation | Steve French | 2008-04-24 | 1 | -2/+5 |
* | [CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slash | Steve French | 2008-04-18 | 1 | -4/+11 |
* | [CIFS] Reserve new proxy cap for WAFS | Steve French | 2008-04-18 | 1 | -1/+7 |
* | [CIFS] Add various missing flags and defintions | Steve French | 2008-04-17 | 2 | -14/+105 |
* | [CIFS] make cifs_dfs_automount_list_static | Steve French | 2008-04-16 | 2 | -3/+1 |
* | [CIFS] Fix oops when slow oplock process races with unmount | Steve French | 2008-04-15 | 3 | -0/+20 |
* | [CIFS] Fix acl length when very short ACL being modified by chmod | Steve French | 2008-04-09 | 2 | -6/+9 |
* | [CIFS] Fix looping on reconnect to Samba when unexpected tree connect fail on... | Steve French | 2008-04-09 | 1 | -14/+18 |
* | [CIFS] minor update to change log | Steve French | 2008-04-04 | 1 | -1/+2 |
* | 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 |