summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-082-2/+0Star
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1Star
* [CIFS] Fix typo in cifs readme from previous commitSteve French2007-05-061-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/+30Star
* [CIFS] Replace kmalloc/memset combination with kzallocvignesh2007-04-251-5/+2Star
* [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-245-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/+28Star
* [CIFS] Switch cifsd to kthread_run from kernel_threadIgor Mammedov2007-04-031-16/+16
* [CIFS] Remove unnecessary checksChristoph Hellwig2007-04-023-53/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-03-234-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
* [CIFS] cifs export operationsSteve French2007-02-273-12/+18
* [CIFS] small piece missing from previous patchSteve French2007-02-261-5/+11
* [CIFS] Fix locking problem around some cifs uses of i_size writeSteve French2007-02-264-23/+82
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-02-216-10/+28
|\
| * [CIFS] One line missing from previous commitSteve French2007-02-172-2/+4
| * [CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwrittenSteve French2007-02-174-4/+18
| * [CIFS] fix &&/& typo in cifs_setattr()Steve French2007-02-152-4/+6
* | Storage class should be before const qualifierTobias Klauser2007-02-171-2/+2
* | Fix typos concerning hierarchyUwe Kleine-König2007-02-171-1/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-02-1410-79/+192
|\
| * [CIFS] on reconnect to Samba - reset the unix capabilitiesSteve French2007-02-147-49/+119
| * [CIFS] Allow update of EOF on remote extend of fileSteve French2007-02-084-8/+11
| * [CIFS] POSIX CIFS Extensions (continued) - POSIX OpenSteve French2007-02-082-0/+17
| * [CIFS] Additional POSIX CIFS Extensions infolevelsSteve French2007-02-071-23/+46
* | [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-122-3/+3
* | [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-122-6/+6
|/
* [CIFS] Minor cleanupSteve French2007-02-062-3/+5
* [CIFS] Missing free in error pathSteve French2007-02-021-1/+3
* [CIFS] Reduce cifs stack space usageSteve French2007-02-022-4/+16
* [CIFS] lseek polling returned stale EOFSteve French2007-02-011-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-01-245-14/+17
|\
| * [CIFS] Fix oops when Windows server sent bad domain name null terminatorSteve French2007-01-221-5/+8
| * [CIFS] cifs sprintf fixSteve French2007-01-221-2/+2
| * [CIFS] Remove 2 unneeded kzalloc castsSteve French2007-01-211-6/+2Star