aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* gfs: constify xattr_handlerStephen Hemminger2010-05-21
* ocfs: constify xattr_handlerStephen Hemminger2010-05-21
* jffs2: constify xattr_handlerStephen Hemminger2010-05-21
* xfs: constify xattr_handlerStephen Hemminger2010-05-21
* reiserfs: constify xattr_handlerStephen Hemminger2010-05-21
* ext4: constify xattr_handlerStephen Hemminger2010-05-21
* ext3: constify xattr handlersStephen Hemminger2010-05-21
* ext2: constify xattr_handlerStephen Hemminger2010-05-21
* btrfs: constify xattr_handlerStephen Hemminger2010-05-21
* fs: xattr_handler table should be constStephen Hemminger2010-05-21
* Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik2010-05-21
* Trim includes in fs/super.cAl Viro2010-05-21
* Move grabbing s_umount to callers of grab_super()Al Viro2010-05-21
* Take statfs variants to fs/statfs.cAl Viro2010-05-21
* new helper: iterate_supers()Al Viro2010-05-21
* Bury __put_super_and_need_restart()Al Viro2010-05-21
* fix prune_dcache()/umount() raceAl Viro2010-05-21
* In get_super() and user_get_super() restarts are unconditionalAl Viro2010-05-21
* fix get_active_super()/umount() raceAl Viro2010-05-21
* fix do_emergency_remount()/umount() racesAl Viro2010-05-21
* Convert simple loops over superblocks to list_for_each_entry_safeAl Viro2010-05-21
* get rid of restarts in sync_filesystems()Al Viro2010-05-21
* Leave superblocks on s_list until the endAl Viro2010-05-21
* Saner locking around deactivate_super()Al Viro2010-05-21
* get rid of S_BIASAl Viro2010-05-21
* get rid of open-coded grab_super() in get_active_super()Al Viro2010-05-21
* ceph: should use deactivate_locked_super() on failure exitsAl Viro2010-05-21
* Clean ecryptfs ->get_sb() upAl Viro2010-05-21
* fix a couple of ecryptfs leaksAl Viro2010-05-21
* Simplify devpts_get_sb() failure exitsAl Viro2010-05-21
* remove incorrect comment in do_emergency_remountChristoph Hellwig2010-05-21
* clean DCACHE_CANT_MOUNT in d_delete()Al Viro2010-05-21
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-21
|\
| * udf: BKL ioctl pushdownJohn Kacur2010-05-05
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-21
|\ \
| * | dquot: Detect partial write error to quota file in write_blk() and add printk...Jiaying Zhang2010-05-21
| * | ocfs2: Fix lock inversion in quotas during umountJan Kara2010-05-21
| * | ocfs2: Use __dquot_transfer to avoid lock inversionJan Kara2010-05-21
| * | ocfs2: Fix NULL pointer deref when writing local dquotJan Kara2010-05-21
| * | ocfs2: Fix estimate of credits needed for quota allocationJan Kara2010-05-21
| * | ocfs2: Fix quota lockingJan Kara2010-05-21
| * | ocfs2: Avoid unnecessary block mapping when refreshing quota infoJan Kara2010-05-21
| * | ocfs2: Do not map blocks from local quota file on each writeJan Kara2010-05-21
| * | quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara2010-05-21
| * | quota: unify quota init condition in setattrDmitry Monakhov2010-05-21
| * | quota: remove sb_has_quota_active in get/set_infoChristoph Hellwig2010-05-21
| * | quota: unify ->set_dqblkChristoph Hellwig2010-05-21
| * | quota: unify ->get_dqblkChristoph Hellwig2010-05-21
| * | ext3: make barrier options consistent with ext4Eric Sandeen2010-05-21
| * | quota: Make quota stat accounting lockless.Dmitry Monakhov2010-05-21