1. 29 Jul, 2009 8 commits
    • Philipp Reisner's avatar
      Tracking DRBD mainline · c7337852
      Philipp Reisner authored
      2fcb72c00e0fb35120665943cbe7003739bd1009 get rid of unneccessary fsync_bdev
      2721065e39000629e87296676fd077bb0970417b Merge branch 'drbd-8.2' into drbd-8.3
      93edff9e37a122b5f2d23ed2baef0dfeef1c5a17 Merge branch 'drbd-8.0' into drbd-8.2
      0fb44e5ef678346808a9ab06a259112af7814fc8 dead code removal
      13bb2bb8dd3fddbae88a1fcba757b567208e3ae1 fix config/deconfig race
      4c0505a621e8c06eeac9a7d831621ea949770fe2 need to hold req_lock for_drbd_set_state (recently introduced bogon)
      590cb50f41337c39b7d8095991fa1d144dbc3fd7 remove unnecessary variable, fix comment formatting
      73abcf4b8f53f26fa4a6d524916fba142342df33 make bm_lock message moreinformative; hunting configuration race condition
      0efb38921eff65f7f05aa2e028833aea5ed5b8f4 adjust loglevel: some dev_dbg should rather be warn, or info at least
      50ddc402f72ab5b4486e0efa912a16b6f3d3012a bitmap compression stats: output percentage saved, not 'factor'
      1737021364ea6da4d08bd08e99d1083587d271d4 compressed bitmap: finally settle for _one_ encoding
      c63bd973e2d52baeceb425592af371bf8f4fe2cd introduce disable_sendpage module parameter
      a87458a4243968229b9db85e680d464aae3c9bd4 fix double send_cnt accounting of _drbd_no_send_page fallbacks
      Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
      Signed-off-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
      c7337852
    • Philipp Reisner's avatar
      Removing CamelCase, minor cleanups · 1ff8d0aa
      Philipp Reisner authored
      9b8b170585e2959d552b0ba592b649d758b933b8 Merge branch 'drbd-8.3' into drbd-8.3-cleanups
      1922274c822b34cf4b66843819ccfed97e1da4f1 Improvements to drbd_nl_net_conf()  * Removing macros  * Fixed the code for
      1a59b007715215697968cfaed3f2f159d262c030 Removing a workaround for bugs in blk_queue_stack_limits() in older kernels
      56d788e4fa7a4809fc41f8c17a02032fb8793080 Merge branch 'drbd-8.3' into drbd-8.3-cleanups
      a95b4cfb595ced59ca6d2b26d450fd7e5e08fec8 The coding style guide says: Constants are ALL_CAPS
      84cc8259557954b39fa8b0c57931b08cdc3df3f6 Merge branch 'drbd-8.2' into drbd-8.3
      555b9f742cce70430a5769a35128ee3fa06fa9f4 Merge branch 'drbd-8.0' into drbd-8.2
      f96e2776b2e49ef992d43a624d7c6be7d0610bfa Removing CamelCase from structs, enums and unions
      727aca1fcc001381ab6f0a7229fa7db54b9431ea Removing '#if 0' code
      546cbdec6779e997a37eac0d3762f4e0a3a390f2 Changing the remaining constants to UPPER_CASE only
      57e478a0d328405ed97c3bada9d617e5d21a3868 Merge branch 'drbd-8.3' into drbd-8.3-cleanups
      23b99bfb4ceca5a00c180620ac3f6db91edf7f85 Andi does not want to get it CC, he prefers to pick it off LKML
      d362ab639c966107670f4b375cbff757314f5cba Changing the remaining constants to UPPER_CASE only
      6fe98c4f0302a28174dd3a852e72fbc6a0caa45e Merge branch 'drbd-8.2' into drbd-8.3
      ff327744475ffc66795fc49dcdc232b21589185e Changing the remaining constants to UPPER_CASE only
      185392bf5ce63936a5c424b97e38512ab4bcfdb7 Merge branch 'drbd-8.0' into drbd-8.2
      5f87618f7272e9ef92b17b2b7c36dcc1c3d59031 Making all constants UPPER_CASE only
      2ebf5224634bf5fda709fb54b43a5de6e3c10bee Adding explicit numbers to the return codes to user space
      Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
      Signed-off-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
      1ff8d0aa
    • Philipp Reisner's avatar
    • Philipp Reisner's avatar
    • Philipp Reisner's avatar
      Cleanups as suggested by reviewers. · cd359612
      Philipp Reisner authored
       * Moving BUG_ON() as suggested by Nikanth Karthikesan
       * Removing our ERR, drbd_WARN, INFO, ALERT macros, using the kernel standard dev_err, dev_warn etc.. instead
         suggested by Bart Van Assche
      Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
      Signed-off-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
      cd359612
    • Philipp Reisner's avatar
    • Philipp Reisner's avatar
      Tracking DRBD mainline · ed73f724
      Philipp Reisner authored
      782b1ed1e3582393381e1f3f1cb80020f027ca06 Merge branch 'drbd-8.0' into drbd-8.3
      80de0d362ffd9906412ce7b602db7c9cd550b678 Adjusted the drbd_congested() function to work on kernels >= 2.6.30
      f484da549b3375ef7e7d9d08d5bf2c95745c8eaa Correct exapnsion of "device minor %d" statements for upper resources.
      4cecefe99336e911425e390f115cf32a9036679f Fixed the res_by_minor() function
      10d77c7a0d08257a19f8d67fdda3af71bf415b1d Do not do state changes on unconfigured devices (bugz 214)
      706b35dc7ada32cf9cc47d331733514a52c5a820 double :: typo
      3ced685cd6ae4179d77e09945a4951f4c997d2db Merge branch 'drbd-8.2' into drbd-8.3
      70339fe8d52ee93696aa975b9ed14cbaa61d0e0c Merge branch 'drbd-8.0' into drbd-8.2
      864141476a52d5e174dcbb03fa9f98b6da6f9689 Fixing the error code path in case the bitmap allocation failes.
      8126b2adf618924c1d00407bd56b8b4f3976e198 Fault injection for the bitmap allocation
      c091e4513f805f9a2118f01ee87e6ec7a419126a proc/drbd: catch uninitialized congestion flag
      d30881451c988619e243d6294a899139eed1183d Preparing 8.0.16
      Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
      Signed-off-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
      ed73f724
    • Philipp Reisner's avatar
  2. 09 Apr, 2009 22 commits
  3. 08 Apr, 2009 10 commits