summaryrefslogtreecommitdiff
path: root/fs/cifs/readdir.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-02-20cifs: Replace remaining 1-element arraysKees Cook
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara
2022-10-11cifs: fix skipping to incorrect offset in emit_cached_direntsRonnie Sahlberg
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya
2022-08-12cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-05-27smb3: remove unneeded null check in cifs_readdirSteve French
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg
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