summaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)Author
2011-03-31CIFS: Fix oplock break handling (try #2)Pavel Shilovsky
2010-11-22cifs: fix broken oplock handlingSuresh Jayaraman
2010-06-16cifs: don't call cifs_new_fileinfo unless cifs_open succeedsJeff Layton
2010-06-16cifs: don't ignore cifs_posix_open_inode_helper return valueSuresh Jayaraman
2010-06-16cifs: clean up arguments to cifs_open_inode_helperJeff Layton
2010-06-16cifs: pass instantiated filp back after open callJeff Layton
2010-06-16cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton
2010-06-01cifs: fix page refcount leakJeff Layton
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-10cifs: remove unused parameter from cifs_posix_open_inode_helper()Suresh Jayaraman
2010-04-27[CIFS] Fix lease break for writesSteve French
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French
2010-04-21[CIFS] Fix losing locks during fork()Pavel Shilovsky
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches
2010-04-21[CIFS] use add_to_page_cache_lruNick Piggin
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-09[CIFS] checkpatch cleanupSteve French
2010-03-09cifs: add cifs_revalidate_fileJeff Layton
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig
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