summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/dir.c
AgeCommit message (Expand)AuthorLines
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-05-04orangefs: count directory pieces correctlyMartin Brandenburg-2/+5
2017-05-04orangefs: invalidate stored directory on seekMartin Brandenburg-1/+23
2017-05-04orangefs: skip forward to the next directory entry if seek is shortMartin Brandenburg-4/+14
2017-04-26orangefs: remove ORANGEFS_READDIR macrosMartin Brandenburg-4/+4
2017-04-26orangefs: support very large directoriesMartin Brandenburg-88/+185
2017-04-26orangefs: support llseek on directoriesMartin Brandenburg-14/+36
2017-04-26orangefs: rewrite readdir to fix several bugsMartin Brandenburg-337/+191
2016-08-07orangefs: use %pd/%pDAl Viro-2/+2
2016-04-08orangefs: remove unused variableMartin Brandenburg-3/+1
2016-03-31orangefs: don't put readdir slot twiceMartin Brandenburg-5/+3
2016-03-25orangefs: saner calling conventions for getting a slotAl Viro-3/+3
2016-03-25orangefs: get rid of readdir_handle_sAl Viro-63/+30
2016-03-09Orangefs: add a new gossip statementMike Marshall-0/+4
2016-02-24orangefs: free readdir buffer index before the dir_emit loopMartin Brandenburg-25/+9
2016-02-19orangefs_readdir_index_put(): get rid of bufmap argumentAl Viro-8/+7
2016-01-15Orangefs: add verification to decode_direntsMike Marshall-25/+93
2016-01-04orangefs: Fix some more global namespace pollution.Martin Brandenburg-9/+14
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall-2/+2
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu-43/+43
2015-11-13orangefs: validate the response in decode_dirents()Al Viro-5/+32
2015-11-13orangefs: get rid of dec_string and enc_stringAl Viro-7/+8
2015-11-13orangefs: switch decode_dirents() to use of kcalloc()Al Viro-1/+1
2015-10-05Orangefs: fix some checkpatch.pl complaints that had creeped in.Mike Marshall-1/+1
2015-10-03Orangefs: fix dir_emit code in pvfs2_readdir.Mike Marshall-82/+49
2015-10-03Orangefs: address problems found by static checkerMike Marshall-16/+0
2015-10-03Orangefs: kernel client part 2Mike Marshall-0/+394