aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-21jffs2: constify xattr_handlerStephen Hemminger7-15/+15
2010-05-21xfs: constify xattr_handlerStephen Hemminger4-9/+9
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger7-18/+18
2010-05-21ext4: constify xattr_handlerStephen Hemminger6-16/+16
2010-05-21ext3: constify xattr handlersStephen Hemminger6-16/+16
2010-05-21ext2: constify xattr_handlerStephen Hemminger6-16/+16
2010-05-21btrfs: constify xattr_handlerStephen Hemminger3-6/+6
2010-05-21fs: xattr_handler table should be constStephen Hemminger6-15/+15
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik4-71/+110
2010-05-21Trim includes in fs/super.cAl Viro1-7/+0
2010-05-21Move grabbing s_umount to callers of grab_super()Al Viro2-2/+3
2010-05-21Take statfs variants to fs/statfs.cAl Viro4-192/+197
2010-05-21switch selinux delayed superblock handling to iterate_supers()Al Viro2-48/+8
2010-05-21new helper: iterate_supers()Al Viro6-82/+56
2010-05-21Bury __put_super_and_need_restart()Al Viro5-31/+6
2010-05-21fix prune_dcache()/umount() raceAl Viro1-11/+6
2010-05-21In get_super() and user_get_super() restarts are unconditionalAl Viro1-8/+10
2010-05-21fix get_active_super()/umount() raceAl Viro1-7/+7
2010-05-21fix do_emergency_remount()/umount() racesAl Viro1-3/+3
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro4-20/+11
2010-05-21get rid of restarts in sync_filesystems()Al Viro3-27/+5
2010-05-21Leave superblocks on s_list until the endAl Viro6-4/+25
2010-05-21Saner locking around deactivate_super()Al Viro2-91/+30
2010-05-21get rid of S_BIASAl Viro3-37/+24
2010-05-21get rid of open-coded grab_super() in get_active_super()Al Viro1-16/+3
2010-05-21sb_entry() has been killed a couple of years ago and resurrected on mismergeAl Viro1-1/+0
2010-05-21ceph: should use deactivate_locked_super() on failure exitsAl Viro1-2/+1
2010-05-21Clean ecryptfs ->get_sb() upAl Viro1-83/+66
2010-05-21fix a couple of ecryptfs leaksAl Viro2-24/+7
2010-05-21Simplify devpts_get_sb() failure exitsAl Viro1-6/+3
2010-05-21remove incorrect comment in do_emergency_remountChristoph Hellwig1-2/+0
2010-05-21clean DCACHE_CANT_MOUNT in d_delete()Al Viro1-0/+1
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds3-19/+29
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds118-1140/+4145
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds169-7252/+15168
2010-05-21Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds12-36/+255
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds51-2016/+9240
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds28-157/+6907
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds41-526/+829
2010-05-21Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds104-2226/+7514
2010-05-21Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds41-166/+216
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds19-324/+4196
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds94-411/+1165
2010-05-21interrupt.h: fix fatal kernel-doc errorRandy Dunlap1-1/+1
2010-05-21dquot: Detect partial write error to quota file in write_blk() and add printk_ratelimit for quota error messagesJiaying Zhang3-22/+36
2010-05-21ocfs2: Fix lock inversion in quotas during umountJan Kara2-4/+4
2010-05-21ocfs2: Use __dquot_transfer to avoid lock inversionJan Kara1-12/+5
2010-05-21ocfs2: Fix NULL pointer deref when writing local dquotJan Kara3-12/+12
2010-05-21ocfs2: Fix estimate of credits needed for quota allocationJan Kara1-2/+3
2010-05-21ocfs2: Fix quota lockingJan Kara3-186/+214