aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: pohmelfs/dir.c: Remove unneeded mutex_unlock() from pohmelfs_rename()Alexey Khoroshilov2011-01-211-1/+0
* Staging: pohmelfs: fix spaces and TAB coding style issue in dir.cRuslan Pisarev2010-05-111-7/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pohmelfs needs I_LOCKEvgeniy Polyakov2009-12-221-2/+0
* Staging: pohmelfs: sync with the development treeEvgeniy Polyakov2009-09-151-7/+18
* Staging: pohmelfs: fix type errorsAlan Cox2009-09-151-1/+1
* Staging: pohmelfs: Remove braces around single statementsBill Pemberton2009-06-191-4/+3
* Staging: pohmelfs: Remove C99 commentsBill Pemberton2009-06-191-1/+1
* Staging: Pohmelfs: Use wait_on_page_timeout when waiting for remote directory...Evgeniy Polyakov2009-04-171-1/+1
* Staging: Pohmelfs: Reduce debugging noise about non-existing objects.Evgeniy Polyakov2009-04-171-2/+2
* Staging: Pohmelfs: Added 'need_lock' variable into debug print.Evgeniy Polyakov2009-04-171-2/+2
* Staging: Pohmelfs: Move parent lock to the place where we really have to send...Evgeniy Polyakov2009-04-171-8/+8
* Staging: pohmelfs: directory operations.Evgeniy Polyakov2009-04-031-0/+1093