Historique des commits

Auteur SHA1 Message Date
  NeilBrown f2e06c5884 md/bitmap: remove confusing code from filemap_get_page. il y a 11 ans
  NeilBrown 035328c202 md/bitmap: don't abuse i_writecount for bitmap files. il y a 11 ans
  Tejun Heo 324a56e16e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly il y a 11 ans
  Tejun Heo 388975ccca sysfs: clean up sysfs_get_dirent() il y a 12 ans
  Jingoo Han b29bebd66d md: replace strict_strto*() with kstrto*() il y a 12 ans
  Akinobu Mita 3f810b6c4a md: use set_bit_le and clear_bit_le il y a 12 ans
  Al Viro 496ad9aa8e new helper: file_inode(file) il y a 12 ans
  Jianpeng Ma 582e2e056a md/bitmap:Don't use IS_ERR to judge alloc_page(). il y a 13 ans
  Michael Wang fd177481b4 raid: replace list_for_each_continue_rcu with new interface il y a 13 ans
  NeilBrown f54a9d0e59 md/raid1: submit IO from originating thread instead of md thread. il y a 13 ans
  NeilBrown 1dff2b87a3 md/bitmap: record the space available for the bitmap in the superblock. il y a 13 ans
  NeilBrown b81a040481 md/bitmap: make sure reshape request are reflected in superblock. il y a 13 ans
  NeilBrown d60b479d17 md/bitmap: add bitmap_resize function to allow bitmap resizing. il y a 13 ans
  NeilBrown 15702d7fb6 md/bitmap: use DIV_ROUND_UP instead of open-code il y a 13 ans
  NeilBrown 40cffcc0e8 md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap' il y a 13 ans
  NeilBrown 63c68268b2 md/bitmap: make bitmap bitops atomic. il y a 13 ans
  NeilBrown bdfd114073 md/bitmap: make _page_attr bitops atomic. il y a 13 ans
  NeilBrown fae7d326cd md/bitmap: merge bitmap_file_unmap and bitmap_file_put. il y a 13 ans
  NeilBrown 62f82faace md/bitmap: remove async freeing of bitmap file. il y a 13 ans
  NeilBrown 7466712347 md/bitmap: convert some spin_lock_irqsave to spin_lock_irq il y a 13 ans
  NeilBrown b405fe91e5 md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags. il y a 13 ans
  NeilBrown 84e923453e md/bitmap: remove single-bit manipulation on sb->state il y a 13 ans
  NeilBrown edbb79df67 md/bitmap: remove bitmap_mask_state il y a 13 ans
  NeilBrown bc9891a885 md/bitmap: move storage allocation from bitmap_load to bitmap_create. il y a 13 ans
  NeilBrown d1244cb062 md/bitmap: separate bitmap file allocation to its own function. il y a 13 ans
  NeilBrown 9b1215c102 md/bitmap: store bytes in file rather than just in last page. il y a 13 ans
  NeilBrown 1ec885cdd0 md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct. il y a 13 ans
  NeilBrown d189122d4b md/bitmap: change *_page_attr() to take a page number, not a page. il y a 13 ans
  NeilBrown 27581e5ae0 md/bitmap: centralise allocation of bitmap file pages. il y a 13 ans
  NeilBrown ef99bf480d md/bitmap: allow a bitmap with no backing storage. il y a 13 ans