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