summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-21xfs: constify xattr_handlerStephen Hemminger4-9/+9
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger5-13/+13
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 Hemminger2-9/+9
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik3-71/+108
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-21new helper: iterate_supers()Al Viro5-82/+55
2010-05-21Bury __put_super_and_need_restart()Al Viro4-28/+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 Viro2-26/+4
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 Viro2-36/+24
2010-05-21get rid of open-coded grab_super() in get_active_super()Al Viro1-16/+3
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-21ceph: avoid resending queued message to monitorSage Weil1-0/+2
2010-05-21ceph: Storage class should be before const qualifierTobias Klauser3-6/+6
2010-05-219p: add 9P2000.L rename operationSripathi Kodi1-0/+7
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-1/+38
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi5-13/+97
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe295-7248/+9784
2010-05-21pipe: set lower and upper limit on max pages in the pipe page arrayJens Axboe1-0/+15
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe3-58/+205
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-19/+29
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe1-0/+1
2010-05-21block: improve automatic native capacity unlockingTejun Heo2-14/+60
2010-05-21block: use struct parsed_partitions *state universally in partition check codeTejun Heo30-239/+225
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo1-2/+2
2010-05-21block: restart partition scan after resizing a deviceTejun Heo1-10/+6
2010-05-21buffer: make invalidate_bdev() drain all percpu LRU add cachesTejun Heo1-0/+1
2010-05-21writeback: bdi_writeback_task() must set task state before calling schedule()Jens Axboe1-2/+7
2010-05-21writeback: ensure that WB_SYNC_NONE writeback with sb pinned is syncJens Axboe1-5/+11
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds35-509/+747
2010-05-21dquot: Detect partial write error to quota file in write_blk() and add printk...Jiaying 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