summaryrefslogtreecommitdiffstats
path: root/fs/cifs/readdir.c
AgeCommit message (Expand)AuthorLines
2014-12-22cifs: make new inode cache when file type is differentNakajima Akira-3/+7
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+5
2014-12-07cifs: remove unneeded condition checkNamjae Jeon-4/+0
2014-11-19kill f_dentry usesAl Viro-1/+1
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro-3/+3
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro-1/+1
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French-8/+2
2014-10-16Allow conversion of characters in Mac remap range. Part 1Steve French-3/+9
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman-5/+1
2014-08-25CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky-2/+2
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky-1/+1
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu-1/+1
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky-32/+8
2013-09-21[CIFS] Provide sane values for nlinkJim McDonough-0/+3
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky-0/+3
2013-08-07cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton-0/+8
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+29
2013-06-29[readdir] convert cifsAl Viro-98/+80
2013-06-26revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton-0/+29
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches-39/+38
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro-5/+3
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2012-12-20cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton-4/+15
2012-12-05cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnJeff Layton-24/+18
2012-12-05cifs: ensure we revalidate the inode after readdir if cifsacl is enabledJeff Layton-0/+10
2012-11-29cifs: get rid of blind d_drop() in readdirAl Viro-1/+4
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar-1/+1
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky-75/+90
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky-5/+5
2012-07-24CIFS: Make CAP_* checks protocol independentPavel Shilovsky-8/+8
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky-7/+8
2012-07-16cifs: always update the inode cache with the results from a FIND_*Jeff Layton-2/+5
2012-05-17cifs: Include backup intent search flags during searches {try #2)Shirish Pargaonkar-2/+13
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French-4/+5
2011-12-08cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton-2/+8
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds-245/+182
2011-07-25cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig-57/+9
2011-07-25cifs: use cifs_dirent to replace cifs_get_name_from_search_bufChristoph Hellwig-86/+23
2011-07-25cifs: introduce cifs_direntChristoph Hellwig-69/+125
2011-07-25cifs: cleanup cifs_filldirChristoph Hellwig-44/+36
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro-1/+1
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French-4/+4
2011-01-31cifs: clean up some compiler warningsJeff Layton-3/+0
2011-01-12switch cifsAl Viro-5/+0
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton-0/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-2/+2
2011-01-07fs: change d_hash for rcu-walkNick Piggin-1/+1
2010-12-08cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman-12/+0
2010-11-13cifs: don't take extra tlink reference in initiate_cifs_searchJeff Layton-13/+16
2010-10-18cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton-3/+3