aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-04-021-2/+4
* cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton2012-03-121-2/+18
* cifs: request oplock when doing open on lookupJeff Layton2012-02-201-1/+1
* CIFS: fix automount for DFS sharesGerlando Falauto2011-10-181-1/+9
* cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar2011-10-121-2/+8
* add new module parameter 'enable_oplocks'Steve French2011-10-121-1/+1
* cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton2011-08-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-07-261-5/+0
|\
| * CIFS: Fix oops while mounting with prefixpathPavel Shilovsky2011-07-251-1/+1
| * [CIFS] Redundant null check after dereferenceSteve French2011-07-251-5/+0
* | CIFS: Fix oops while mounting with prefixpathPavel Shilovsky2011-07-251-1/+1
* | cifs_lookup(): LOOKUP_OPEN is set only on the last componentAl Viro2011-07-201-1/+1
* | LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-201-4/+2
* | no need to check for LOOKUP_OPEN in ->create() instancesAl Viro2011-07-201-3/+3
|/
* cifs: build_path_from_dentry() race fixAl Viro2011-07-161-1/+12
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-4/+4
* [CIFS] Migrate from prefixpath logicSteve French2011-05-271-5/+2
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-261-8/+10
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-151-0/+2
* switch cifsAl Viro2011-01-121-24/+1
* cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2011-01-091-4/+2
* [CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French2011-01-091-7/+0
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-01-091-12/+25
|\
| * fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+3
| * fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-8/+8
| * fs: change d_hash for rcu-walkNick Piggin2011-01-071-2/+3
| * fs: change d_compare for rcu-walkNick Piggin2011-01-071-5/+7
| * cifs: dont overwrite dentry name in d_revalidateNick Piggin2011-01-071-19/+24
* | cifs: don't overwrite dentry name in d_revalidateNick Piggin2011-01-061-19/+24
|/
* cifs: move cifs_new_fileinfo to file.cJeff Layton2010-10-181-48/+0
* cifs: eliminate pfile pointer from cifsFileInfoJeff Layton2010-10-181-1/+0
* cifs: clean up cifs_reopen_fileJeff Layton2010-10-181-0/+1
* cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton2010-10-181-22/+18
* cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton2010-10-181-5/+4
* cifs: fix flags handling in cifs_posix_openJeff Layton2010-10-181-93/+6
* cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton2010-10-121-7/+3
* cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton2010-10-121-1/+2
* cifs: have find_readable/writable_file filter by fsuidJeff Layton2010-10-061-0/+1
* cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton2010-10-061-5/+5
* cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-061-17/+48
* cifs: have cifs_new_fileinfo take a tcon argJeff Layton2010-09-291-10/+12
* cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton2010-09-291-5/+5
* cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-291-10/+10
* cifs: add tcon field to cifsFileInfo structJeff Layton2010-09-291-0/+1
* cifs: fix broken oplock handlingSuresh Jayaraman2010-09-291-7/+5
* cifs: consolidate error handling in several functionsJeff Layton2010-08-161-5/+3
* cifs: clean up error handling in cifs_mknodJeff Layton2010-08-161-75/+74
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-1/+1
|\
| * cifs: use workqueue instead of slow-workTejun Heo2010-07-221-1/+1