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