1. 02 4月, 2009 1 次提交
  2. 01 4月, 2009 1 次提交
  3. 21 10月, 2008 2 次提交
    • A
      [PATCH] switch ubd · a625c998
      Al Viro 提交于
      ubd_ioctl() doesn't need BKL, so unlocked_ioctl() it becomes...
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      a625c998
    • A
      [PATCH] beginning of methods conversion · d4430d62
      Al Viro 提交于
      To keep the size of changesets sane we split the switch by drivers;
      to keep the damn thing bisectable we do the following:
      	1) rename the affected methods, add ones with correct
      prototypes, make (few) callers handle both.  That's this changeset.
      	2) for each driver convert to new methods.  *ALL* drivers
      are converted in this series.
      	3) kill the old (renamed) methods.
      
      Note that it _is_ a flagday; all in-tree drivers are converted and by the
      end of this series no trace of old methods remain.  The only reason why
      we do that this way is to keep the damn thing bisectable and allow per-driver
      debugging if anything goes wrong.
      
      New methods:
      	open(bdev, mode)
      	release(disk, mode)
      	ioctl(bdev, mode, cmd, arg)		/* Called without BKL */
      	compat_ioctl(bdev, mode, cmd, arg)
      	locked_ioctl(bdev, mode, cmd, arg)	/* Called with BKL, legacy */
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      d4430d62
  4. 07 6月, 2008 1 次提交
  5. 13 5月, 2008 1 次提交
  6. 28 4月, 2008 1 次提交
  7. 06 2月, 2008 5 次提交
  8. 28 1月, 2008 1 次提交
  9. 30 11月, 2007 1 次提交
  10. 06 11月, 2007 1 次提交
  11. 24 10月, 2007 1 次提交
    • W
      arch/um/drivers/ubd_kern.c: fix a building error · 23464ffa
      WANG Cong 提交于
      Fix this uml building error:
      arch/um/drivers/ubd_kern.c: In function 'do_ubd_request':
      arch/um/drivers/ubd_kern.c:1118: error: implicit declaration of function
      'sg_page'
      arch/um/drivers/ubd_kern.c:1118: warning: passing argument 6 of
      'prepare_request' makes pointer from integer without a cast
      make[1]: *** [arch/um/drivers/ubd_kern.o] Error 1
      make: *** [arch/um/drivers] Error 2
      Signed-off-by: NWANG Cong <xiyou.wangcong@gmail.com>
      
      Add sg_init_table() call as well.
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      23464ffa
  12. 23 10月, 2007 1 次提交
  13. 17 10月, 2007 1 次提交
  14. 23 8月, 2007 1 次提交
  15. 24 7月, 2007 1 次提交
  16. 17 7月, 2007 2 次提交
  17. 09 6月, 2007 1 次提交
  18. 08 5月, 2007 10 次提交
  19. 29 3月, 2007 1 次提交
  20. 12 2月, 2007 5 次提交
  21. 01 11月, 2006 1 次提交