An error occurred fetching the project authors.
- 07 Jul, 2003 1 commit
-
-
Steve French authored
-
- 06 Jul, 2003 1 commit
-
-
Steve French authored
-
- 05 Jul, 2003 1 commit
-
-
Steve French authored
-
- 04 Jul, 2003 1 commit
-
-
Steve French authored
-
- 22 Jun, 2003 1 commit
-
-
Andrew Morton authored
From: Rene Scharfe <l.s.r@web.de> cifs_statfs() is called with a pointer to a struct kstatfs, so let's propagate this type into the helper function.
-
- 27 May, 2003 1 commit
-
-
Steve French authored
-
- 13 May, 2003 1 commit
-
-
Steve French authored
-
- 31 Mar, 2003 1 commit
-
-
Steve French authored
problem. Update oplock handling code. Reduce excessive stack usage in link.c
-
- 19 Feb, 2003 1 commit
-
-
Steve French authored
Fix caching of directory inodes (was always querying server on directory inodes). Reconnect fids (file ids) after session reconnection e.g. due to temporary server or network failure.
-
- 18 Feb, 2003 1 commit
-
-
Steve French authored
-
- 15 Feb, 2003 1 commit
-
-
Steve French authored
Merge in fixes from version 0.6.5 of the CIFS VFS. Greatly improved performance including improved distributed caching support and support for readpages and larger read sizes. Cache data now flushed properly at file close time. Socket and memory leak fixed. Fix two oops. Fix error logging and made more consistent. Generic sendfile added.
-
- 01 Jan, 2003 1 commit
-
-
Christoph Hellwig authored
fs.h only needs the forward-declaration of struct statfs
-
- 21 Nov, 2002 1 commit
-
-
Steve French authored
Properly emulate POSIX semantics for deleting of open files and renaming over open files. Fix oops in readpages caused by unitialized aops field.
-
- 17 Nov, 2002 1 commit
-
-
Andi Kleen authored
stat64 has been changed to return jiffies granuality as nsec in previously unused fields. This allows make to make better decisions on when to recompile a file. Follows losely the Solaris API. CURRENT_TIME has been redefined to return struct timespec. The users who don't use it in a inode/attr context have been changed to use a new get_seconds() function. CURRENT_TIME is implemented by an out-of-line function. There is a small performance penalty in this patch. The previous filemap code had an optimization to flush atime only once a second. This is currently gone, which will increase flushes a bit. I believe the correct solution if it should be a problem is to have per super block fields that give an arbitary atime flush granuality - so that you can set it to be only flushed once a hour if you prefer that. I will work on that later in separate patches if the need should arise. struct inode and the attr struct has been changed to store struct timespec instead of time_t for [cma]time. Not all file systems support this granuality, but some like XFS,NFSv3,CIFS,JFS do. The others will currently truncate the nsec part on flushing to disk. There was some discussion on this rounding on l-k previously. I went for simple truncation because there is not much evidence IMHO that the more complicated roundings have any advantages. In practice application will be rather unlikely to notice the rounding anyways - they can only see a difference when an inode is flush from memory and reloaded in less than a second, which is rather unlikely.
-
- 31 Oct, 2002 1 commit
-
-
Steve French authored
-
- 10 Oct, 2002 1 commit
-
-
Steve French authored
-