aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] whitespace/formatting fixesSteve French2007-07-1327-1160/+1285
* [CIFS] Fix oops in cifs_create when nfsd server exports cifs mountSteve French2007-07-116-14/+33
* [CIFS] whitespace cleanupSteve French2007-07-1012-591/+610
* [CIFS] Fix packet signatures for NTLMv2 caseSteve French2007-07-098-36/+71
* [CIFS] more whitespace fixesSteve French2007-07-084-137/+141
* [CIFS] more whitespace cleanupSteve French2007-07-077-538/+544
* [CIFS] whitespace cleanupSteve French2007-07-066-46/+48
* [CIFS] whitespace cleanupSteve French2007-07-063-228/+232
* [CIFS] ipv6 support no longer experimentalJeff2007-07-062-62/+1
* [CIFS] Mount should fail if server signing off but client mount option requir...Jeff2007-07-062-1/+3
* [CIFS] whitespace fixesSteve French2007-06-286-106/+108
* [CIFS] Fix sign mount option and sign proc config settingSteve French2007-06-282-95/+29
* [CIFS] whitespace cleanupSteve French2007-06-271-26/+27
* [CIFS] Do not allow signals in cifs_demultiplex_threadJeff2007-06-251-6/+7
* [CIFS] fix whitespaceSteve French2007-06-242-56/+58
* [CIFS] Add in some missing flags and cifs README and TODO correctionsSteve French2007-06-246-29/+80
* [CIFS] CIFS should honour umaskSteve French2007-06-082-4/+7
* [CIFS] Missing flag on negprot needed for some servers to force packet signingYehuda Sadeh Weinraub2007-06-051-2/+2
* [CIFS] whitespace cleanup part 2Steve French2007-06-053-132/+138
* [CIFS] whitespace cleanupSteve French2007-06-054-125/+124
* [CIFS] fix mempool destroy done in wrong order in cifs error pathAkinobu Mita2007-06-041-1/+1
* [CIFS] typo in previous patchSteve French2007-05-241-3/+3
* [CIFS] Fix oops on failed cifs mount (in kthread_stop)Steve French2007-05-231-2/+12
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-4/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-082-2/+0
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [CIFS] Fix typo in cifs readme from previous commitSteve French2007-05-051-2/+2
* [CIFS] Make sec=none force an anonymous mountJeff Layton2007-05-053-8/+24
* [CIFS] Change semaphore to mutex for cifs lock_semRoland Dreier2007-05-033-9/+9
* [CIFS] Fix oops in reset_cifs_unix_caps on reconnectSteve French2007-05-031-1/+1
* [CIFS] UID/GID override on CIFS mounts to SambaSteve French2007-04-308-171/+213
* [CIFS] prefixpath mounts to servers supporting posix paths used wrong slashSteve French2007-04-261-1/+7
* [CIFS] Update cifs version to 1.49Steve French2007-04-262-41/+30
* [CIFS] Replace kmalloc/memset combination with kzallocvignesh2007-04-251-5/+2
* [CIFS] Add IPv6 supportSteve French2007-04-253-7/+40
* [CIFS] New CIFS POSIX mkdir performance improvement (part 2)Steve French2007-04-252-15/+39
* [CIFS] New CIFS POSIX mkdir performance improvementSteve French2007-04-235-15/+340
* [CIFS] Add write perm for usr to file on windows should remove r/o dos attrSteve French2007-04-062-12/+15
* [CIFS] Remove unnecessary parm to cifs_reopen_fileSteve French2007-04-042-62/+28
* [CIFS] Switch cifsd to kthread_run from kernel_threadIgor Mammedov2007-04-031-16/+16
* [CIFS] Remove unnecessary checksChristoph Hellwig2007-04-023-53/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-03-224-4/+35
|\
| * [CIFS] Allow reset of file to ATTR_NORMAL when archive bit not setSteve French2007-03-232-4/+16
| * [CIFS] Do not negotiate new POSIX_PATH_OPERATIONS_CAP yetSteve French2007-03-161-1/+7
| * [CIFS] reset mode when client notices that ATTR_READONLY is no longer setAlan Tyson2007-03-103-0/+13
* | [PATCH] cifs endianness annotationsAl Viro2007-03-141-1/+1
|/
* [CIFS] cifs_prepare_write was incorrectly rereading page in some casesSteve French2007-03-063-28/+45
* [CIFS] Fix set file size to zero when doing chmod to Samba 3.0.26preSteve French2007-03-012-0/+13
* [CIFS] Remove some unused functions/declarationsSteve French2007-02-276-10/+14
* [CIFS] New file for previous commitSteve French2007-02-271-0/+52