summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-05-21Leave superblocks on s_list until the endAl Viro
2010-05-21Saner locking around deactivate_super()Al Viro
2010-05-21get rid of S_BIASAl Viro
2010-05-21get rid of open-coded grab_super() in get_active_super()Al Viro
2010-05-21ceph: should use deactivate_locked_super() on failure exitsAl Viro
2010-05-21Clean ecryptfs ->get_sb() upAl Viro
2010-05-21fix a couple of ecryptfs leaksAl Viro
2010-05-21Simplify devpts_get_sb() failure exitsAl Viro
2010-05-21remove incorrect comment in do_emergency_remountChristoph Hellwig
2010-05-21clean DCACHE_CANT_MOUNT in d_delete()Al Viro
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-21dquot: Detect partial write error to quota file in write_blk() and add printk...Jiaying Zhang
2010-05-21ocfs2: Fix lock inversion in quotas during umountJan Kara
2010-05-21ocfs2: Use __dquot_transfer to avoid lock inversionJan Kara
2010-05-21ocfs2: Fix NULL pointer deref when writing local dquotJan Kara
2010-05-21ocfs2: Fix estimate of credits needed for quota allocationJan Kara
2010-05-21ocfs2: Fix quota lockingJan Kara
2010-05-21ocfs2: Avoid unnecessary block mapping when refreshing quota infoJan Kara
2010-05-21ocfs2: Do not map blocks from local quota file on each writeJan Kara
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov
2010-05-21quota: remove sb_has_quota_active in get/set_infoChristoph Hellwig
2010-05-21quota: unify ->set_dqblkChristoph Hellwig
2010-05-21quota: unify ->get_dqblkChristoph Hellwig
2010-05-21ext3: make barrier options consistent with ext4Eric Sandeen
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov
2010-05-21suppress warning: "quotatypes" defined but not usedSergey Senozhatsky
2010-05-21ext3: Fix waiting on transaction during fsyncJan Kara
2010-05-21jbd: Provide function to check whether transaction will issue data barrierJan Kara
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov
2010-05-21BKL: Remove BKL from ext2 filesystemJan Blunck
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck
2010-05-21ext2: Move ext2_write_super() out of ext2_setup_super()Jan Blunck
2010-05-21ext2: Fold ext2_commit_super() into ext2_sync_super()Jan Blunck
2010-05-21ext2: Remove duplicate code from ext2_sync_fs()Jan Blunck
2010-05-21ext2: Set the write time in ext2_sync_fs()Jan Blunck
2010-05-21ext2: Use ext2_clear_super_error() in ext2_sync_fs()Jan Blunck
2010-05-21ext3: init statistics after journal recovery v2Dmitry Monakhov
2010-05-21ext2: remove useless call to brelse() in ext2_free_inode()Francis Moreau
2010-05-21quota: optimize mark_dirty logicDmitry Monakhov
2010-05-21ext2: Avoid loading bitmaps for full groups during block allocationJan Kara
2010-05-21ext3: Avoid loading bitmaps for full groups during block allocationFrans van de Wiel
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-05-21sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs treeEric W. Biederman
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman
2010-05-21sysfs: Add support for tagged directories with untagged members.Eric W. Biederman
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-05-21sysfs: Remove double free sysfs_get_sbEric W. Biederman