summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Fix that several functions handle incorrect value of mapcharsNakajima Akira2015-05-101-2/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-161-8/+14
* cifs: switch to use of %p[dD]Al Viro2014-10-091-7/+7
* cifs: Allow directIO read/write during cache=strictNamjae Jeon2014-08-221-0/+8
* [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-101-1/+1
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-201-7/+14
* CIFS: Cleanup cifs_mknodPavel Shilovsky2014-01-201-26/+22
* cifs: set FILE_CREATEDShirish Pargaonkar2013-12-271-5/+6
* cifs: don't spam the logs on unexpected lookup errorsJeff Layton2013-11-111-1/+1
* cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi2013-09-161-0/+1
* cifs: convert case-insensitive dentry ops to use new case conversion routinesJeff Layton2013-09-081-8/+50
* CIFS: Reconnect durable handles for SMB2Pavel Shilovsky2013-07-101-0/+1
* CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-101-3/+10
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-6/+3
* 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
OpenPOWER on IntegriCloud