aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-25cifs: fix locking and list handling code in cifs_open and its helperJeff Layton1-19/+3
2009-09-24cifs: eliminate cifs_init_privateJeff Layton1-28/+3
2009-09-24cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton1-2/+72
2009-09-15cifs: have cifsFileInfo hold an extra inode referenceJeff Layton1-1/+1
2009-09-15cifs: fix oplock request handling in posix codepathJeff Layton1-5/+9
2009-09-01cifs: Replace wrtPending with a real reference countDave Kleikamp1-32/+11
2009-07-09cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton1-3/+3
2009-06-27cifs: fix fh_mutex locking in cifs_reopen_fileJeff Layton1-5/+5
2009-06-25cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman1-8/+16
2009-05-28cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton1-1/+1
2009-05-21[CIFS] fix posix open regressionSteve French1-29/+37
2009-05-08[CIFS] Fix double list addition in cifs posix open codeSteve French1-14/+0
2009-04-17[CIFS] Fix sparse warningsSteve French1-3/+1
2009-04-17[CIFS] Add support for posix open during lookupSteve French1-33/+32
2009-04-17cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton1-14/+50
2009-03-12[CIFS] work around bug in Samba server handling for posix openSteve French1-3/+13
2009-03-12[CIFS] Use posix open on file open when server supports itSteve French1-13/+111
2009-03-12[CIFS] fix build errorSteve French1-1/+1
2009-03-12[CIFS] reopen file via newer posix open protocol operation if availableSteve French1-6/+51
2009-03-12[CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flushSteve French1-1/+2
2009-03-12[CIFS] Send SMB flush in cifs_fsyncSteve French1-0/+7
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-12-26[CIFS] remove sparse warningSteve French1-1/+1
2008-12-26[CIFS] add mount option to send mandatory rather than advisory locksSteve French1-12/+13
2008-11-26[CIFS] fix regression in cifs_write_begin/cifs_write_endJeff Layton1-21/+56
2008-11-20[CIFS] Do not attempt to close invalidated file handlesSteve French1-7/+14
2008-11-18prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp1-1/+4
2008-11-13[CIFS] Fix cifs reconnection flagsSteve French1-1/+1
2008-10-30[CIFS] fix error in smb_send2Steve French1-1/+1
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-2/+2
2008-09-24cifs: Convert cifs to new aops.Nick Piggin1-61/+59
2008-09-23cifs: have find_writeable_file prefer filehandles opened by same taskJeff Layton1-1/+9
2008-08-28cifs: fix O_APPEND on directio mountsJeff Layton1-0/+4
2008-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-9/+10
2008-08-06bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton1-9/+10
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-05-23[CIFS] remove unused variablesSteve French1-7/+0
2008-05-14clarify return value of cifs_convert_flags()Jeff Layton1-1/+5
2008-04-29[CIFS] convert usage of implicit booleans to boolSteve French1-40/+40
2008-03-14[CIFS] file create with acl support enabled is slowSteve French1-2/+2
2008-02-12[CIFS] clean up some hard to read ifdefsSteve French1-9/+4
2008-02-07[CIFS] reduce checkpatch warningsSteve French1-11/+9
2007-12-31[CIFS] cifs_partialpagewrite() cleanupSteve French1-5/+3
2007-11-20[CIFS] Fix potential data corruption when writing out cached dirty pagesJeff Layton1-6/+18
2007-11-16[CIFS] minor checkpatch cleanupSteve French1-3/+3
2007-11-13[CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French1-7/+7
2007-10-25[CIFS] acl support part 6Steve French1-0/+31
2007-10-12[CIFS] remove two sparse warningsSteve French1-2/+2
2007-10-02[CIFS] Reduce chance of list corruption in find_writable_fileSteve French1-15/+39
2007-09-11[CIFS] lock inode open file list in close in case racing with openSteve French1-0/+2