summaryrefslogtreecommitdiffstats
path: root/fs/cifs/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: initialize file_info_lockRabin Vincent2017-01-141-0/+1
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-121-3/+3
* cifs: Use file_dentry()Goldwyn Rodrigues2016-05-171-2/+2
* cifs: switch to ->iterate_shared()Al Viro2016-05-021-26/+29
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-01-141-0/+1
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* cifs: Don't replace dentries for dfs mountsSachin Prabhu2015-05-101-0/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* cifs: make new inode cache when file type is differentNakajima Akira2014-12-221-3/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-5/+5
|\
| * kill f_dentry usesAl Viro2014-11-191-1/+1
| * cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro2014-11-191-3/+3
| * switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-1/+1
* | cifs: remove unneeded condition checkNamjae Jeon2014-12-071-4/+0
|/
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-161-8/+2
* Allow conversion of characters in Mac remap range. Part 1Steve French2014-10-161-3/+9
* vfs: Make d_invalidate return voidEric W. Biederman2014-10-091-5/+1
* CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky2014-08-251-2/+2
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-08-171-1/+1
* cifs: Rename MF symlink function namesSachin Prabhu2014-01-201-1/+1
* CIFS: Fix symbolic links usagePavel Shilovsky2013-11-111-32/+8
* [CIFS] Provide sane values for nlinkJim McDonough2013-09-211-0/+3
* CIFS: Implement follow_link for SMB2Pavel Shilovsky2013-09-081-0/+3
* cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton2013-08-071-0/+8
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-07-031-0/+29
|\
| * revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton2013-06-261-0/+29
* | [readdir] convert cifsAl Viro2013-06-291-98/+80
|/
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-39/+38
* d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-261-5/+3
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton2012-12-201-4/+15
* cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnJeff Layton2012-12-051-24/+18
* cifs: ensure we revalidate the inode after readdir if cifsacl is enabledJeff Layton2012-12-051-0/+10
* cifs: get rid of blind d_drop() in readdirAl Viro2012-11-291-1/+4
* cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar2012-09-281-1/+1
* CIFS: Move readdir code to ops structPavel Shilovsky2012-09-241-75/+90
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-241-5/+5
* CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-241-8/+8
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-7/+8
* cifs: always update the inode cache with the results from a FIND_*Jeff Layton2012-07-161-2/+5
* cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar2012-05-171-2/+13
* CIFS: Rename *UCS* functions to *UTF16*Steve French2012-01-181-4/+5
* cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-081-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-07-261-245/+182
|\
| * cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig2011-07-251-57/+9
| * cifs: use cifs_dirent to replace cifs_get_name_from_search_bufChristoph Hellwig2011-07-251-86/+23
| * cifs: introduce cifs_direntChristoph Hellwig2011-07-251-69/+125
| * cifs: cleanup cifs_filldirChristoph Hellwig2011-07-251-44/+36
* | don't open-code parent_ino() in assorted ->readdir()Al Viro2011-07-201-1/+1
|/
OpenPOWER on IntegriCloud