aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/readdir.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-14cifs: initialize file_info_lockGravatar Rabin Vincent 1-0/+1
2016-10-12Clarify locking of cifs file and tcon structures and make more granularGravatar Steve French 1-3/+3
2016-05-17cifs: Use file_dentry()Gravatar Goldwyn Rodrigues 1-2/+2
2016-05-02cifs: switch to ->iterate_shared()Gravatar Al Viro 1-26/+29
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbGravatar Al Viro 1-1/+1
2016-01-14cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Gravatar Vasily Averin 1-0/+1
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2015-05-10cifs: Don't replace dentries for dfs mountsGravatar Sachin Prabhu 1-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2014-12-22cifs: make new inode cache when file type is differentGravatar Nakajima Akira 1-3/+7
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+5
2014-12-07cifs: remove unneeded condition checkGravatar Namjae Jeon 1-4/+0
2014-11-19kill f_dentry usesGravatar Al Viro 1-1/+1
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperGravatar Al Viro 1-3/+3
2014-11-19switch d_materialise_unique() users to d_splice_alias()Gravatar Al Viro 1-1/+1
2014-10-16Remap reserved posix characters by default (part 3/3)Gravatar Steve French 1-8/+2
2014-10-16Allow conversion of characters in Mac remap range. Part 1Gravatar Steve French 1-3/+9
2014-10-09vfs: Make d_invalidate return voidGravatar Eric W. Biederman 1-5/+1
2014-08-25CIFS: Fix wrong restart readdir for SMB1Gravatar Pavel Shilovsky 1-2/+2
2014-08-17CIFS: Fix SMB2 readdir error handlingGravatar Pavel Shilovsky 1-1/+1
2014-01-20cifs: Rename MF symlink function namesGravatar Sachin Prabhu 1-1/+1
2013-11-11CIFS: Fix symbolic links usageGravatar Pavel Shilovsky 1-32/+8
2013-09-21[CIFS] Provide sane values for nlinkGravatar Jim McDonough 1-0/+3
2013-09-08CIFS: Implement follow_link for SMB2Gravatar Pavel Shilovsky 1-0/+3
2013-08-07cifs: don't instantiate new dentries in readdir for inodes that need to be re...Gravatar Jeff Layton 1-0/+8
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+29
2013-06-29[readdir] convert cifsGravatar Al Viro 1-98/+80
2013-06-26revalidate directories instiantiated via FIND_* in order to handle DFS referralsGravatar Jeff Layton 1-0/+29
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-39/+38
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesGravatar Al Viro 1-5/+3
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-12-20cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Gravatar Jeff Layton 1-4/+15
2012-12-05cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnGravatar Jeff Layton 1-24/+18
2012-12-05cifs: ensure we revalidate the inode after readdir if cifsacl is enabledGravatar Jeff Layton 1-0/+10
2012-11-29cifs: get rid of blind d_drop() in readdirGravatar Al Viro 1-1/+4
2012-09-28cifs: obtain file access during backup intent lookup (resend)Gravatar Shirish Pargaonkar 1-1/+1
2012-09-24CIFS: Move readdir code to ops structGravatar Pavel Shilovsky 1-75/+90
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoGravatar Pavel Shilovsky 1-5/+5
2012-07-24CIFS: Make CAP_* checks protocol independentGravatar Pavel Shilovsky 1-8/+8
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intGravatar Pavel Shilovsky 1-7/+8
2012-07-16cifs: always update the inode cache with the results from a FIND_*Gravatar Jeff Layton 1-2/+5
2012-05-17cifs: Include backup intent search flags during searches {try #2)Gravatar Shirish Pargaonkar 1-2/+13
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Gravatar Steve French 1-4/+5
2011-12-08cifs: check for NULL last_entry before calling cifs_save_resume_keyGravatar Jeff Layton 1-2/+8
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 1-245/+182
2011-07-25cifs: use cifs_dirent in cifs_save_resume_keyGravatar Christoph Hellwig 1-57/+9
2011-07-25cifs: use cifs_dirent to replace cifs_get_name_from_search_bufGravatar Christoph Hellwig 1-86/+23
2011-07-25cifs: introduce cifs_direntGravatar Christoph Hellwig 1-69/+125
2011-07-25cifs: cleanup cifs_filldirGravatar Christoph Hellwig 1-44/+36
2011-07-20don't open-code parent_ino() in assorted ->readdir()Gravatar Al Viro 1-1/+1