[PATCH] splice: close i_size truncate races on read
[safe/jmp/linux-2.6] / fs / cifs /
2006-03-31 Steve French[CIFS] Fix typo in earlier cifs_unlink change and prote...
2006-03-31 Steve French[CIFS] Incorrect signature sent on SMB Read
2006-03-31 Steve French[CIFS] Fix unlink oops when indirectly called in rename...
2006-03-31 Steve FrenchMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-26 Andrew Morton[PATCH] 2tb-files-add-blkcnt_t-fixes
2006-03-26 Matthew Dobson[PATCH] mempool: use mempool_create_slab_pool()
2006-03-26 NeilBrown[PATCH] Make address_space_operations->sync_page return...
2006-03-24 Alexey Dobriyan[PATCH] s/;;/;/g
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache format
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache filesystems
2006-03-24 Theodore Ts'o[PATCH] vfs: MS_VERBOSE should be MS_SILENT
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: vfs_rename_mutex
2006-03-21 Alexey DobriyanIt's UTF-8
2006-03-09 Steve French[CIFS] Fix two remaining coverity scan tool warnings.
2006-03-05 Steve French[CIFS] Always match oplock break (cache notification...
2006-03-03 Steve French[CIFS] Set correct lock type on new posix unlock call
2006-03-03 Steve French[CIFS] Upate cifs change log
2006-03-03 Steve French[CIFS] Fix slow oplock break response when mounts to...
2006-03-03 Steve French[CIFS] Workaround various server bugs found in testing...
2006-03-02 Steve French[CIFS] Allow fallback for setting file size to Procom...
2006-03-02 Steve French[CIFS] Make POSIX CIFS Extensions SetFSInfo match exact...
2006-03-02 Steve French[CIFS] Move noisy debug message (triggerred by some...
2006-03-01 Steve French[CIFS] Use correct pid on new cifs posix byte range...
2006-02-28 Steve French[CIFS] Add posix (advisory) byte range locking support...
2006-02-28 Steve French[CIFS] CIFS readdir perf optimizations part 1
2006-02-26 Steve French[CIFS] Free small buffers earlier so we exceed the...
2006-02-24 Steve French[CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffe...
2006-02-22 Steve FrenchMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2006-02-22 Steve French[PATCH] CIFS: CIFSSMBRead was returning an invalid...
2006-02-21 Eric Sesterhenn[CIFS] Convert remaining places in fs/cifs from
2006-02-15 Steve FrenchMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2006-02-15 Steve French[PATCH] CIFS: fix cifs_user_read oops when null SMB...
2006-02-14 Steve French[CIFS] SessionSetup cleanup part 2
2006-02-10 Steve French[CIFS] fix compile error (typo) and warning in cifssmb.c
2006-02-09 Steve French[CIFS] Cleanup NTLMSSP session setup handling
2006-01-28 Steve French[CIFS] Remove compiler warning
2006-01-27 Steve FrenchSigned-off-by: Steve French <sfrench@us.ibm.com>
2006-01-25 Steve French[CIFS] Make cifs default wsize match what we actually...
2006-01-23 Steve French[CIFS] Do not zero non-existent iovec in SendReceive...
2006-01-18 Steve French[CIFS] Fix oops in cifs_readpages caused by not checkin...
2006-01-18 Steve French[CIFS] Remove compiler warning
2006-01-14 Steve French[CIFS] Fix CIFS to recognize share mode security
2006-01-13 Steve French[CIFS] Fix typo
2006-01-12 Steve French[CIFS] Add worker function for Get ACL cifs style
2006-01-12 Steve FrenchMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2006-01-12 Steve French[CIFS] Allow local filesize for file that is open for...
2006-01-10 Jesper Juhl[PATCH] turn "const static" into "static const"
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-09 OGAWA Hirofumi[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
2006-01-09 Steve French[CIFS] Fix cifs trying to write to f_ops
2006-01-09 Steve French[CIFS] Minor cleanup to new cifs acl header.
2005-12-31 Steve French[CIFS] Fix typos in rfc1002pdu.h
2005-12-13 Steve French[CIFS] Avoid extra large buffer allocation (and memcpy...
2005-12-03 Steve French[CIFS] Display large/small total buffer allocations...
2005-12-03 Steve French[CIFS] Add extended stats (STATS2) for total buffer...
2005-12-02 Steve French[CIFS] Readpages and readir performance improvements...
2005-12-02 Steve French[CIFS] Kerberos and CIFS ACL support part 1
2005-12-02 Steve French[CIFS] Use fsuid (fsgid) more consistently instead...
2005-11-30 Steve French[CIFS] For previous fix, mode on mkdir needed S_IFDIR...
2005-11-30 Steve French[CIFS] Missing parenthesis and typo in previous fix
2005-11-30 Steve French[CIFS] Fix umount --force to wake up the pending respon...
2005-11-30 Steve French[CIFS] Fix missing permission check on setattr when...
2005-11-28 Steve French[CIFS] When file is deleted locally but later recreated...
2005-11-20 Steve French[CIFS] Fix setattr of mode only (e.g. in some chmod...
2005-11-19 Steve French[CIFS] Fix mknod of block and chardev over SFU mounts
2005-11-18 Steve French[CIFS] Missing part of previous patch
2005-11-18 Steve French[CIFS] Fix scheduling while atomic when pending writes...
2005-11-18 Steve French[CIFS] Vectored and async i/o turned on and correct the
2005-11-18 Steve French[CIFS] Recognize properly symlinks and char/blk devices...
2005-11-16 Steve French[CIFS] Fix sparse warnings on smb bcc (byte count)
2005-11-16 Steve French[CIFS] Fix endian errors (setfacl/getfacl failures...
2005-11-16 Steve French[CIFS] Recognize properly symlinks and char/blk devices...
2005-11-11 Steve French[CIFS] Cleanup sparse warnings for unicode little endia...
2005-11-11 Steve French[CIFS] Fix CIFS "nobrl" mount option so does not disabl...
2005-11-11 Steve French[CIFS] Reduce sparse endian warnings
2005-11-11 Steve French[CIFS] Update CIFS change log
2005-11-10 Steve French[CIFS] Reserve upcall IDX value for CIFS with connector...
2005-11-09 Steve French(no commit message)
2005-11-09 Steve FrenchMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: fs
2005-11-04 Steve French[CIFS] Update kconfig for cifs
2005-10-27 Steve French[CIFS] Change pragma pack(1) to attribute(packed) to...
2005-10-21 Steve FrenchMerge ... /linux/kernel/git/sfrench/cifs-2.6.git/
2005-10-20 Steve French[CIFS] Defer close of file handle slightly if there...
2005-10-12 Steve FrenchCIFS: cifs_writepages should not write beyond end of...
2005-10-12 Steve French[CIFS] Add null malloc response check in notify experim...
2005-10-12 Steve French[CIFS] CIFS Stats improvements
2005-10-11 Steve French[CIFS] Fix oops in experimental notify code (when CONFI...
2005-10-10 Steve French[CIFS] Still missing a line from previous fix
2005-10-10 Steve French[CIFS] Fix minor build problem with previous changeset
2005-10-10 Steve French[CIFS] Do not shrink tcp sndbuf/rcvbuf from their defaults
2005-10-10 Steve French[CIFS] Correct cifs tcp retry when some data sent befor...
2005-10-10 Steve French[CIFS] Update cifs version to 1.38
2005-10-10 Steve French[CIFS] Fix byte range locking to Windows when Windows...
2005-10-10 Steve French[CIFS] Fix rsize calculation so that large readx flag...
2005-10-10 Steve French[CIFS] Reduce CIFS tcp congestion timeout (it was too...
2005-10-07 Steve French[CIFS] /proc/fs/cifs debug code cleanup and new stats2
2005-10-06 Steve French[CIFS] cleanup sparse and compile errors in previous fix
2005-10-05 Steve FrenchCIFS: Allow wsize to exceed CIFSMaxBufSize
next