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