aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Staging: pohmelfs: sync with the development treeEvgeniy Polyakov1-7/+18
2009-09-15Staging: pohmelfs: fix type errorsAlan Cox1-1/+1
2009-06-19Staging: pohmelfs: Remove braces around single statementsBill Pemberton1-4/+3
2009-06-19Staging: pohmelfs: Remove C99 commentsBill Pemberton1-1/+1
2009-04-17Staging: Pohmelfs: Use wait_on_page_timeout when waiting for remote directory sync instead of hardcoded 25 seconds.Evgeniy Polyakov1-1/+1
2009-04-17Staging: Pohmelfs: Reduce debugging noise about non-existing objects.Evgeniy Polyakov1-2/+2
2009-04-17Staging: Pohmelfs: Added 'need_lock' variable into debug print.Evgeniy Polyakov1-2/+2
2009-04-17Staging: Pohmelfs: Move parent lock to the place where we really have to send a lookup request to the server.Evgeniy Polyakov1-8/+8
2009-04-03Staging: pohmelfs: directory operations.Evgeniy Polyakov1-0/+1093