summaryrefslogtreecommitdiffstats
path: root/fs/cifs/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg2021-08-251-1/+22
* SMB3: Add new info level for query directorySteve French2021-06-231-1/+1
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-3/+1
|\
| * cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro2021-03-121-3/+1
* | cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro2021-04-251-5/+6
* | cifs: make build_path_from_dentry() return const char *Al Viro2021-04-251-1/+1
* | cifs: constify pathname arguments in a bunch of helpersAl Viro2021-04-251-2/+2
|/
* cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-141-9/+10
* SMB3: add support for recognizing WSL reparse tagsSteve French2020-10-221-1/+24
* SMB3.1.1: Fix ids returned in POSIX query dirSteve French2020-10-201-3/+2
* cifs: compute full_path already in cifs_readdir()Ronnie Sahlberg2020-10-111-14/+16
* cifs: Standardize logging outputJoe Perches2020-06-011-5/+5
* smb3: change noisy error message to FYISteve French2020-04-091-1/+1
* cifs: plumb smb2 POSIX dir enumerationAurelien Aptel2020-03-221-0/+82
* cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel2020-02-061-1/+2
* cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2019-12-231-9/+54
* cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg2018-12-231-1/+8
* cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter2018-09-121-2/+9
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-271-2/+4
* 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