1. 21 10月, 2008 3 次提交
    • A
      [PATCH] switch mtd_blkdevs · af0e2a0a
      Al Viro 提交于
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      af0e2a0a
    • 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
    • A
      [PATCH] introduce fmode_t, do annotations · aeb5d727
      Al Viro 提交于
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      aeb5d727
  2. 20 10月, 2008 3 次提交
  3. 18 10月, 2008 9 次提交
  4. 17 10月, 2008 2 次提交
  5. 16 10月, 2008 1 次提交
  6. 14 10月, 2008 4 次提交
  7. 13 10月, 2008 1 次提交
  8. 10 10月, 2008 3 次提交
  9. 09 10月, 2008 3 次提交
  10. 08 10月, 2008 1 次提交
  11. 07 10月, 2008 1 次提交
  12. 27 9月, 2008 4 次提交
  13. 22 9月, 2008 1 次提交
  14. 16 9月, 2008 2 次提交
  15. 05 9月, 2008 2 次提交