sanitize vfs_fsync calling conventions
[safe/jmp/linux-2.6] / drivers / md / bitmap.c
2010-05-21 Christoph Hellwigsanitize vfs_fsync calling conventions
2010-05-21 Eric W. Biedermansysfs: Implement sysfs tagged directory support.
2009-12-14 NeilBrownmd/bitmap: update dirty flag when bitmap bits are expli...
2009-12-14 NeilBrownmd: Support write-intent bitmaps with externally manage...
2009-12-14 NeilBrownmd/bitmap: move setting of daemon_lastrun out of bitmap...
2009-12-14 NeilBrownmd: support updating bitmap parameters via sysfs.
2009-12-14 NeilBrownmd: support bitmap offset appropriate for external...
2009-12-14 NeilBrownmd: remove needless setting of thread->timeout in raid1...
2009-12-14 NeilBrownmd: change daemon_sleep to be in 'jiffies' rather than...
2009-12-14 NeilBrownmd: move offset, daemon_sleep and chunksize out of...
2009-12-14 NeilBrownmd: collect bitmap-specific fields into one structure.
2009-12-14 NeilBrownmd/bitmap: protect against bitmap removal while being...
2009-10-16 NeilBrownmd: remove clumsy usage of do_sync_mapping_range from...
2009-09-23 NeilBrownmd: remove sparse warnings about lock context.
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-05-25 NeilBrownmd: bitmap: improve bitmap maintenance code.
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-07 NeilBrownmd: fix some (more) errors with bitmaps on devices...
2009-05-07 NeilBrownmd: fix loading of out-of-date bitmap.
2009-04-20 NeilBrownmd: support bitmaps on RAID10 arrays larger then 2...
2009-04-14 NeilBrownmd: improve usefulness and accuracy of sysfs file md...
2009-03-31 Andre Nollmd: Make mddev->size sector-based.
2009-03-31 NeilBrownmd: occasionally checkpoint drive recovery to reduce...
2009-03-31 NeilBrownmd: move md_k.h from include/linux/raid/ to drivers/md/
2009-03-31 NeilBrownmd: move lots of #include lines out of .h files and...
2009-03-31 Christoph Hellwigmd: move headers out of include/linux/raid/
2009-03-31 NeilBrownmd: write bitmap information to devices that are underg...
2009-03-31 NeilBrownmd: never clear bit from the write-intent bitmap when...
2009-03-31 NeilBrownmd: Allow write-intent bitmaps to have chunksize <...
2009-01-08 Cheng Renquanmd: use list_for_each_entry macro directly
2009-01-08 NeilBrownmd: fix bitmap-on-external-file bug.
2008-12-19 NeilBrownmd: Don't read past end of bitmap when reading bitmap.
2008-09-01 NeilBrownFix problem with waiting while holding rcu read lock...
2008-08-01 Jens Axboemd: the bitmap code needs to use blk_plug_device_unlocked()
2008-07-21 NeilBrownmd: Protect access to mddev->disks list using RCU
2008-07-11 Andre Nollmd: Turn rdev->sb_offset into a sector-based quantity.
2008-06-27 Neil BrownImprove setting of "events_cleared" for write-intent...
2008-05-24 Christoph Hellwigmd: kill file_path wrapper
2008-03-11 NeilBrownmd: reduce CPU wastage on idle md array with a write...
2008-03-05 NeilBrownmd: reduce CPU wastage on idle md array with a write...
2008-02-15 Jan Blunckd_path: Make d_path() use a struct path
2008-02-06 NeilBrownmd: change ITERATE_RDEV to rdev_for_each
2008-02-06 NeilBrownmd: Update md bitmap during resync.
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
2007-10-23 NeilBrownmd: fix an unsigned compare to allow creation of bitmap...
2007-07-17 NeilBrownmd: change bitmap_unplug and others to void functions
2007-07-17 NeilBrownmd: check that internal bitmap does not overlap other...
2007-05-24 NeilBrownmd: don't write more than is required of the last page...
2007-05-08 Mark FashehRemove do_sync_file_range()
2007-04-12 Neil Brown[PATCH] md: fix calculation for size of filemap_attr...
2007-02-11 Andrew Morton[PATCH] remove invalidate_inode_pages()
2007-02-09 Neil Brown[PATCH] md: avoid possible BUG_ON in md bitmap handling
2007-01-26 NeilBrown[PATCH] md: avoid reading past the end of a bitmap...
2006-12-08 Josef Sipek[PATCH] struct path: convert md
2006-10-21 NeilBrown[PATCH] md: endian annotations for the bitmap superblock
2006-10-11 Alexey Dobriyan[PATCH] md: use BUILD_BUG_ON
2006-10-03 Paul Clements[PATCH] md: use ffz instead of find_first_set to conver...
2006-10-03 Paul Clements[PATCH] md: new sysfs interface for setting bits in...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 NeilBrown[PATCH] md: Change md/bitmap file handling to use bmap...
2006-06-26 NeilBrown[PATCH] md/bitmap: change md/bitmap file handling to...
2006-06-26 NeilBrown[PATCH] md/bitmap: tidy up i_writecount handling in...
2006-06-26 NeilBrown[PATCH] md/bitmap: remove dead code from md/bitmap
2006-06-26 NeilBrown[PATCH] md/bitmap: remove unnecessary page reference...
2006-06-26 NeilBrown[PATCH] md/bitmap: use set_bit etc for bitmap page...
2006-06-26 NeilBrown[PATCH] md/bitmap: cleaner separation of page attribute...
2006-06-26 NeilBrown[PATCH] md/bitmap: remove bitmap writeback daemon
2006-03-26 Matthew Dobson[PATCH] mempool: use common mempool kmalloc allocator
2006-03-25 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-03-25 Adrian Bunk[PATCH] md/bitmap.c:bitmap_mask_state(): fix inconseque...
2006-03-24 Eric SesterhennBUG_ON() Conversion in md/bitmap.c
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-06 NeilBrown[PATCH] md: make sure bitmap updates are visible throug...
2006-01-06 NeilBrown[PATCH] md: define and use safe_put_page for md
2006-01-06 NeilBrown[PATCH] md: remove inappropriate limits in md/bitmap...
2006-01-06 NeilBrown[PATCH] md: convert various kmap calls to kmap_atomic
2006-01-06 NeilBrown[PATCH] md: convert md to use kzalloc throughout
2006-01-06 NeilBrown[PATCH] md: clean up 'page' related names in md
2006-01-06 NeilBrown[PATCH] md: move bitmap_create to after md array has...
2005-11-18 Neil Brown[PATCH] md: don't pass a NULL file* into ->prepare_write()
2005-11-09 NeilBrown[PATCH] md: support BIO_RW_BARRIER for md/raid1
2005-11-09 NeilBrown[PATCH] md: make md on-disk bitmaps not host-endian
2005-11-09 NeilBrown[PATCH] md: convert 'faulty' and 'in_sync' fields to...
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
2005-10-28 Al Viro[PATCH] gfp_t: remaining bits of drivers/*
2005-09-09 NeilBrown[PATCH] md: tidy up daemon stop/start code in md/bitmap.c
2005-09-09 NeilBrown[PATCH] md: ensure bitmap_writeback_daemon handles...
2005-09-09 NeilBrown[PATCH] md: fix bitmap/read_sb_page so that it handles...
2005-09-09 NeilBrown[PATCH] md: do not set mddev->bitmap until bitmap is...
2005-09-09 NeilBrown[PATCH] md: make sure bitmap_daemon_work actually does...
2005-09-09 NeilBrown[PATCH] md: add write-behind support for md/raid1
2005-09-09 NeilBrown[PATCH] md: improve handling of bitmap initialisation.
2005-08-04 NeilBrown[PATCH] md: make sure md bitmap updates are flushed...
2005-08-04 NeilBrown[PATCH] md: always honour md bitmap being read from...
2005-07-27 Olaf Hering[PATCH] turn many #if $undefined_string into #ifdef...
2005-07-15 NeilBrown[PATCH] md/raid1: clear bitmap when fullsync completes
2005-06-22 NeilBrown[PATCH] md: make sure md/bitmap doesn't try to write...
2005-06-22 NeilBrown[PATCH] md: allow md intent bitmap to be stored near...
2005-06-22 NeilBrown[PATCH] md: don't skip bitmap pages due to lack of...
2005-06-22 NeilBrown[PATCH] md: enable the bitmap write-back daemon and...
next