summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-151-104/+3Star
* cifs: Fix separator when building path from dentryPaulo Alcantara2018-12-061-1/+1
* get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-2/+1Star
* getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
* introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
* Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-06-041-1/+1
|\
| * smb3: Add posix create context for smb3.11 posix mountsSteve French2018-06-011-1/+1
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-19/+19
|\ \ | |/ |/|
| * cifs_lookup(): switch to d_splice_alias()Al Viro2018-05-221-18/+18
| * cifs_lookup(): cifs_get_inode_...() never returns 0 with *inode left NULLAl Viro2018-05-221-1/+1
* | cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-201-4/+5
|/
* cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-10-301-2/+3
* 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-021-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-301-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-281-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-111-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-111-2/+1Star
* 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/+22Star
* 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-171-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/+3Star
* CIFS: fix error return code in cifs_atomic_open()Wei Yongjun2013-05-051-1/+3
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-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-251-1/+8
* CIFS: Request SMB2.1 leasesPavel Shilovsky2012-09-251-2/+11
* CIFS: Move create code use ops structPavel Shilovsky2012-09-251-43/+52
* CIFS: Move open code to ops structPavel Shilovsky2012-09-251-8/+9