aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* knfsd: exportfs: add exportfs.h headerChristoph Hellwig2007-07-171-0/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-172-0/+2
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-4/+4
* [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
* [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-1310-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