aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-02cifs: read pages from FS-CacheSuresh Jayaraman1-0/+17
2010-08-02cifs: store pages into local cacheSuresh Jayaraman1-0/+7
2010-08-02cifs: FS-Cache page managementSuresh Jayaraman1-0/+20
2010-08-02cifs: define inode-level cache object and register themSuresh Jayaraman1-0/+6
2010-08-02fs/cifs: Remove unnecessary casts of private_dataJoe Perches1-14/+10
2010-06-16cifs: don't call cifs_new_fileinfo unless cifs_open succeedsJeff Layton1-6/+11
2010-06-16cifs: don't ignore cifs_posix_open_inode_helper return valueSuresh Jayaraman1-2/+2
2010-06-16cifs: clean up arguments to cifs_open_inode_helperJeff Layton1-16/+14
2010-06-16cifs: pass instantiated filp back after open callJeff Layton1-42/+2
2010-06-16cifs: move cifs_new_fileinfo call out of cifs_posix_openJeff Layton1-5/+12
2010-06-01cifs: fix page refcount leakJeff Layton1-0/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-05-10cifs: remove unused parameter from cifs_posix_open_inode_helper()Suresh Jayaraman1-3/+2
2010-04-27[CIFS] Fix lease break for writesSteve French1-4/+2
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French1-4/+7
2010-04-21[CIFS] Fix losing locks during fork()Pavel Shilovsky1-3/+4
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French1-6/+6
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-87/+85
2010-04-21[CIFS] use add_to_page_cache_lruNick Piggin1-10/+3
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-2/+26
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky1-2/+26
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-09[CIFS] checkpatch cleanupSteve French1-2/+2
2010-03-09cifs: add cifs_revalidate_fileJeff Layton1-2/+1
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton1-1/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-2/+2
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+4
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