summaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-08staging: pohmelfs: remove drivers/staging/pohmelfsEvgeniy Polyakov1-1102/+0
2012-01-03pohmelfs: propagate umode_tAl Viro1-3/+4
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro1-1/+1
2011-01-21Staging: pohmelfs/dir.c: Remove unneeded mutex_unlock() from pohmelfs_rename()Alexey Khoroshilov1-1/+0
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in dir.cRuslan Pisarev1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-22pohmelfs needs I_LOCKEvgeniy Polyakov1-2/+0
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...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...Evgeniy Polyakov1-8/+8
2009-04-03Staging: pohmelfs: directory operations.Evgeniy Polyakov1-0/+1093