1. 03 3月, 2006 1 次提交
  2. 14 2月, 2006 1 次提交
  3. 13 2月, 2006 1 次提交
  4. 08 2月, 2006 1 次提交
  5. 04 2月, 2006 1 次提交
  6. 02 2月, 2006 10 次提交
  7. 15 1月, 2006 1 次提交
  8. 12 1月, 2006 2 次提交
  9. 11 1月, 2006 2 次提交
  10. 10 1月, 2006 1 次提交
  11. 03 1月, 2006 1 次提交
  12. 15 12月, 2005 2 次提交
  13. 30 11月, 2005 1 次提交
    • J
      [PATCH] reiserfs: handle cnode allocation failure gracefully · 576f6d79
      Jeff Mahoney 提交于
      If an external device is used for a journal, by default it will use the
      entire device.  The reiserfs journal code allocates structures per journal
      block when it mounts the file system.  If the journal device is too large,
      and memory cannot be allocated for the structures, it will continue and
      ultimately panic when it can't pull one off the free list.
      
      This patch handles the allocation failure gracefully and prints an error
      message at mount time.
      
      Changes: Updated error message to be more descriptive to the user.
      
      Discussed and approved on ReiserFS Mailing List, Nov 28.
      Signed-off-by: NJeff Mahoney <jeffm@suse.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      576f6d79
  14. 29 11月, 2005 1 次提交
  15. 09 11月, 2005 1 次提交
  16. 08 11月, 2005 1 次提交
  17. 31 10月, 2005 1 次提交
  18. 28 10月, 2005 2 次提交
    • A
      [PATCH] gfp_t: reiserfs mapping_set_gfp_mask() use · c4cdd038
      Al Viro 提交于
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      c4cdd038
    • A
      [PATCH] gfp_t: fs/* · 27496a8c
      Al Viro 提交于
       - ->releasepage() annotated (s/int/gfp_t), instances updated
       - missing gfp_t in fs/* added
       - fixed misannotation from the original sweep caught by bitwise checks:
         XFS used __nocast both for gfp_t and for flags used by XFS allocator.
         The latter left with unsigned int __nocast; we might want to add a
         different type for those but for now let's leave them alone.  That,
         BTW, is a case when __nocast use had been actively confusing - it had
         been used in the same code for two different and similar types, with
         no way to catch misuses.  Switch of gfp_t to bitwise had caught that
         immediately...
      
      One tricky bit is left alone to be dealt with later - mapping->flags is
      a mix of gfp_t and error indications.  Left alone for now.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      27496a8c
  19. 13 9月, 2005 1 次提交
  20. 11 9月, 2005 2 次提交
  21. 10 9月, 2005 1 次提交
  22. 08 9月, 2005 1 次提交
  23. 19 8月, 2005 1 次提交
  24. 14 8月, 2005 1 次提交
  25. 28 7月, 2005 2 次提交