Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | [CIFS] fix typo | Steve French | 2007-10-17 | 1 | -1/+1 | |
| * | | | | | | | | | [CIFS] acl support part 4 | Steve French | 2007-10-17 | 3 | -9/+25 | |
| * | | | | | | | | | [CIFS] Fix minor problems noticed by scan | Steve French | 2007-10-17 | 2 | -7/+10 | |
| * | | | | | | | | | [CIFS] fix bad handling of EAGAIN error on kernel_recvmsg in cifs_demultiplex... | Steve French | 2007-10-17 | 2 | -2/+7 | |
| * | | | | | | | | | [CIFS] build break | Steve French | 2007-10-17 | 1 | -1/+1 | |
| * | | | | | | | | | [CIFS] endian fixes | Steve French | 2007-10-17 | 1 | -3/+3 | |
| * | | | | | | | | | [CIFS] endian fixes in new acl code | Dave Kleikamp | 2007-10-16 | 1 | -11/+11 | |
| * | | | | | | | | | [CIFS] Fix some endianness problems in new acl code | Steve French | 2007-10-16 | 3 | -27/+26 | |
| * | | | | | | | | | [CIFS] missing #endif from a previous patch | Steve French | 2007-10-16 | 1 | -0/+2 | |
| * | | | | | | | | | [CIFS] formatting fixes | Cyrill Gorcunov | 2007-10-16 | 1 | -31/+26 | |
| * | | | | | | | | | [CIFS] Break up unicode_sessetup string functions | Jeff Layton | 2007-10-16 | 2 | -26/+55 | |
| * | | | | | | | | | [CIFS] parse server_GUID in SPNEGO negProt response | Jeff Layton | 2007-10-16 | 1 | -14/+18 | |
| * | | | | | | | | | [CIFS] | Jeff Layton | 2007-10-16 | 1 | -2/+2 | |
| * | | | | | | | | | [CIFS] Fix endian conversion problem in posix mkdir | Cyril Gorcunov | 2007-10-14 | 5 | -10/+13 | |
| * | | | | | | | | | [CIFS] fix build break when lanman not enabled | Steve French | 2007-10-12 | 1 | -0/+3 | |
| * | | | | | | | | | [CIFS] remove two sparse warnings | Steve French | 2007-10-12 | 2 | -5/+5 | |
| * | | | | | | | | | [CIFS] remove compile warnings when debug disabled | Steve French | 2007-10-12 | 1 | -2/+2 | |
| * | | | | | | | | | [CIFS] CIFS ACL support part 3 | Steve French | 2007-10-12 | 7 | -22/+141 | |
| * | | | | | | | | | [CIFS] Fix cifsd so shuts down when signing fails during mount | Steve French | 2007-10-04 | 4 | -8/+42 | |
| * | | | | | | | | | [CIFS] Cleanup formatting | Steve French | 2007-10-03 | 2 | -46/+51 | |
| * | | | | | | | | | [CIFS] CIFS ACL support (part 2) | Shirish Pargaonkar | 2007-10-03 | 4 | -60/+151 | |
| * | | | | | | | | | [CIFS] remove some redundant argument checks | Mariusz Kozlowski | 2007-10-03 | 1 | -14/+8 | |
| * | | | | | | | | | [CIFS] Reduce chance of list corruption in find_writable_file | Steve French | 2007-10-02 | 1 | -15/+39 | |
| * | | | | | | | | | [CIFS] change misleading field name | Steve French | 2007-10-01 | 2 | -8/+6 | |
| * | | | | | | | | | [CIFS] named pipe support (part 2) | Steve French | 2007-09-29 | 4 | -5/+17 | |
| * | | | | | | | | | [CIFS] CIFS support for named pipes (part 1) | Steve French | 2007-09-28 | 5 | -8/+37 | |
| * | | | | | | | | | [CIFS] Fix memory leak in statfs to very old servers | Steve French | 2007-09-28 | 2 | -4/+5 | |
| * | | | | | | | | | [CIFS] fix cut and paste error - missing defines cause cifsacl build error | Steve French | 2007-09-25 | 1 | -1/+8 | |
| * | | | | | | | | | [CIFS] move cifs acl code to new file and fix build break | Steve French | 2007-09-25 | 5 | -109/+137 | |
| * | | | | | | | | | [CIFS] Support for CIFS ACLs (part 1) | Steve French | 2007-09-24 | 4 | -8/+143 | |
| * | | | | | | | | | [CIFS] fix typo in previous commit | Steve French | 2007-09-20 | 1 | -1/+1 | |
| * | | | | | | | | | [CIFS] Print better error when server returns malformed QueryUnixInfo response | Steve French | 2007-09-20 | 1 | -0/+3 | |
| * | | | | | | | | | [CIFS] Add warning message when broken server fails SetFSInfo call | Steve French | 2007-09-20 | 1 | -1/+10 | |
| * | | | | | | | | | [CIFS] Fallback to standard mkdir if server incorrectly claims support for | Steve French | 2007-09-17 | 2 | -3/+6 | |
| * | | | | | | | | | [CIFS] fix small memory leak in an error path in new posix mkdir | Steve French | 2007-09-16 | 1 | -2/+6 | |
| * | | | | | | | | | [CIFS] missing field in debug output from previous fix | Steve French | 2007-09-15 | 1 | -1/+2 | |
| * | | | | | | | | | [CIFS] Fix potential NULL pointer usage if kzalloc fails | Steve French | 2007-09-15 | 2 | -12/+17 | |
| * | | | | | | | | | [CIFS] typo in earlier cifs_reconnect fix | Steve French | 2007-09-15 | 1 | -1/+0 | |
| * | | | | | | | | | [CIFS] Respect umask when using POSIX mkdir | Jeff | 2007-09-13 | 1 | -0/+1 | |
| * | | | | | | | | | [CIFS] lock inode open file list in close in case racing with open | Steve French | 2007-09-11 | 1 | -0/+2 | |
| * | | | | | | | | | [CIFS] Fix oops in find_writable_file | Steve French | 2007-09-07 | 1 | -9/+28 | |
| * | | | | | | | | | [CIFS] Fix warnings shown by newer version of sparse | Steve French | 2007-08-31 | 4 | -37/+32 | |
| * | | | | | | | | | [CIFS] formatting cleanup found by checkpatch | Steve French | 2007-08-30 | 10 | -105/+80 | |
| * | | | | | | | | | [CIFS] fix for incorrect session reconnects | Steve French | 2007-08-30 | 1 | -6/+7 | |
| * | | | | | | | | | [CIFS][KJ] use abs() from kernel.h where appropriate | Andre Haupt | 2007-08-30 | 1 | -1/+1 | |
| * | | | | | | | | | [CIFS] fix typo in previous | Steve French | 2007-08-24 | 1 | -1/+1 | |
| * | | | | | | | | | [CIFS] Byte range unlock request to non-Unix server can unlock too much | Jeff Layton | 2007-08-24 | 2 | -2/+6 | |
| * | | | | | | | | | [CIFS] Fix unbalanced call to GetXid/FreeXid | Cyrill Gorcunov | 2007-08-24 | 1 | -1/+1 | |
| * | | | | | | | | | [CIFS] cifs truncate missing a fix for private map COW race | Steve French | 2007-08-22 | 1 | -0/+9 | |
* | | | | | | | | | | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 | Linus Torvalds | 2007-10-19 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ |