aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/pohmelfs/dir.c
AgeCommit message (Expand)Author
2012-01-03pohmelfs: propagate umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-01-21Staging: pohmelfs/dir.c: Remove unneeded mutex_unlock() from pohmelfs_rename()Alexey Khoroshilov
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in dir.cRuslan Pisarev
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-22pohmelfs needs I_LOCKEvgeniy Polyakov
2009-09-15Staging: pohmelfs: sync with the development treeEvgeniy Polyakov
2009-09-15Staging: pohmelfs: fix type errorsAlan Cox
2009-06-19Staging: pohmelfs: Remove braces around single statementsBill Pemberton
2009-06-19Staging: pohmelfs: Remove C99 commentsBill Pemberton
2009-04-17Staging: Pohmelfs: Use wait_on_page_timeout when waiting for remote directory...Evgeniy Polyakov
2009-04-17Staging: Pohmelfs: Reduce debugging noise about non-existing objects.Evgeniy Polyakov
2009-04-17Staging: Pohmelfs: Added 'need_lock' variable into debug print.Evgeniy Polyakov
2009-04-17Staging: Pohmelfs: Move parent lock to the place where we really have to send...Evgeniy Polyakov
2009-04-03Staging: pohmelfs: directory operations.Evgeniy Polyakov