| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-06-11 | 11 | -130/+172 |
|\ |
|
| * | [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled | Steve French | 2008-06-10 | 1 | -11/+10 |
| * | [CIFS] Fix hang in mount when negprot causes server to kill tcp session | Steve French | 2008-06-10 | 2 | -0/+6 |
| * | disable most mode changes on non-unix/non-cifsacl mounts | Jeff Layton | 2008-05-25 | 1 | -12/+26 |
| * | [CIFS] Correct incorrect obscure open flag | Steve French | 2008-05-23 | 1 | -5/+18 |
| * | [CIFS] warn if both dynperm and cifsacl mount options specified | Steve French | 2008-05-23 | 1 | -0/+4 |
| * | silently ignore ownership changes unless unix extensions are enabled or we're... | Jeff Layton | 2008-05-23 | 1 | -7/+20 |
| * | [CIFS] remove trailing whitespace | Steve French | 2008-05-23 | 1 | -1/+1 |
| * | when creating new inodes, use file_mode/dir_mode exclusively on mount without... | Jeff Layton | 2008-05-23 | 2 | -3/+8 |
| * | on non-posix shares, clear write bits in mode when ATTR_READONLY is set | Jeff Layton | 2008-05-23 | 2 | -72/+75 |
| * | [CIFS] remove unused variables | Steve French | 2008-05-23 | 5 | -20/+5 |
* | | asn1: additional sanity checking during BER decoding | Chris Wright | 2008-06-05 | 1 | -0/+14 |
* | | cifs endianness fixes | Al Viro | 2008-06-04 | 1 | -3/+3 |
|/ |
|
* | [CIFS] Fix reversed memset arguments | Dave Jones | 2008-05-22 | 1 | -2/+2 |
* | Adds username in the upcall key for unattended mounts with keytab | Igor Mammedov | 2008-05-22 | 1 | -0/+3 |
* | [CIFS] Remove redundant NULL check | Steve French | 2008-05-22 | 1 | -12/+6 |
* | [CIFS] Remove debug statement | Steve French | 2008-05-21 | 1 | -1/+1 |
* | Fix possible access to undefined memory region. | Igor Mammedov | 2008-05-21 | 1 | -4/+5 |
* | [CIFS] Enable DFS support for Windows query path info | Steve French | 2008-05-20 | 1 | -146/+178 |
* | [CIFS] Enable DFS support for Unix query path info | Steve French | 2008-05-20 | 4 | -50/+85 |
* | [CIFS] add missing seq_printf to cifs_show_options for hard mount option | Steve French | 2008-05-20 | 1 | -0/+3 |
* | [CIFS] add more complete mount options to cifs_show_options | Steve French | 2008-05-17 | 1 | -1/+30 |
* | [CIFS] Add missing defines for DFS | Steve French | 2008-05-16 | 2 | -8/+18 |
* | CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t... | Igor Mammedov | 2008-05-16 | 2 | -82/+139 |
* | Fixed DFS code to work with new 'build_path_from_dentry', that returns full p... | Igor Mammedov | 2008-05-16 | 1 | -48/+1 |
* | [CIFS] enable parsing for transport encryption mount parm | Steve French | 2008-05-15 | 3 | -8/+23 |
* | [CIFS] Finishup DFS code | Steve French | 2008-05-15 | 4 | -97/+80 |
* | [CIFS] BKL-removal: convert CIFS over to unlocked_ioctl | Steve French | 2008-05-15 | 3 | -9/+8 |
* | [CIFS] suppress duplicate warning | Steve French | 2008-05-15 | 1 | -1/+1 |
* | [CIFS] Fix paths when share is in DFS to include proper prefix | Steve French | 2008-05-15 | 5 | -127/+37 |
* | add function to convert access flags to legacy open mode | Jeff Layton | 2008-05-14 | 2 | -9/+16 |
* | clarify return value of cifs_convert_flags() | Jeff Layton | 2008-05-14 | 1 | -1/+5 |
* | [CIFS] don't explicitly do a FindClose on rewind when directory search has ended | Steve French | 2008-05-13 | 1 | -2/+5 |
* | [CIFS] cleanup old checkpatch warnings | Steve French | 2008-05-13 | 5 | -29/+45 |
* | [CIFS] CIFSSMBPosixLock should return -EINVAL on error | Marcin Slusarz | 2008-05-13 | 1 | -1/+1 |
* | fix memory leak in CIFSFindNext | Jeff Layton | 2008-05-13 | 2 | -1/+3 |
* | [CIFS] CIFS currently allows for permissions to be changed on files, even | Jeff Layton | 2008-05-13 | 2 | -0/+8 |
* | [CIFS] don't allow demultiplex thread to exit until kthread_stop is called | Steve French | 2008-05-11 | 1 | -14/+14 |
* | [CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre... | Jeff Layton | 2008-05-11 | 4 | -17/+31 |
* | [CIFS] add local struct inode pointer to cifs_setattr | Jeff Layton | 2008-05-11 | 2 | -11/+11 |
* | [CIFS] cifs_find_tcp_session cleanup | Cyrill Gorcunov | 2008-05-11 | 1 | -25/+26 |
* | [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-07 | 1 | -6/+0 |
* | [CIFS] Remove over-indented code in find_unc(). | Steve French | 2008-05-07 | 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 |