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