aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin1-4/+4
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-17Staging: Use kmemdupJulia Lawall1-10/+6
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in inode.cRuslan Pisarev1-32/+32
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in netfs.hRuslan Pisarev1-6/+6
2010-05-11Staging: pohmelfs: fix comments, spaces and TAB coding style issue in netfs.hRuslan Pisarev1-2/+3
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in dir.cRuslan Pisarev1-7/+7
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in config.cRuslan Pisarev1-11/+11
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in crypto.cRuslan Pisarev1-19/+19
2010-05-11Staging: pohmelfs: fix spaces and TAB coding style issue in net.cRuslan Pisarev1-19/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-2/+3
2010-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2-6/+25
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 Polyakov2-2/+21
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-22pohmelfs needs I_LOCKEvgeniy Polyakov1-2/+0
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang1-10/+0
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