summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-05-21ocfs: constify xattr_handlerStephen Hemminger
2010-05-21jffs2: constify xattr_handlerStephen Hemminger
2010-05-21xfs: constify xattr_handlerStephen Hemminger
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger
2010-05-21ext4: constify xattr_handlerStephen Hemminger
2010-05-21ext3: constify xattr handlersStephen Hemminger
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-21ceph: avoid resending queued message to monitorSage Weil
2010-05-21ceph: Storage class should be before const qualifierTobias Klauser
2010-05-219p: add 9P2000.L rename operationSripathi Kodi
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi
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