- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / fs / cifs / file.c
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2004-12-15 Steve FrenchError mapping workaround for NT4 bug of reporting oldst...
2004-12-14 Steve Frenchreturn the right return code on failed ExtendedSecurity...
2004-12-12 Steve French[CIFS] Fix CIFS_MAX_MSGSIZE so it can be configured...
2004-12-11 Steve French[CIFS] Remove sparse warning in use of cifs_write function
2004-12-11 Steve French[CIFS] remove sparse warning
2004-12-11 Steve FrenchAdd support for module init parms for number of small...
2004-12-01 Steve Frenchadd direct mount options to optionally bypass the page...
2004-11-30 Steve French[CIFS] Make new cifs readdir code the default and renam...
2004-11-29 Steve French[CIFS] cifs readdir rewrite fix resume key handling
2004-11-28 Steve French[CIFS] cifs readdir part 11. Also renames unused ...
2004-11-19 Steve French[CIFS] cifs readdir changes part 6
2004-11-07 Steve French[CIFS] Add cifs serverino mount parm to allow use of...
2004-10-21 Steve French[CIFS] treat NTFS junctions (reparse points) as directo...
2004-09-21 Alexander Viro[PATCH] cifs: annotate T2_F{FIRST,NEXT|_RSP_PARMS
2004-09-21 Alexander Viro[PATCH] cifs: annotate FILE_DIRECTORY_INFO, clean up...
2004-09-21 Alexander Viro[PATCH] cifs: annotate stat-related structures
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-08-26 Steve French[CIFS] Various fixes to bugs pointed out by Stanford...
2004-08-23 Trond Myklebust[PATCH] Fix posix file locking (7/9)
2004-07-12 Steve FrenchSet DevMajor/DevMinor when querying info on remote...
2004-07-11 Steve Frenchclean up NULL vs. 0 warnings generated by sparse tool
2004-07-07 Steve Frenchfix oops in build_wildcard_path_from_dentry
2004-07-01 Andreas Gruenbacher- #42081: patches.fixes/cifs-hash-inode: Add new inodes...
2004-06-28 Steve Frenchhash cifs inodes
2004-06-27 Steve FrenchFix cifs xid transaction counts to be more consistent...
2004-06-25 Steve FrenchDo not loop in cifsd demultiplex thread when someone...
2004-06-18 Steve Frenchcheck better for free files on writepage retry
2004-06-16 Olaf Kirch- Another CIFS fix to prevent data corruption (#41826...
2004-06-15 Steve FrenchFix i_size corruption in case of overlapped readdir...
2004-06-15 Olaf Kirch- vgettimeofday patch from John Stultz to fix LTP getti...
2004-06-13 Steve Frenchdo not filemap_fdatawrite when reconnecting in write...
2004-06-11 Steve Frenchflush write behind cached data, for files reopened...
2004-06-09 Olaf Kirch- IPv6 Fix from Shirley Ma to use proper ip6_output...
2004-06-07 Steve Frenchhandle partial page update of page in cache that is...
2004-06-07 Steve Frenchfix up whitespace
2004-06-01 Olaf Kirch- Merged two CIFS patches from Steve French, via air...
2004-06-01 Olaf Kirch- CIFS readdir should deal gracefully with inode &...
2004-05-31 Steve FrenchHandle out of memory on allocating dentry or inode...
2004-05-31 Steve FrenchRemove temporary debug message
2004-05-31 Steve FrenchNo matter what the blocksize, we are required to use...
2004-05-31 Steve Frenchcifs_prepare_write fixes to remove problem in which...
2004-05-27 Steve FrenchAdd support for cifs per-share statistics, and add...
2004-05-26 Steve FrenchTake rename sem (where we can do it safely) when buildi...
2004-05-25 Olaf Kirch- Fix lustre patch to work with updated cifs patch
2004-05-24 Steve Frenchcheck for close pending and invalid file struct on...
2004-05-22 Steve Frenchfix oops in heavy stress test caused by lack of check...
2004-05-22 Steve FrenchCheck for kmalloc failure on building full path
2004-05-18 Olaf Kirch- Merged several CIFS fixes from Steve French:
2004-05-03 Steve Frenchfix truncated directory listings on large directories...
2004-05-02 Andreas Gruenbacher- Add move-job-control-stuff-tosignal_struct.patch.
2004-05-02 Steve Frenchdo not refresh mode (e.g. in revalidate) to windows...
2004-05-01 Steve Frencheven if O_CREAT specified do not reset mode when file...
2004-05-01 Steve Frenchfix ppc64 build problem due to missing header
2004-04-29 Andreas Gruenbacher- Update cifs to 1.12.
2004-04-27 Steve Frenchfixes for socket retry and error handling of misc....
2004-04-26 Steve FrenchMerge bk://cifs.bkbits.net/linux-2.5cifs
2004-04-26 Steve FrenchFlush writebehind before invalidate in file open path
2004-04-25 Steve FrenchFix port 139 connections to Windows 2K adding missing...
2004-04-16 Andreas Gruenbacher- Update cifs to version 1.0.8.
2004-04-15 Steve FrenchFix major page leak in read code caused by extra page_c...
2004-04-14 Steve Frenchfree cifs read buffer on retry
2004-04-14 Steve FrenchFix misc. minor memory leaks in error paths
2004-04-13 Hubert Mantelupdate cifs to 1.0.6
2004-04-13 Steve Frenchfix merge problem with 2.6.5 (rename of page struct...
2004-04-13 Steve FrenchResolve merge conflict due to list to lru field renamin...
2004-04-12 Andrew Morton[PATCH] stop using page.list in readahead
2004-04-12 Andrew Morton[PATCH] make the pagecache lock irq-safe.
2004-04-06 Steve FrenchFix 20 second hang on some deletes of reopened file...
2004-04-03 Kurt GarloffUpdate CIFS to version 1.05, which is reported to work...
2004-04-02 Steve FrenchInvalidate readahead data properly when file closed...
2004-03-26 Steve Frenchclean up compiler warnings
2004-03-25 Steve Frenchfixes for fsx truncate/readahead/writebehind bug
2004-03-16 Chris L Masonmerge mm writeback changes
2004-02-19 Steve Frenchuse safer i_size_write mechanism to update i_size
2004-02-18 Steve FrenchMerge bk://linux.bkbits.net/linux-2.5
2004-02-17 Andrew Morton[PATCH] cifs: kunmap_atomic() takes a kernel address
2004-02-16 Steve Frenchfix problem with inode revalidation and cache page...
2004-02-09 Steve Frenchimprove resume key resetting logic when filldir returns...
2004-02-06 Steve Frenchreset searches properly when filldir fails
2004-01-30 Steve FrenchRelax requested CIFS permissions on open to simply...
2004-01-20 Steve FrenchCheck return on failed dentry allocation. Suggested...
2004-01-08 Steve FrenchFix global kernel name space pollution
2003-12-08 Steve FrenchFix an incorrect mapping of open flags to cifs open...
2003-12-05 Steve FrenchFix check of filldir return code during readdir to...
2003-12-02 Steve Frenchfix double incrementing of transaction counter
2003-12-01 Steve Frenchinvalidate cached pages when last local instance closed...
2003-12-01 Steve FrenchOops on reopen files when dentry already freed
2003-11-20 Steve FrenchAvoid smb data corruption under heavy stress
2003-11-19 Steve FrenchDo not grab i_sem (already taken in filemap.c across...
2003-11-14 Steve Frenchcorrect retry on remaining handles based calls
2003-11-12 Steve Frenchfinish off move from reopening all files on reconnectio...
2003-11-11 Steve Frenchhave to reconnect open files safely, one at a time...
2003-11-03 Steve Frenchfix to not retime out the same session twice since...
2003-10-10 Steve FrenchFix case where server hung but tcpip session still...
2003-10-05 Steve Frenchlist processing fixes in cifs reopen_files
2003-09-16 Steve FrenchMissing spin_unlock in error path and extraneous kunmap...
2003-09-09 Steve FrenchMerge bk://cifs.bkbits.net/linux-2.5cifs
2003-09-09 Steve FrenchRemove illegal kunmap
2003-09-08 Steve FrenchFix various SMP/locking problems pointed out by Shoobhi...
next