aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-4/+9
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* staging: pohmelfs: Fix some typos, and comments.Justin P. Mattock2011-02-041-5/+5
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-2/+2
|\
| * workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-2/+2
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
|/
* convert get_sb_nodev() usersAl Viro2010-10-291-5/+4
* fs: add sync_inode_metadataChristoph Hellwig2010-10-251-5/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-6/+12
|\
| * Make ->drop_inode() just return whether inode needs to be droppedAl Viro2010-08-091-2/+2
| * remove inode_setattrChristoph Hellwig2010-08-091-4/+10
* | Staging: fix typos concerning "address"Uwe Kleine-König2010-07-221-1/+1
* | staging/trivial: fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-221-1/+1
* | Staging: pohmelfs: fix compile warningJavier Martinez Canillas2010-06-181-1/+1
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-301-8/+0
|\
| * pohmelfs: Remove dead quota codeDmitry Monakhov2010-05-271-8/+0
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
|/
* Staging: pohmelfs: fix spaces and TAB coding style issue in inode.cRuslan Pisarev2010-05-111-32/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-03-071-6/+22
|\
| * Staging/pohmelfs: fix write_inode parameter warningRandy Dunlap2010-03-031-1/+2
| * Staging: Fixed pohmelfs regression because of per-bdi writeback.Evgeniy Polyakov2010-03-031-2/+18
| * Staging: pohmelfs: avoid null dereferenceDan Carpenter2010-03-031-1/+1
| * Staging: pohmelfs: Remove uses of NIPQUAD, use %pI4Joe Perches2010-03-031-2/+1
* | dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+1
|/
* writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-031-10/+0
* Staging: pohmelfs: sync with the development treeEvgeniy Polyakov2009-09-151-3/+4
* Staging: pohmelfs: fix atomic type spewAlan Cox2009-09-151-1/+1
* pohmelfs: Use new syncing helperJan Kara2009-09-141-2/+2
* pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolockJan Kara2009-09-141-1/+1
* writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-111-8/+1
* Staging: pohmelfs: Storage class should be before const qualifierTobias Klauser2009-06-191-1/+1
* Staging: pohmelfs: Remove braces around single statementsBill Pemberton2009-06-191-4/+3
* Staging: pohmelfs: Remove C99 commentsBill Pemberton2009-06-191-3/+3
* Staging: Pohmelfs: Added ->show_stats() callback.Evgeniy Polyakov2009-04-171-0/+40
* Staging: Pohmelfs: Drop ftrans debugging code.Evgeniy Polyakov2009-04-171-4/+0
* Staging: Pohmelfs: Sync fs before killing it, since dentry cache is shrunk be...Evgeniy Polyakov2009-04-171-1/+19
* Staging: Pohmelfs: Extend remount option.Evgeniy Polyakov2009-04-171-27/+46
* Staging: Pohmelfs: Set NETFS_INODE_REMOTE_SYNCED and clear NETFS_INODE_OWNED ...Evgeniy Polyakov2009-04-171-0/+2
* Staging: Pohmelfs: Disable read lock in pohmelfs_getattr().Evgeniy Polyakov2009-04-171-2/+2
* Staging: pohmelfs: fix printk format warnings v2Alexander Beregalov2009-04-031-2/+2
* Staging: pohmelfs: fix build breakageAlexander Beregalov2009-04-031-1/+1
* Staging: pohmelfs: inode operations.Evgeniy Polyakov2009-04-031-0/+1976