summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Still more typo fixesMatt LaPlante2006-10-031-3/+3
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-3/+3
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-11/+11
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-5/+5
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-16/+0Star
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-3/+3
* [PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try...David Howells2006-09-301-1/+0Star
* [PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6]David Howells2006-09-301-1/+0Star
* [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells2006-09-301-4/+3Star
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-272-4/+2Star
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-15/+5Star
* [CIFS] statfs for cifs unix extensions no longer experimentalSteve French2006-09-221-2/+0Star
* [CIFS] New POSIX locking code not setting rc properly to zero on successfulSteve French2006-09-211-1/+2
* [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path)Steve French2006-09-217-11/+74
* [CIFS] Fix CIFS readdir access denied when SE Linux enabledSteve French2006-09-071-4/+7
* [CIFS] Do not send Query All EAs SMB when mount option nouser_xattrSteve French2006-08-163-3/+8
* [CIFS] endian errors in lanman protocol supportSteve French2006-08-153-3/+3
* [CIFS] Fix oops in cifs_close due to unitialized lock sem and list inSteve French2006-08-153-7/+16
* [CIFS] Fix oops when negotiating lanman and no password specifiedSteve French2006-08-111-1/+2
* [CIFS]Jeremy Allison2006-08-117-296/+512
* [CIFS] Allow cifsd to suspend if connection is lostSteve French2006-08-111-0/+1
* [CIFS] Make midState usage more consistentSteve French2006-08-111-6/+6
* [CIFS] spinlock protect read of last srv response time in timeout pathSteve French2006-08-111-23/+76
* [CIFS] Do not time out posix brl requests when using new posix setfileinfoSteve French2006-08-118-18/+49
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* typo fixes: aquire -> acquireAdrian Bunk2006-06-301-1/+1
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-282-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-06-2827-821/+1503
|\
| * [CIFS] Fix authentication choice so we do not force NTLMv2 unless theSteve French2006-06-282-4/+9
| * [CIFS] Fix alignment of unicode strings in previous patchSteve French2006-06-271-7/+15
| * [CIFS] Fix allocation of buffers for new session setup routine to allowSteve French2006-06-276-36/+58
| * [CIFS] Remove calls to to take f_owner.lockIngo Molnar2006-06-261-9/+0Star
| * [CIFS] remove some redundant null pointer checksSteve French2006-06-261-30/+15Star
| * [CIFS] Fix compile warning when CONFIG_CIFS_EXPERIMENTAL is offSteve French2006-06-252-4/+0Star
| * Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-06-253-21/+20Star
| |\
| * | [CIFS] Enable sec flags on mount for cifs (part one)Steve French2006-06-234-321/+28Star
| * | [CIFS] Fix suspend/resume problem which causes EIO on subsequent access toPavel Machek2006-06-132-13/+13
| * | [CIFS] fix minor compile warning when config_cifs_weak_security is offSteve French2006-06-121-0/+2
| * | [CIFS] NTLMv2 support part 5Steve French2006-06-084-24/+50
| * | [CIFS] Add support for readdir to legacy serversSteve French2006-06-075-50/+153
| * | [CIFS] NTLMv2 support part 4Steve French2006-06-062-1/+41
| * | [CIFS] NTLMv2 support part 3Steve French2006-06-054-6/+20
| * | [CIFS] NTLMv2 support part 2Steve French2006-06-053-7/+35
| * | [CIFS] Fix mask so can set new cifs security flags properlySteve French2006-06-053-7/+6Star
| * | CIFS] Support for older servers which require plaintext passwords - part 2Steve French2006-06-045-151/+184
| * | [CIFS] Support for older servers which require plaintext passwordsSteve French2006-06-033-16/+56
| * | [CIFS] Fix mapping of old SMB return code Invalid Net Name so it isSteve French2006-06-021-1/+1
| * | [CIFS] Missing braceSteve French2006-06-011-1/+1