aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-17staging: drop unused Kconfig symbolsPaul Bolle1-8/+0
2011-08-23Staging: pohmelfs: Coding style fixes in trans.cRuslan Pisarev1-3/+3
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-4/+9
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+8
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro1-1/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2011-03-14staging: pohmelfs: Remove NULL check before kfreeIlia Mirkin1-4/+2
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-1/+1
2011-02-04staging: pohmelfs: Fix some typos, and comments.Justin P. Mattock3-7/+7
2011-01-21Staging: pohmelfs/dir.c: Remove unneeded mutex_unlock() from pohmelfs_rename()Alexey Khoroshilov1-1/+0
2011-01-12pohmelfs: double-free and leakAl Viro1-1/+1
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-4/+2
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
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-3/+12
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-2/+2
2010-11-09pohmelfs: remove unneeded conditionals before calls to crypto_destroy_tfm wrappers.Jesper Juhl1-4/+2
2010-10-29convert get_sb_nodev() usersAl Viro1-5/+4
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1-18/+16
2010-10-25fs: add sync_inode_metadataChristoph Hellwig1-5/+1
2010-08-31staging: Drop unnecessary null testJulia Lawall1-18/+16
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