summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Check return code on failed allocCyrill Gorcunov2007-08-182-0/+10
* [CIFS] Fix hang in find_writable_fileSteve French2007-07-264-13/+35
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-5/+5
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2007-07-193-6/+6
|\
| * 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] merge conflict in fs/cifs/export.cSteve French2007-07-191-0/+1
* | [CIFS] Allow disabling CIFS Unix Extensions as mount optionSteve French2007-07-199-46/+65
* | [CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French2007-07-1710-46/+88
* | [CIFS] Typo in previous patchSteve French2007-07-161-2/+1Star
* | [CIFS] zero_user_page() conversionsEric2007-07-161-4/+1Star
* | [CIFS] use simple_prepare_write to zero page dataNate2007-07-161-8/+1Star
* | [CIFS] Fix build break - inet.h not included when experimental ifdef offSteve French2007-07-151-2/+0Star
* | [CIFS] Add support for new POSIX unlinkSteve French2007-07-155-11/+103
* | [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-076-46/+48
* | [CIFS] whitespace cleanupSteve French2007-07-073-228/+232
* | [CIFS] ipv6 support no longer experimentalJeff2007-07-062-62/+1Star
* | [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/+29Star
* | [CIFS] whitespace cleanupSteve French2007-06-281-26/+27
* | [CIFS] Do not allow signals in cifs_demultiplex_threadJeff2007-06-261-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/+124Star
* [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/+2Star
* 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