sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / fs / block_dev.c
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()
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Vignesh Babu BMis_power_of_2 in fs/block_dev.c
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Peter Zijlstramm: optimize kill_bdev()
2007-05-07 Peter Zijlstramm: remove destroy_dirty_buffers from invalidate_bdev()
2007-02-21 Peter Zijlstra[PATCH] lockdep: annotate BLKPG_DEL_PARTITION
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-03 Andrew Morton[PATCH] revert blockdev direct io back to 2.6.19 version
2007-01-23 Chen, Kenneth W[PATCH] fix blk_direct_IO bio preparation
2007-01-23 Andrew Morton[PATCH] blockdev direct_io: fix signedness bug
2007-01-12 David Chinner[PATCH] Revert bd_mount_mutex back to a semaphore
2006-12-13 Chen, Kenneth W[PATCH] optimize o_direct on block devices
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-12-08 Peter Zijlstra[PATCH] bdev: fix ->bd_part_count leak
2006-12-08 NeilBrown[PATCH] lockdep: use mutex_lock_nested for bd_mutex...
2006-12-08 NeilBrown[PATCH] lockdep: simplify some aspects of bd_mutex...
2006-12-08 NeilBrown[PATCH] lockdep: remove lock_key approach to managing...
2006-12-08 Peter Zijlstra[PATCH] new bd_mutex lockdep annotation
2006-12-08 Peter Zijlstra[PATCH] remove the old bd_mutex lockdep annotation
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-31 Andrew Morton[PATCH] find_bd_holder() fix
2006-10-31 Jun'ichi Nomura[PATCH] clean up add_bd_holder()
2006-10-31 Jun'ichi Nomura[PATCH] fix bd_claim_by_kobject error handling
2006-10-28 Pavel Emelianov[PATCH] Fix potential OOPs in blkdev_open()
2006-10-01 Badari Pulavarty[PATCH] Streamline generic_file_* interfaces and filema...
2006-10-01 Badari Pulavarty[PATCH] Remove readv/writev methods and use aio_read...
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-09-30 David Howells[PATCH] BLOCK: Move __invalidate_device() to block_dev...
2006-09-30 David Howells[PATCH] BLOCK: Dissociate generic_writepages() from...
2006-09-30 David Howells[PATCH] BLOCK: Move extern declarations out of fs/...
2006-09-29 Jason Baron[PATCH] block_dev.c mutex_lock_nested() fix
next