1. 02 2月, 2006 6 次提交
  2. 15 1月, 2006 1 次提交
  3. 12 1月, 2006 2 次提交
  4. 11 1月, 2006 2 次提交
  5. 10 1月, 2006 1 次提交
  6. 03 1月, 2006 1 次提交
  7. 15 12月, 2005 2 次提交
  8. 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
  9. 29 11月, 2005 1 次提交
  10. 09 11月, 2005 1 次提交
  11. 08 11月, 2005 1 次提交
  12. 31 10月, 2005 1 次提交
  13. 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
  14. 13 9月, 2005 1 次提交
  15. 11 9月, 2005 2 次提交
  16. 10 9月, 2005 1 次提交
  17. 08 9月, 2005 1 次提交
  18. 19 8月, 2005 1 次提交
  19. 14 8月, 2005 1 次提交
  20. 28 7月, 2005 3 次提交
  21. 13 7月, 2005 2 次提交
    • L
      reiserfs: run scripts/Lindent on reiserfs code · bd4c625c
      Linus Torvalds 提交于
      This was a pure indentation change, using:
      
      	scripts/Lindent fs/reiserfs/*.c include/linux/reiserfs_*.h
      
      to make reiserfs match the regular Linux indentation style.  As Jeff
      Mahoney <jeffm@suse.com> writes:
      
       The ReiserFS code is a mix of a number of different coding styles, sometimes
       different even from line-to-line. Since the code has been relatively stable
       for quite some time and there are few outstanding patches to be applied, it
       is time to reformat the code to conform to the Linux style standard outlined
       in Documentation/CodingStyle.
      
       This patch contains the result of running scripts/Lindent against
       fs/reiserfs/*.c and include/linux/reiserfs_*.h. There are places where the
       code can be made to look better, but I'd rather keep those patches separate
       so that there isn't a subtle by-hand hand accident in the middle of a huge
       patch. To be clear: This patch is reformatting *only*.
      
       A number of patches may follow that continue to make the code more consistent
       with the Linux coding style.
      
       Hans wasn't particularly enthusiastic about these patches, but said he
       wouldn't really oppose them either.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      bd4c625c
    • J
      [PATCH] reiserfs: fix up case where indent misreads the code · 7fa94c88
      Jeff Mahoney 提交于
       indent(1) doesn't know how to handle the "do not compile" error. It results
       in the item_ops array declaration being indented a tab stop in when it should
       not be. This patch replaces it with a #error that describes why it's failing.
      Signed-off-by: NJeff Mahoney <jeffm@suse.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      7fa94c88
  22. 30 6月, 2005 3 次提交
  23. 28 6月, 2005 1 次提交
    • J
      [PATCH] Update cfq io scheduler to time sliced design · 22e2c507
      Jens Axboe 提交于
      This updates the CFQ io scheduler to the new time sliced design (cfq
      v3).  It provides full process fairness, while giving excellent
      aggregate system throughput even for many competing processes.  It
      supports io priorities, either inherited from the cpu nice value or set
      directly with the ioprio_get/set syscalls.  The latter closely mimic
      set/getpriority.
      
      This import is based on my latest from -mm.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      22e2c507
  24. 26 6月, 2005 1 次提交
  25. 24 6月, 2005 1 次提交