summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: remove endian related sparse warningSteve French2017-08-301-1/+1
* cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-231-6/+12
* CIFS: add build_path_from_dentry_optional_prefix()Aurelien Aptel2017-03-011-1/+12
* cifs_get_root shouldn't use path with tree nameSachin Prabhu2016-12-151-2/+2
* cifs: don't use ->d_timeMiklos Szeredi2016-09-161-3/+3
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-291-1/+1
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-07-291-5/+39
|\
| * fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-07-271-2/+18
| * cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-07-121-3/+21
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\ \
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
| |/
* | Use the right predicate in ->atomic_open() instancesAl Viro2016-07-051-1/+1
|/
* 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
OpenPOWER on IntegriCloud