| Commit message (Expand) | Author | Age | Files | Lines |
* | [CIFS] fix build warning | Steve French | 2008-05-09 | 1 | -1/+1 |
* | [CIFS] Fixed build warning in is_ip | Igor Mammedov | 2008-05-08 | 3 | -32/+5 |
* | [CIFS] cleanup cifsd completion | Steve French | 2008-05-06 | 1 | -6/+0 |
* | [CIFS] Remove over-indented code in find_unc(). | Steve French | 2008-05-06 | 1 | -33/+31 |
* | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-05-06 | 1 | -2/+2 |
|\ |
|
| * | proc: remove proc_root_fs | Alexey Dobriyan | 2008-04-29 | 1 | -2/+2 |
* | | [CIFS] fix typo | Steve French | 2008-05-02 | 1 | -1/+1 |
* | | [CIFS] Remove duplicate call to mode_to_acl | Steve French | 2008-04-29 | 1 | -4/+0 |
* | | [CIFS] convert usage of implicit booleans to bool | Steve French | 2008-04-29 | 17 | -214/+200 |
* | | [CIFS] fixed compatibility issue with samba refferal request | Igor Mammedov | 2008-04-28 | 1 | -11/+14 |
* | | [CIFS] Fix statfs formatting | Steve French | 2008-04-28 | 2 | -33/+36 |
* | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2008-04-28 | 3 | -22/+25 |
|\ \
| |/ |
|
| * | [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] Adds to dns_resolver checking if the server name is an IP addr and ski... | Steve French | 2008-04-26 | 1 | -10/+52 |
* | | [CIFS] Fix spelling mistake | Steve French | 2008-04-25 | 1 | -1/+1 |
* | | [CIFS] Update cifs version number | Steve French | 2008-04-25 | 1 | -1/+1 |
|/ |
|
* | [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 |