UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / super.c
2011-03-27 Jens Axboefs: assign sb->s_bdi to default_backing_dev_info if...
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
2009-06-12 Jan Karavfs: Rename fsync_super() to sync_filesystem() (version 4)
2009-06-12 Jan Karavfs: Move syncing code from super.c to sync.c (version 4)
2009-06-12 Jan Karavfs: Make sys_sync() use fsync_super() (version 4)
2009-06-12 Jan Karavfs: Make __fsync_super() a static function (version 4)
2009-06-12 Jan Karavfs: Call ->sync_fs() even if s_dirt is 0 (version 4)
2009-06-12 Jan Karavfs: Fix sys_sync() and fsync_super() reliability ...
2009-06-12 Christoph Hellwigremove s_async_list
2009-06-12 npiggin@suse.defs: move mark_files_ro into file_table.c
2009-05-09 H Hartley SweetenNULL noise in fs/super.c:kill_bdev_super()
2009-05-09 Al ViroNew helper: deactivate_locked_super()
2009-04-07 Serge E. Hallynnamespaces: move proc_net_get_sb to a generic fs/super...
2009-04-03 David HowellsCacheFiles: Export things for CacheFiles
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-03-27 Sukadev Bhattiproluvfs: simple_set_mnt() should return void
2009-03-26 Jens AxboeGet rid of pdflush_operation() in emergency sync and...
2009-03-26 Jan Karavfs: Use lowercase names of quota functions
2009-03-12 Li Zefanvfs: add missing unlock in sget()
2009-02-18 Peter Zijlstrafs/super.c: add lockdep annotation to s_umount
2009-02-08 Cornelia Huckasync: Rename _special -> _domain for clarity.
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 11
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-08 Dave Kleikampasync: Don't call async_synchronize_full_special()...
2009-01-07 Arjan van de Venasync: make the final inode deletion an asynchronous...
2009-01-03 Theodore Ts'oadd releasepage hooks to block devices which can be...
2008-12-19 James Morrissecurity: pass mount flags to security_sb_kern_mount()
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 Alexey Dobriyan[PATCH 2/2] anondev: switch to IDA
2008-10-23 Alexey Dobriyan[PATCH 1/2] anondev: init IDR statically
2008-10-21 Al Viro[PATCH] propagate mode through open_bdev_excl/close_bde...
2008-07-24 Kentaro Makitafix soft lock up at NFS mount via per-SB LRU-list of...
2008-04-29 Adrian Bunkmake __put_super() static
2008-04-28 Jan Karaquota: quota core changes for quotaon on remount
2008-04-22 Al Viro[PATCH] move a bunch of declarations to fs/internal.h
next