fs: icache RCU free inodes
[linux-flexiantxendom0-natty.git] / fs / block_dev.c
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-11-17 Arnd BergmannBKL: remove extraneous #include <smp_lock.h>
2010-10-29 Al Viroconvert get_sb_pseudo() users
2010-10-26 Nick Pigginfs: inode split IO and LRU lists
2010-10-26 Dave Chinnerfs: switch bdev inode bdi's correctly
2010-10-26 Al Vironew helper: ihold()
2010-09-16 Christoph Hellwigblock: remove BLKDEV_IFL_WAIT
2010-08-11 Chris Wrightblkdev: cgroup whitelist permission fix
2010-08-10 Linus TorvaldsMerge branch 'for-2.6.36' of git://git.kernel.dk/linux...
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-09 Al Viroconvert remaining ->clear_inode() to ->evict_inode()
2010-08-09 Christoph Hellwigget rid of block_write_begin_newtrunc
2010-08-09 Christoph Hellwigsort out blockdev_direct_IO variants
2010-08-07 Arnd Bergmannblock: push down BKL into .open and .release
2010-08-04 Tejun Heoblock_dev: always serialize exclusive open attempts
2010-06-10 Jens Axboeblock: remove duplicate BUG_ON() in bd_finish_claiming()
2010-06-10 Nick Pigginblock: bd_start_claiming cleanup
2010-06-10 Nick Pigginblock: bd_start_claiming fix module refcount
2010-05-28 Nick Pigginfs: convert simple fs to new truncate
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-21 Josef BacikIntroduce freeze_super and thaw_super for the fsfreeze...
2010-05-21 Al ViroMove grabbing s_umount to callers of grab_super()
2010-04-29 Jens AxboeMerge branch 'master' into for-2.6.35
2010-04-28 Dmitry Monakhovblkdev: generalize flags for blkdev_issue_fn functions
2010-04-27 Tejun Heoblock: implement bd_claiming and claiming block
2010-04-27 Tejun Heoblock: factor out bd_may_claim()
2010-04-24 Anton Blanchardfs/block_dev.c: fix performance regression in O_DIRECT...
2010-04-07 Andrew Mortonvfs: rename block_fsync() to blkdev_fsync()
2010-04-07 Anton Blanchardraw: fsync method is now required
2010-02-07 Jun'ichi Nomurafreeze_bdev: don't deactivate successfully frozen MS_RD...
2009-11-03 Jens AxboeMerge branch 'for-linus' into for-2.6.33
2009-10-29 Christoph Hellwigblkdev: flush disk cache on ->fsync
2009-10-26 Neil Brownblock: use after free bug in __blkdev_get
2009-09-24 Christoph Hellwigfreeze_bdev: grab active reference to frozen superblocks
2009-09-24 Christoph Hellwigfreeze_bdev: kill bd_mount_sem
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-16 Jens Axboefs: remove bdev->bd_inode_backing_dev_info
2009-09-14 Christoph Hellwigvfs: Rename generic_file_aio_write_nolock
2009-07-29 Alan JenkinsPM / Hibernate: Replace bdget call with simple atomic_i...
2009-06-12 Jan Karavfs: Rename fsync_super() to sync_filesystem() (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-11 Linus TorvaldsMerge branch 'for-linus' of git://linux-arm.org/linux-2.6
2009-06-11 Catalin Marinaskmemleak: Remove some of the kmemleak false positives
2009-06-04 Jens AxboeRevert "block: implement blkdev_readpages"
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-04-28 Jeff Moyerblock: implement blkdev_readpages
2009-04-01 Al ViroCleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45e...
2009-03-27 Nick Pigginfs: move bdev code out of buffer.c
2009-01-10 Takashi Satofilesystem freeze: implement generic freeze feature
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-08 NeilBrownmd: make devices disappear when they are no longer...
2009-01-06 Randy Dunlapfs: fix function param name in kernel-doc
2009-01-03 Theodore Ts'oadd releasepage hooks to block devices which can be...
2008-12-31 Denis ChengRqfs/block_dev.c: __read_mostly improvement and sb_is_blk...
2008-12-04 Christoph Hellwig[PATCH 1/2] kill FMODE_NDELAY_NOW
2008-12-04 Christoph Hellwig[PATCH] clean up blkdev_get a little bit
2008-11-06 Tejun Heoblock: fix __blkdev_get() for removable devices
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 Al Viro[PATCH] assorted path_lookup() -> kern_path() conversions
2008-10-21 Al Viro[PATCH] kill the rest of struct file propagation in...
2008-10-21 Al Viro[PATCH] sanitize blkdev_get() and friends
2008-10-21 Al Viro[PATCH] propagate mode through open_bdev_excl/close_bde...
2008-10-21 Al Viro[PATCH] pass fmode_t to blkdev_put()
2008-10-21 Al Viro[PATCH] end of methods switch: remove the old ones
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 Al Viro[PATCH] eliminate use of ->f_flags in block methods
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-17 Randy Dunlapblock: fix current kernel-doc warnings
2008-10-09 Randy Dunlapblock_dev: fix kernel-doc in new functions
2008-10-09 Andrew PattersonCall flush_disk() after detecting an online resize.
2008-10-09 Andrew PattersonAdded flush_disk to factor out common buffer cache...
2008-10-09 Andrew PattersonAdjust block device size after an online resize of...
2008-10-09 Andrew PattersonWrapper for lower-level revalidate_disk routines.
2008-10-09 Tejun Heoblock: always set bdev->bd_part
2008-10-09 Tejun Heoblock: move holder_dir from disk to part0
2008-10-09 Tejun Heoblock: introduce partition 0
2008-10-09 Tejun Heoblock: implement and use {disk|part}_to_dev()
2008-10-09 Tejun Heoblock: fix disk->part[] dereferencing race
2008-10-09 Tejun Heoblock: don't depend on consecutive minor space
2008-10-09 Tejun Heoblock: make variable and argument names more consistent
2008-08-01 Al Viro[PATCH] switch mtd and dm-table to lookup_bdev()
2008-08-01 Al Viro[PATCH] fix bdev leak in block_dev.c do_open()
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-06-23 Al Viro[PATCH] fix cgroup-inflicted breakage in block_dev.c
2008-06-06 Pavel Emelyanovdevscgroup: check for device permissions at mount time
2008-02-19 Adrian Bunkfs/block_dev.c: remove #if 0'ed code
2008-02-19 Adrian Bunkmake struct def_blk_aops static
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-06 Qi Yongkill an unused PTR_ERR in bdev_cache_init()
2008-01-25 Kay SieversDriver core: convert block from raw kobjects to core...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Nick Pigginblock_dev: convert to new aops
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-16 Andrew Mortonbd_claim_by_disk: fix warning
2007-07-16 Johannes WeinerReplace obscure constructs in fs/block_dev.c
2007-07-16 Matthias Kaehlckefs/block_dev.c: use list_for_each_entry()
next