aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/pohmelfs
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-8/+0
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-27pohmelfs: Remove dead quota codeGravatar Dmitry Monakhov 1-8/+0
2010-05-17Staging: Use kmemdupGravatar Julia Lawall 1-10/+6
2010-05-14Staging: Use kcalloc or kzallocGravatar Julia Lawall 1-2/+1
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in inode.cGravatar Ruslan Pisarev 1-32/+32
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in netfs.hGravatar Ruslan Pisarev 1-6/+6
2010-05-11Staging: pohmelfs: fix comments, spaces and TAB coding style issue in netfs.hGravatar Ruslan Pisarev 1-2/+3
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in dir.cGravatar Ruslan Pisarev 1-7/+7
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in config.cGravatar Ruslan Pisarev 1-11/+11
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in crypto.cGravatar Ruslan Pisarev 1-19/+19
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in net.cGravatar Ruslan Pisarev 1-19/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 5-2/+3
2010-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Gravatar Linus Torvalds 2-6/+25
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-1/+1
2010-03-03Staging/pohmelfs: fix write_inode parameter warningGravatar Randy Dunlap 1-1/+2
2010-03-03Staging: Fixed pohmelfs regression because of per-bdi writeback.Gravatar Evgeniy Polyakov 2-2/+21
2010-03-03Staging: pohmelfs: avoid null dereferenceGravatar Dan Carpenter 1-1/+1
2010-03-03Staging: pohmelfs: Remove uses of NIPQUAD, use %pI4Gravatar Joe Perches 1-2/+1
2009-12-22pohmelfs needs I_LOCKGravatar Evgeniy Polyakov 1-2/+0
2009-12-03writeback: remove unused nonblocking and congestion checksGravatar Wu Fengguang 1-10/+0
2009-10-02pohmelfs/connector: Disallow unpliviged users to configure pohmelfsGravatar Philipp Reisner 1-0/+3
2009-10-02connector: Provide the sender's credentials to the callbackGravatar Philipp Reisner 1-1/+1
2009-09-15Staging: pohmelfs: sync with the development treeGravatar Evgeniy Polyakov 7-28/+132
2009-09-15Staging: pohmelfs: fix type errorsGravatar Alan Cox 2-3/+2
2009-09-15Staging: pohmelfs: fix atomic type spewGravatar Alan Cox 2-2/+2
2009-09-14pohmelfs: Use new syncing helperGravatar Jan Kara 1-2/+2
2009-09-14pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolockGravatar Jan Kara 1-1/+1
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportGravatar Jens Axboe 1-8/+1
2009-06-19Staging: pohmelfs: Storage class should be before const qualifierGravatar Tobias Klauser 1-1/+1
2009-06-19Staging: pohmelfs: Remove braces around single statementsGravatar Bill Pemberton 4-12/+10
2009-06-19Staging: pohmelfs: Remove C99 commentsGravatar Bill Pemberton 3-5/+5
2009-06-19Staging: pohmelfs: move open brace to same line on structsGravatar Bill Pemberton 3-46/+23
2009-06-19Staging: fix operator precedence errorsGravatar Roel Kluin 1-1/+2
2009-04-17Staging: Pohmelfs: Add load balancing between network states with the same pr...Gravatar Evgeniy Polyakov 2-1/+5
2009-04-17Staging: Pohmelfs: Added IO permissions and priorities.Gravatar Evgeniy Polyakov 3-26/+66
2009-04-17Staging: Pohmelfs: Added ->show_stats() callback.Gravatar Evgeniy Polyakov 2-5/+49
2009-04-17Staging: Pohmelfs: Drop ftrans debugging code.Gravatar Evgeniy Polyakov 4-66/+2
2009-04-17Staging: Pohmelfs: Use wait_on_page_timeout when waiting for remote directory...Gravatar Evgeniy Polyakov 1-1/+1
2009-04-17Staging: Pohmelfs: Reduce debugging noise about non-existing objects.Gravatar Evgeniy Polyakov 1-2/+2
2009-04-17Staging: Pohmelfs: Sync fs before killing it, since dentry cache is shrunk be...Gravatar Evgeniy Polyakov 1-1/+19
2009-04-17Staging: Pohmelfs: Extend remount option.Gravatar Evgeniy Polyakov 1-27/+46
2009-04-17Staging: Pohmelfs: Set NETFS_INODE_REMOTE_SYNCED and clear NETFS_INODE_OWNED ...Gravatar Evgeniy Polyakov 1-0/+2
2009-04-17Staging: Pohmelfs: Added 'need_lock' variable into debug print.Gravatar Evgeniy Polyakov 1-2/+2
2009-04-17Staging: Pohmelfs: Disable read lock in pohmelfs_getattr().Gravatar Evgeniy Polyakov 1-2/+2
2009-04-17Staging: Pohmelfs: Move parent lock to the place where we really have to send...Gravatar Evgeniy Polyakov 1-8/+8
2009-04-17Staging: pohmelfs: Populate dentry cache when receiving the new readdir entry.Gravatar Evgeniy Polyakov 1-0/+16
2009-04-03Staging: pohmelfs: should include fs_struct.hGravatar Alexander Beregalov 1-1/+1
2009-04-03Staging: pohmelfs: fix kconfig dependenciesGravatar Randy Dunlap 1-8/+10
2009-04-03Staging: pohmelfs should depend on CRYPTOGravatar Alexander Beregalov 1-0/+1