summaryrefslogtreecommitdiff
path: root/fs/cifs/readdir.c
AgeCommit message (Expand)Author
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-08-25cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg
2021-06-23SMB3: Add new info level for query directorySteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro
2021-03-12cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French
2020-10-11cifs: compute full_path already in cifs_readdir()Ronnie Sahlberg
2020-06-01cifs: Standardize logging outputJoe Perches
2020-04-09smb3: change noisy error message to FYISteve French
2020-03-22cifs: plumb smb2 POSIX dir enumerationAurelien Aptel
2020-02-06cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel
2019-12-23cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)
2018-12-23cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg
2018-09-12cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter
2018-05-27cifs: update calc_size to take a server argumentRonnie Sahlberg
2017-01-14cifs: initialize file_info_lockRabin Vincent
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French
2016-05-17cifs: Use file_dentry()Goldwyn Rodrigues
2016-05-02cifs: switch to ->iterate_shared()Al Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-01-14cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-05-10cifs: Don't replace dentries for dfs mountsSachin Prabhu
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-12-22cifs: make new inode cache when file type is differentNakajima Akira
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-07cifs: remove unneeded condition checkNamjae Jeon
2014-11-19kill f_dentry usesAl Viro
2014-11-19cifs: get rid of ->f_path.dentry->d_sb uses, add a new helperAl Viro
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French
2014-10-16Allow conversion of characters in Mac remap range. Part 1Steve French
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman
2014-08-25CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu
2013-11-11CIFS: Fix symbolic links usagePavel Shilovsky
2013-09-21[CIFS] Provide sane values for nlinkJim McDonough
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky
2013-08-07cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton
2013-07-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-06-29[readdir] convert cifsAl Viro
2013-06-26revalidate directories instiantiated via FIND_* in order to handle DFS referralsJeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches