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