KVM: PPC: Fix PR KVM on POWER7 bare metal
[linux-flexiantxendom0-3.2.10.git] / fs / super.c
2012-03-24 Linus TorvaldsMerge tag 'module-for-3.4' of git://git./linux/kernel...
2012-03-23 Linus TorvaldsMerge tag 'stable/for-linus-3.4' of git://git./linux...
2012-03-21 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2012-03-19 Konrad Rzeszutek... Merge branch 'stable/cleancache.v13' into linux-next
2012-02-29 Paul Gortmakerfs: reduce the use of module.h wherever possible
2012-02-14 Jan Karavfs: Provide function to get superblock and wait for...
2012-02-13 Al Virosecurity: trim security.h
2012-01-23 Dan Magenheimermm: cleancache: s/flush/invalidate/
2012-01-17 Kazuya Miowake up s_wait_unfrozen when ->freeze_fs fails
2012-01-07 Miklos Szeredivfs: prevent remount read-only if pending removes
2012-01-07 Miklos Szeredivfs: protect remounting superblock read-only
2012-01-07 Miklos Szeredivfs: keep list of mounts for each superblock
2012-01-04 Al Virovfs: fix the rest of sget() races
2012-01-04 Al Virovfs: convert fs_supers to hlist
2012-01-04 Al Virotrim fs/internal.h
2011-11-02 Miklos Szeredivfs: ignore error on forced remount
2011-11-01 Mikulas Patockavmscan: fix shrinker callback bug in fs/super.c
2011-07-25 Linus TorvaldsMerge branch 'for-3.1/core' of git://git.kernel.dk...
2011-07-21 Dave Chinnervfs: increase shrinker batch size
2011-07-21 Dave Chinnersuperblock: add filesystem shrinker operations
2011-07-21 Dave Chinnersuperblock: introduce per-sb cache shrinker infrastructure
2011-07-20 Dave Chinnersuperblock: move pin_sb_for_writeback() to fs/super.c
2011-07-20 Dave Chinnerinode: move to per-sb LRU locks
2011-07-20 Dave Chinnerinode: Make unused inode LRU per superblock
2011-07-20 Al Virobtrfs: kill magical embedded struct superblock
2011-07-20 Al Vironew helper: iterate_supers_type()
2011-07-12 Justin TerAvestfixlet: Remove fs_excl from struct task.
2011-06-03 Al Viromore conservative S_NOSEC handling
2011-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-26 Dan Magenheimermm/fs: add hooks to support cleancache
2011-05-19 Jeff LaytonVFS: trivial: fix comment on s_maxbytes value warning...
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-18 Al Virovfs: split off vfsmount-related parts of vfs_kern_mount()
2011-03-17 Jens Axboefs: assign sb->s_bdi to default_backing_dev_info if...
2011-03-16 Al Virovfs: bury ->get_sb()
2011-02-12 Boaz Harroshvfs: call rcu_barrier after ->kill_sb()
2011-01-16 Al Virosanitize vfsmount refcounting changes
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-07 Nick Pigginfs: scale mntget/mntput
2011-01-07 Nick Pigginfs: dcache per-bucket dcache hash locking
2010-11-13 Tejun Heoblock: clean up blkdev_get() wrappers and their users
2010-11-13 Tejun Heoblock: make blkdev_get/put() handle exclusive access
2010-10-29 Al Viroswitch get_sb_ns() users
2010-10-29 Al Viroconvert get_sb_nodev() users
2010-10-29 Al Viroconvert get_sb_single() users
2010-10-29 Al Vironew helper: mount_bdev()
2010-10-29 Al Virobeginning of transtion: ->mount()
2010-10-26 Al Virosplit invalidate_inodes()
2010-08-18 Nick Pigginfs: scale files_lock
2010-08-09 Al Virono need for list_for_each_entry_safe()/resetting with...
2010-08-09 Al ViroFix sget() race with failing mount
2010-08-09 Tejun Heovfs: don't hold s_umount over close_bdev_exclusive...
2010-06-29 npiggin@suse.defs: fix superblock iteration race
2010-05-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-05-28 Randy Dunlapfs/super: fix kernel-doc warning
2010-05-24 Christoph Hellwigquota: explicitly set ->dq_op and ->s_qcop
2010-05-24 Christoph Hellwigquota: move unmount handling into the filesystem
2010-05-24 Christoph Hellwigquota: move remount handling into the filesystem
2010-05-21 Roland Dreiervfs: add lockdep annotation to s_vfs_rename_key for...
2010-05-21 Josef BacikIntroduce freeze_super and thaw_super for the fsfreeze...
2010-05-21 Al ViroTrim includes in fs/super.c
2010-05-21 Al ViroMove grabbing s_umount to callers of grab_super()
2010-05-21 Al ViroTake statfs variants to fs/statfs.c
2010-05-21 Al Vironew helper: iterate_supers()
2010-05-21 Al ViroBury __put_super_and_need_restart()
2010-05-21 Al ViroIn get_super() and user_get_super() restarts are uncond...
2010-05-21 Al Virofix get_active_super()/umount() race
2010-05-21 Al Virofix do_emergency_remount()/umount() races
2010-05-21 Al ViroConvert simple loops over superblocks to list_for_each_...
2010-05-21 Al Viroget rid of restarts in sync_filesystems()
2010-05-21 Al ViroLeave superblocks on s_list until the end
2010-05-21 Al ViroSaner locking around deactivate_super()
2010-05-21 Al Viroget rid of S_BIAS
2010-05-21 Al Viroget rid of open-coded grab_super() in get_active_super()
2010-05-21 Christoph Hellwigremove incorrect comment in do_emergency_remount
2010-05-21 Jens Axboewriteback: fix problem with !CONFIG_BLOCK compilation
2010-04-29 Jens Axboefs: fs/super.c needs to include backing-dev.h for ...
2010-04-25 Jörn EngelCatch filesystems lacking s_bdi
2010-03-03 Al ViroMirror MS_KERNMOUNT in ->mnt_flags
2010-03-03 Nick Pigginfs: improve remount,ro vs buffercache coherency
2009-12-23 Kay Sieversvfs: get_sb_single() - do not pass options twice
2009-09-24 Christoph Hellwigfreeze_bdev: grab active reference to frozen superblocks
2009-09-24 Christoph Hellwigfreeze_bdev: kill bd_mount_sem
2009-09-24 Jeff Laytonvfs: change sb->s_maxbytes to a loff_t
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-16 Jens Axboefs: Assign bdi in super_block
2009-09-11 Jens Axboewriteback: switch to per-bdi threads for flushing data
2009-09-11 Jens Axboewriteback: move dirty inodes from super_block to backin...
2009-06-24 Al Viro... and the same for vfsmount id/mount group id
2009-06-24 Al ViroMake allocation of anon devices cheaper
2009-06-17 J. R. Okajimaremove unlock_kernel() left accidentally
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwig->write_super lock_super pushdown
2009-06-12 Al ViroPush BKL down into do_remount_sb()
2009-06-12 Al ViroPush lock_super() into the ->remount_fs() of filesystem...
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Al ViroNo need to do lock_super() for exclusion in generic_shu...
2009-06-12 Al ViroMake sure that all callers of remount hold s_umount...
2009-06-12 Christoph Hellwigcleanup sync_supers
2009-06-12 Christoph Hellwigremove ->write_super call in generic_shutdown_super
next