aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-10/+0
2010-10-21[CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French1-127/+60
2010-10-18cifs: move cifsFileInfo_put to file.cJeff Layton1-0/+10
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton1-27/+27
2010-10-18cifs: move cifs_new_fileinfo to file.cJeff Layton1-0/+47
2010-10-18cifs: eliminate pfile pointer from cifsFileInfoJeff Layton1-8/+3
2010-10-18cifs: cifs_write argument change and cleanupJeff Layton1-34/+17
2010-10-18cifs: clean up cifs_reopen_fileJeff Layton1-74/+55
2010-10-18cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton1-3/+3
2010-10-18cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton1-3/+2
2010-10-18cifs: fix flags handling in cifs_posix_openJeff Layton1-25/+88
2010-10-15cifs: eliminate cifs_posix_open_inode_helperJeff Layton1-67/+0
2010-10-12cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton1-5/+4
2010-10-12cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton1-1/+1
2010-10-06cifs: have find_readable/writable_file filter by fsuidJeff Layton1-8/+25
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton1-15/+16
2010-10-06cifs: add refcounted and timestamped container for holding tconsJeff Layton1-1/+8
2010-09-29cifs: fix handling of signing with writepages (try #6)Jeff Layton1-31/+37
2010-09-29cifs: have cifs_new_fileinfo take a tcon argJeff Layton1-2/+2
2010-09-29cifs: add function to get a tcon from cifs_sbJeff Layton1-2/+2
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton1-23/+16
2010-09-29cifs: fix broken oplock handlingSuresh Jayaraman1-2/+2
2010-09-29cifs: use type __u32 instead of int for the oplock parameterSuresh Jayaraman1-4/+4
2010-08-16cifs: consolidate error handling in several functionsJeff Layton1-2/+1
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-17/+13
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-07-22cifs: use workqueue instead of slow-workTejun Heo1-17/+13
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