1. 01 Mar, 2007 2 commits
  2. 23 Feb, 2007 2 commits
  3. 21 Feb, 2007 13 commits
  4. 20 Feb, 2007 1 commit
  5. 19 Feb, 2007 1 commit
  6. 18 Feb, 2007 4 commits
    • Andrew Morton's avatar
      [JFFS2] printk warning fixes · 7be26bfb
      Andrew Morton authored
      
      fs/jffs2/wbuf.c: In function 'jffs2_check_oob_empty':
      fs/jffs2/wbuf.c:993: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
      fs/jffs2/wbuf.c:993: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
      fs/jffs2/wbuf.c: In function 'jffs2_check_nand_cleanmarker':
      fs/jffs2/wbuf.c:1036: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
      fs/jffs2/wbuf.c:1036: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
      fs/jffs2/wbuf.c: In function 'jffs2_write_nand_cleanmarker':
      fs/jffs2/wbuf.c:1062: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
      fs/jffs2/wbuf.c:1062: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      7be26bfb
    • Eric Van Hensbergen's avatar
      9p: implement optional loose read cache · e03abc0c
      Eric Van Hensbergen authored
      
      While cacheing is generally frowned upon in the 9p world, it has its
      place -- particularly in situations where the remote file system is
      exclusive and/or read-only.  The vacfs views of venti content addressable
      store are a real-world instance of such a situation.  To facilitate higher
      performance for these workloads (and eventually use the fscache patches),
      we have enabled a "loose" cache mode which does not attempt to maintain
      any form of consistency on the page-cache or dcache.  This results in over
      two orders of magnitude performance improvement for cacheable block reads
      in the Bonnie benchmark.  The more aggressive use of the dcache also seems
      to improve metadata operational performance.
      Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
      e03abc0c
    • Eric W. Biederman's avatar
      9p: Use kthread_stop instead of sending a SIGKILL. · 2c0463a9
      Eric W. Biederman authored
      
      Since the kthread api does not bump the reference count on
      processes that tracked it is not safe allow user space to
      kill the threads, as I still retain a pointer to the task_struct.
      Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
      Acked-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
      2c0463a9
    • Al Viro's avatar
      [PATCH] AUDIT_FD_PAIR · db349509
      Al Viro authored
      
      Provide an audit record of the descriptor pair returned by pipe() and
      socketpair().  Rewritten from the original posted to linux-audit by
      John D. Ramsdell <ramsdell@mitre.org>
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      db349509
  7. 17 Feb, 2007 7 commits
  8. 16 Feb, 2007 10 commits