summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
* CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky2012-08-201-8/+1Star
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-241-2/+1Star
* CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky2012-07-241-4/+1Star
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-22/+21Star
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-4/+4
* make finish_no_open() return intAl Viro2012-07-141-2/+1Star
* kill struct opendataAl Viro2012-07-141-5/+4Star
* make ->atomic_open() return intAl Viro2012-07-141-9/+8Star
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-6/+6
* cifs: implement i_op->atomic_open()Miklos Szeredi2012-07-141-198/+243
* cifs - check S_AUTOMOUNT in revalidateIan Kent2012-05-031-5/+12
* CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-03-201-2/+4
* cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton2012-02-271-2/+18
* cifs: request oplock when doing open on lookupJeff Layton2012-02-081-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-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-131-2/+8
* add new module parameter 'enable_oplocks'Steve French2011-10-131-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/+0Star
|\
| * CIFS: Fix oops while mounting with prefixpathPavel Shilovsky2011-07-261-1/+1
| * [CIFS] Redundant null check after dereferenceSteve French2011-07-261-5/+0Star
* | 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/+2Star
* | no need to check for LOOKUP_OPEN in ->create() instancesAl Viro2011-07-201-3/+3
|/
* cifs: build_path_from_dentry() race fixAl Viro2011-07-171-1/+12
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-4/+4
* [CIFS] Migrate from prefixpath logicSteve French2011-05-271-5/+2Star
* 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-161-0/+2
* switch cifsAl Viro2011-01-131-24/+1Star
* cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2011-01-101-4/+2Star
* [CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French2011-01-101-7/+0Star
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2011-01-101-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/+0Star
* cifs: eliminate pfile pointer from cifsFileInfoJeff Layton2010-10-181-1/+0Star
* cifs: clean up cifs_reopen_fileJeff Layton2010-10-181-0/+1
* cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton2010-10-181-22/+18Star
* cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton2010-10-181-5/+4Star