summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: fix error return code in cifs_atomic_open()Wei Yongjun2013-05-041-1/+3
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-21/+23
* cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman2013-02-131-9/+9
* cifs: fix up handling of prefixpath= optionJeff Layton2012-12-111-2/+3
* CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French2012-12-051-0/+31
* cifs: Do not lookup hashed negative dentry in cifs_atomic_openSachin Prabhu2012-11-051-1/+10
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-241-1/+8
* CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-241-2/+11
* CIFS: Move create code use ops structPavel Shilovsky2012-09-241-43/+52
* CIFS: Move open code to ops structPavel Shilovsky2012-09-241-8/+9
* CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky2012-08-191-8/+1
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-241-2/+1
* CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky2012-07-241-4/+1
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-22/+21
* 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/+1
* kill struct opendataAl Viro2012-07-141-5/+4
* make ->atomic_open() return intAl Viro2012-07-141-9/+8
* ->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-261-2/+18
* cifs: request oplock when doing open on lookupJeff Layton2012-02-071-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-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
OpenPOWER on IntegriCloud