aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-05-21ext2: constify xattr_handlerStephen Hemminger
2010-05-21btrfs: constify xattr_handlerStephen Hemminger
2010-05-21fs: xattr_handler table should be constStephen Hemminger
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik
2010-05-21Trim includes in fs/super.cAl Viro
2010-05-21Move grabbing s_umount to callers of grab_super()Al Viro
2010-05-21Take statfs variants to fs/statfs.cAl Viro
2010-05-21new helper: iterate_supers()Al Viro
2010-05-21Bury __put_super_and_need_restart()Al Viro
2010-05-21fix prune_dcache()/umount() raceAl Viro
2010-05-21In get_super() and user_get_super() restarts are unconditionalAl Viro
2010-05-21fix get_active_super()/umount() raceAl Viro
2010-05-21fix do_emergency_remount()/umount() racesAl Viro
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro
2010-05-21get rid of restarts in sync_filesystems()Al Viro
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 'master' into for-2.6.35Jens Axboe
2010-05-21pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe
2010-05-21block: improve automatic native capacity unlockingTejun Heo
2010-05-21block: use struct parsed_partitions *state universally in partition check codeTejun Heo
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo
2010-05-21block: restart partition scan after resizing a deviceTejun Heo
2010-05-21buffer: make invalidate_bdev() drain all percpu LRU add cachesTejun Heo
2010-05-21writeback: bdi_writeback_task() must set task state before calling schedule()Jens Axboe
2010-05-21writeback: ensure that WB_SYNC_NONE writeback with sb pinned is syncJens Axboe
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