summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Fix typo in earlier cifs_unlink change and protect oneSteve French2006-03-311-5/+7
* [CIFS] Incorrect signature sent on SMB ReadSteve French2006-03-311-13/+23
* [CIFS] Fix unlink oops when indirectly called in rename error pathSteve French2006-03-311-1/+4
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-3111-69/+66
|\
| * [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-282-10/+10
| * [PATCH] 2tb-files-add-blkcnt_t-fixesAndrew Morton2006-03-262-7/+7
| * [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-12/+6
| * [PATCH] Make address_space_operations->sync_page return voidNeilBrown2006-03-261-2/+4
| * [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1
| * [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
| * [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
| * [PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o2006-03-241-1/+1
| * [PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven2006-03-237-34/+34
| * It's UTF-8Alexey Dobriyan2006-03-221-1/+1
| * [CIFS] Always match oplock break (cache notification) to the right tcpSteve French2006-03-053-4/+4
* | [CIFS] Fix two remaining coverity scan tool warnings.Steve French2006-03-092-5/+7
* | [CIFS] Set correct lock type on new posix unlock callSteve French2006-03-031-1/+1
* | [CIFS] Upate cifs change logSteve French2006-03-031-0/+5
* | [CIFS] Fix slow oplock break response when mounts to differentSteve French2006-03-033-4/+4
* | [CIFS] Workaround various server bugs found in testing at connectathonSteve French2006-03-035-5/+14
* | [CIFS] Allow fallback for setting file size to Procom SMB server whenSteve French2006-03-021-1/+1
* | [CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we wantSteve French2006-03-024-18/+42
* | [CIFS] Move noisy debug message (triggerred by some older servers) fromSteve French2006-03-021-5/+8
* | [CIFS] Use correct pid on new cifs posix byte range lock callSteve French2006-03-011-0/+2
* | [CIFS] Add posix (advisory) byte range locking support to cifs clientSteve French2006-02-285-22/+137
* | [CIFS] CIFS readdir perf optimizations part 1Steve French2006-02-283-11/+27
* | [CIFS] Free small buffers earlier so we exceed the cifsSteve French2006-02-263-13/+18
* | [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrappingSteve French2006-02-243-13/+24
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-222-7/+8
|\ \ | |/
| * [PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e...Steve French2006-02-222-7/+8
* | [CIFS] Convert remaining places in fs/cifs fromEric Sesterhenn2006-02-214-13/+5
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-151-6/+8
|\ \ | |/
| * [PATCH] CIFS: fix cifs_user_read oops when null SMB response on forcedirectio...Steve French2006-02-141-6/+8
* | [CIFS] SessionSetup cleanup part 2Steve French2006-02-147-13/+161
* | [CIFS] fix compile error (typo) and warning in cifssmb.cSteve French2006-02-101-1/+2
* | [CIFS] Cleanup NTLMSSP session setup handlingSteve French2006-02-097-33/+53
|/
* [CIFS] Remove compiler warningSteve French2006-01-271-1/+2
* Signed-off-by: Steve French <sfrench@us.ibm.com>Steve French2006-01-271-1/+7
* [CIFS] Make cifs default wsize match what we actually want to send (52KSteve French2006-01-241-1/+9
* [CIFS] Do not zero non-existent iovec in SendReceive response processing.Steve French2006-01-231-1/+0
* [CIFS] Fix oops in cifs_readpages caused by not checking buf_type in anSteve French2006-01-181-1/+4
* [CIFS] Remove compiler warningSteve French2006-01-171-1/+1
* [CIFS] Fix CIFS to recognize share mode securitySteve French2006-01-134-15/+41
* [CIFS] Fix typoSteve French2006-01-121-1/+0
* [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-129-20/+292
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-124-14/+11
|\
| * [PATCH] turn "const static" into "static const"Jesper Juhl2006-01-101-1/+1
| * [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-092-7/+7
| * [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi2006-01-082-6/+3
* | [CIFS] Allow local filesize for file that is open for write to be updatedSteve French2006-01-122-2/+25
OpenPOWER on IntegriCloud