summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: clean up initialization of pointer deColin Ian King2019-06-181-2/+1Star
* staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()Gao Xiang2019-03-291-20/+25
* staging: erofs: switch to ->iterate_shared()Gao Xiang2019-02-261-1/+1
* staging: erofs: no need to take page lock in readdirGao Xiang2019-02-261-2/+0Star
* staging: erofs: match alignment with open parenthesesBhanusree Pola2019-02-191-4/+4
* staging: erofs: Fix spelling issueAaron Strahlberger2018-12-121-2/+2
* staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang2018-12-061-2/+5
* staging: erofs: use explicit unsigned int typeThomas Weißschuh2018-09-141-7/+8
* staging: erofs: add directory operationsGao Xiang2018-07-271-0/+145