aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-19cifs: don't fail writepages on -EAGAIN errorsJeff Layton1-12/+37
2011-01-19CIFS: Fix oplock break handling (try #2)Pavel Shilovsky1-10/+11
2011-01-09cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton1-4/+2
2011-01-06CIFS: Simplify cifs_open codePavel Shilovsky1-31/+23
2011-01-06CIFS: Simplify non-posix open stuff (try #2)Pavel Shilovsky1-116/+73
2010-12-06cifs: fix use of CONFIG_CIFS_ACLJeff Layton1-2/+0
2010-11-10cifs: fix potential use-after-free in cifs_oplock_break_putJeff Layton1-1/+3
2010-11-05cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointerPavel Shilovsky1-4/+4
2010-11-04cifs: dereferencing first then checkingJeff Layton1-7/+3
2010-11-02[CIFS] Cleanup unused variable build warningSteve French1-1/+0
2010-11-02CIFS: Add cifs_set_oplock_levelPavel Shilovsky1-29/+9
2010-11-02FS: cifs, remove unneeded NULL testsJiri Slaby1-14/+11
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-39/+18
2010-10-28cifs: add kfree() on error pathDan Carpenter1-0/+1
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-10/+0
2010-10-25cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman1-1/+1
2010-10-25cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton1-27/+10
2010-10-25cifs: wait for writeback to complete in cifs_flushJeff Layton1-14/+7
2010-10-25cifs: convert cifsFileInfo->count to non-atomic counterJeff Layton1-3/+5
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