aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-08staging: pohmelfs: remove drivers/staging/pohmelfsEvgeniy Polyakov1-2055/+0
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+8
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-02-04staging: pohmelfs: Fix some typos, and comments.Justin P. Mattock1-5/+5
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-2/+2
2010-10-29convert get_sb_nodev() usersAl Viro1-5/+4
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-5/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-6/+12
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro1-2/+2
2010-08-09remove inode_setattrChristoph Hellwig1-4/+10
2010-07-22Staging: fix typos concerning "address"Uwe Kleine-König1-1/+1
2010-06-22staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-18Staging: pohmelfs: fix compile warningJavier Martinez Canillas1-1/+1
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