aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-02pohmelfs/connector: Disallow unpliviged users to configure pohmelfsPhilipp Reisner1-0/+3
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner1-1/+1
2009-09-15Staging: pohmelfs: sync with the development treeEvgeniy Polyakov7-28/+132
2009-09-15Staging: pohmelfs: fix type errorsAlan Cox2-3/+2
2009-09-15Staging: pohmelfs: fix atomic type spewAlan Cox2-2/+2
2009-09-14pohmelfs: Use new syncing helperJan Kara1-2/+2
2009-09-14pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolockJan Kara1-1/+1
2009-09-11writeback: get rid of generic_sync_sb_inodes() exportJens Axboe1-8/+1
2009-06-19Staging: pohmelfs: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-06-19Staging: pohmelfs: Remove braces around single statementsBill Pemberton4-12/+10
2009-06-19Staging: pohmelfs: Remove C99 commentsBill Pemberton3-5/+5
2009-06-19Staging: pohmelfs: move open brace to same line on structsBill Pemberton3-46/+23
2009-06-19Staging: fix operator precedence errorsRoel Kluin1-1/+2
2009-04-17Staging: Pohmelfs: Add load balancing between network states with the same priority.Evgeniy Polyakov2-1/+5
2009-04-17Staging: Pohmelfs: Added IO permissions and priorities.Evgeniy Polyakov3-26/+66
2009-04-17Staging: Pohmelfs: Added ->show_stats() callback.Evgeniy Polyakov2-5/+49
2009-04-17Staging: Pohmelfs: Drop ftrans debugging code.Evgeniy Polyakov4-66/+2
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: Sync fs before killing it, since dentry cache is shrunk before writeback is invoked via generic_shutdown_super()Evgeniy Polyakov1-1/+19
2009-04-17Staging: Pohmelfs: Extend remount option.Evgeniy Polyakov1-27/+46
2009-04-17Staging: Pohmelfs: Set NETFS_INODE_REMOTE_SYNCED and clear NETFS_INODE_OWNED bits in the root inode.Evgeniy Polyakov1-0/+2
2009-04-17Staging: Pohmelfs: Added 'need_lock' variable into debug print.Evgeniy Polyakov1-2/+2
2009-04-17Staging: Pohmelfs: Disable read lock in pohmelfs_getattr().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-17Staging: pohmelfs: Populate dentry cache when receiving the new readdir entry.Evgeniy Polyakov1-0/+16
2009-04-03Staging: pohmelfs: should include fs_struct.hAlexander Beregalov1-1/+1
2009-04-03Staging: pohmelfs: fix kconfig dependenciesRandy Dunlap1-8/+10
2009-04-03Staging: pohmelfs should depend on CRYPTOAlexander Beregalov1-0/+1
2009-04-03Staging: pohmelfs: fix printk format warnings v2Alexander Beregalov2-7/+7
2009-04-03Staging: pohmelfs: net.c: include vmalloc.hAlexander Beregalov1-0/+1
2009-04-03Staging: pohmelfs: fix build breakageAlexander Beregalov1-1/+1
2009-04-03Staging: pohmelfs: select crypto modules from the config.Evgeniy Polyakov1-0/+2
2009-04-03Staging: pohmelfs: kconfig/makefile and vfs changes.Evgeniy Polyakov2-0/+26
2009-04-03Staging: pohmelfs: transaction layer.Evgeniy Polyakov1-0/+715
2009-04-03Staging: pohmelfs: network operations.Evgeniy Polyakov2-0/+2178
2009-04-03Staging: pohmelfs: distributed locking and cache coherency protocol.Evgeniy Polyakov2-0/+353
2009-04-03Staging: pohmelfs: inode operations.Evgeniy Polyakov1-0/+1976
2009-04-03Staging: pohmelfs: directory operations.Evgeniy Polyakov2-0/+1207
2009-04-03Staging: pohmelfs: crypto processing.Evgeniy Polyakov1-0/+880
2009-04-03Staging: pohmelfs: configuration interface.Evgeniy Polyakov1-0/+478