summaryrefslogtreecommitdiff
path: root/fs/cifs/dir.c
Commit message (Expand)AuthorAge
* CIFS: Reconnect durable handles for SMB2Pavel Shilovsky2013-07-10
* CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-10
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* CIFS: fix error return code in cifs_atomic_open()Wei Yongjun2013-05-04
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-04
* cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman2013-02-13
* cifs: fix up handling of prefixpath= optionJeff Layton2012-12-11
* CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French2012-12-05
* cifs: Do not lookup hashed negative dentry in cifs_atomic_openSachin Prabhu2012-11-05
* CIFS: Fix fast lease break after open problemPavel Shilovsky2012-09-24
* CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-24
* CIFS: Move create code use ops structPavel Shilovsky2012-09-24
* CIFS: Move open code to ops structPavel Shilovsky2012-09-24
* CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky2012-08-19
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-24
* CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky2012-07-24
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-24
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* make finish_no_open() return intAl Viro2012-07-14
* kill struct opendataAl Viro2012-07-14
* make ->atomic_open() return intAl Viro2012-07-14
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-14
* cifs: implement i_op->atomic_open()Miklos Szeredi2012-07-14
* cifs - check S_AUTOMOUNT in revalidateIan Kent2012-05-03
* CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-03-20
* cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton2012-02-26
* cifs: request oplock when doing open on lookupJeff Layton2012-02-07
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* CIFS: fix automount for DFS sharesGerlando Falauto2011-10-18
* cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar2011-10-12
* add new module parameter 'enable_oplocks'Steve French2011-10-12
* cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton2011-08-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-07-26
|\
| * CIFS: Fix oops while mounting with prefixpathPavel Shilovsky2011-07-25
| * [CIFS] Redundant null check after dereferenceSteve French2011-07-25
* | CIFS: Fix oops while mounting with prefixpathPavel Shilovsky2011-07-25
* | cifs_lookup(): LOOKUP_OPEN is set only on the last componentAl Viro2011-07-20
* | LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-20
* | no need to check for LOOKUP_OPEN in ->create() instancesAl Viro2011-07-20
|/
* cifs: build_path_from_dentry() race fixAl Viro2011-07-16
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-27
* [CIFS] Migrate from prefixpath logicSteve French2011-05-27
* CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-26
* Fix common misspellingsLucas De Marchi2011-03-31
* CIFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-15
* switch cifsAl Viro2011-01-12
* cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2011-01-09