summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] For previous fix, mode on mkdir needed S_IFDIR left out.Steve French2005-11-301-0/+1
* [CIFS] Missing parenthesis and typo in previous fixSteve French2005-11-302-2/+3
* [CIFS] Fix umount --force to wake up the pending response queue, not justSteve French2005-11-305-8/+62
* [CIFS] Fix missing permission check on setattr when noperm mount option isSteve French2005-11-305-13/+60
* [CIFS] When file is deleted locally but later recreated on the serverSteve French2005-11-283-20/+35
* [CIFS] Fix setattr of mode only (e.g. in some chmod cases) to WindowsSteve French2005-11-201-0/+1
* [CIFS] Fix mknod of block and chardev over SFU mountsSteve French2005-11-193-13/+62
* [CIFS] Missing part of previous patchSteve French2005-11-182-0/+3
* [CIFS] Fix scheduling while atomic when pending writes at file close timeSteve French2005-11-182-22/+56
* [CIFS] Vectored and async i/o turned on and correct theSteve French2005-11-181-72/+45Star
* [CIFS] Recognize properly symlinks and char/blk devices (not justSteve French2005-11-181-4/+44
* [CIFS] Fix sparse warnings on smb bcc (byte count)Steve French2005-11-162-3/+3
* [CIFS] Fix endian errors (setfacl/getfacl failures) in handling ACLsSteve French2005-11-161-14/+17
* [CIFS] Recognize properly symlinks and char/blk devices (not just FIFOs)Steve French2005-11-162-10/+66
* [CIFS] Cleanup sparse warnings for unicode little endian castsSteve French2005-11-127-68/+60Star
* [CIFS] Fix CIFS "nobrl" mount option so does not disable sending brl requestsSteve French2005-11-114-17/+75
* [CIFS] Reduce sparse endian warningsSteve French2005-11-111-2/+3
* [CIFS] Update CIFS change logSteve French2005-11-112-1/+38
* [CIFS] Reserve upcall IDX value for CIFS with connector header and addSteve French2005-11-111-0/+1
* (no commit message)Steve French2005-11-101-3/+8
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-095-92/+45Star
|\
| * [PATCH] kfree cleanup: fsJesper Juhl2005-11-075-92/+45Star
* | [CIFS] Update kconfig for cifsSteve French2005-11-043-5/+1Star
|/
* [CIFS] Change pragma pack(1) to attribute(packed) to allow cifs on arm to accessSteve French2005-10-273-186/+182Star
* Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/Steve French2005-10-2124-545/+2266
|\
| * [CIFS] Defer close of file handle slightly if there are pending writes thatSteve French2005-10-205-25/+73
| * CIFS: cifs_writepages should not write beyond end of fileSteve French2005-10-131-2/+13
| * [CIFS] Add null malloc response check in notify experimental codeSteve French2005-10-122-14/+20
| * [CIFS] CIFS Stats improvementsSteve French2005-10-129-8/+98
| * [CIFS] Fix oops in experimental notify code (when CONFIG_CIFS_EXPERIMENTALSteve French2005-10-114-1/+12
| * [CIFS] Still missing a line from previous fixSteve French2005-10-101-1/+1
| * [CIFS] Fix minor build problem with previous changesetSteve French2005-10-101-5/+8
| * [CIFS] Do not shrink tcp sndbuf/rcvbuf from their defaultsSteve French2005-10-101-8/+10
| * [CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN.Steve French2005-10-102-2/+20
| * [CIFS] Update cifs version to 1.38Steve French2005-10-101-1/+1
| * [CIFS] Fix byte range locking to Windows when Windows server returnsSteve French2005-10-104-12/+32
| * [CIFS] Fix rsize calculation so that large readx flag is checked.Steve French2005-10-103-8/+28
| * [CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoffSteve French2005-10-103-11/+22
| * [CIFS] /proc/fs/cifs debug code cleanup and new stats2Steve French2005-10-073-5/+41
| * [CIFS] cleanup sparse and compile errors in previous fixSteve French2005-10-062-4/+3Star
| * CIFS: Allow wsize to exceed CIFSMaxBufSizeSteve French2005-10-063-16/+10Star
| * CIFS: implement cifs_writepages to perform multi-page I/OSteve French2005-10-052-11/+190
| * CIFS: Create routine find_writable_file to reduce redundant codeSteve French2005-10-053-119/+50Star
| * [CIFS] Missing parenthesis from error message in previous fixSteve French2005-10-041-1/+1
| * [CIFS] Allow SMBWrite2 to work to older serversSteve French2005-10-031-7/+22
| * [CIFS] Add writepages support to shrink memory usage on writes,Steve French2005-10-035-72/+89
| * [CIFS] Various minor bigendian fixes and sparse level 2 warning message fixesSteve French2005-09-238-33/+60
| * [CIFS] Add support for legacy servers part nine. statfs (df and du) is nowSteve French2005-09-227-10/+107
| * [CIFS] Add support for legacy servers part eight. Write fixes for WindowsSteve French2005-09-214-31/+66
| * [CIFS] Add support for legacy servers part seven. Fix open for write,Steve French2005-09-192-4/+21