aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21orangefs: saner arguments passing in readdir gutsGravatar Al Viro 1-20/+12
2022-10-03Orangefs: change iterate to iterate_sharedGravatar Mike Marshall 1-1/+1
2017-11-13orangefs: stop setting atime on inode dirtyGravatar Martin Brandenburg 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-04orangefs: count directory pieces correctlyGravatar Martin Brandenburg 1-2/+5
2017-05-04orangefs: invalidate stored directory on seekGravatar Martin Brandenburg 1-1/+23
2017-05-04orangefs: skip forward to the next directory entry if seek is shortGravatar Martin Brandenburg 1-4/+14
2017-04-26orangefs: remove ORANGEFS_READDIR macrosGravatar Martin Brandenburg 1-4/+4
2017-04-26orangefs: support very large directoriesGravatar Martin Brandenburg 1-88/+185
2017-04-26orangefs: support llseek on directoriesGravatar Martin Brandenburg 1-14/+36
2017-04-26orangefs: rewrite readdir to fix several bugsGravatar Martin Brandenburg 1-337/+191
2016-08-07orangefs: use %pd/%pDGravatar Al Viro 1-2/+2
2016-04-08orangefs: remove unused variableGravatar Martin Brandenburg 1-3/+1
2016-03-31orangefs: don't put readdir slot twiceGravatar Martin Brandenburg 1-5/+3
2016-03-25orangefs: saner calling conventions for getting a slotGravatar Al Viro 1-3/+3
2016-03-25orangefs: get rid of readdir_handle_sGravatar Al Viro 1-63/+30
2016-03-09Orangefs: add a new gossip statementGravatar Mike Marshall 1-0/+4
2016-02-24orangefs: free readdir buffer index before the dir_emit loopGravatar Martin Brandenburg 1-25/+9
2016-02-19orangefs_readdir_index_put(): get rid of bufmap argumentGravatar Al Viro 1-8/+7
2016-01-15Orangefs: add verification to decode_direntsGravatar Mike Marshall 1-25/+93
2016-01-04orangefs: Fix some more global namespace pollution.Gravatar Martin Brandenburg 1-9/+14
2015-12-04Orangefs: change pvfs2 filenames to orangefsGravatar Mike Marshall 1-2/+2
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Gravatar Yi Liu 1-43/+43
2015-11-13orangefs: validate the response in decode_dirents()Gravatar Al Viro 1-5/+32
2015-11-13orangefs: get rid of dec_string and enc_stringGravatar Al Viro 1-7/+8
2015-11-13orangefs: switch decode_dirents() to use of kcalloc()Gravatar Al Viro 1-1/+1
2015-10-05Orangefs: fix some checkpatch.pl complaints that had creeped in.Gravatar Mike Marshall 1-1/+1
2015-10-03Orangefs: fix dir_emit code in pvfs2_readdir.Gravatar Mike Marshall 1-82/+49
2015-10-03Orangefs: address problems found by static checkerGravatar Mike Marshall 1-16/+0
2015-10-03Orangefs: kernel client part 2Gravatar Mike Marshall 1-0/+394