aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-8/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-27pohmelfs: Remove dead quota codeDmitry Monakhov1-8/+0
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in inode.cRuslan Pisarev1-32/+32
2010-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-6/+22
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-03Staging/pohmelfs: fix write_inode parameter warningRandy Dunlap1-1/+2
2010-03-03Staging: Fixed pohmelfs regression because of per-bdi writeback.Evgeniy Polyakov1-2/+18
2010-03-03Staging: pohmelfs: avoid null dereferenceDan Carpenter1-1/+1
2010-03-03Staging: pohmelfs: Remove uses of NIPQUAD, use %pI4Joe Perches1-2/+1
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang1-10/+0
2009-09-15Staging: pohmelfs: sync with the development treeEvgeniy Polyakov1-3/+4
2009-09-15Staging: pohmelfs: fix atomic type spewAlan Cox1-1/+1
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 Pemberton1-4/+3
2009-06-19Staging: pohmelfs: Remove C99 commentsBill Pemberton1-3/+3
2009-04-17Staging: Pohmelfs: Added ->show_stats() callback.Evgeniy Polyakov1-0/+40
2009-04-17Staging: Pohmelfs: Drop ftrans debugging code.Evgeniy Polyakov1-4/+0
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: Disable read lock in pohmelfs_getattr().Evgeniy Polyakov1-2/+2
2009-04-03Staging: pohmelfs: fix printk format warnings v2Alexander Beregalov1-2/+2
2009-04-03Staging: pohmelfs: fix build breakageAlexander Beregalov1-1/+1
2009-04-03Staging: pohmelfs: inode operations.Evgeniy Polyakov1-0/+1976