1. 06 6月, 2013 1 次提交
    • J
      jfs: Update jfs_error · eb8630d7
      Joe Perches 提交于
      Use a more current logging style.
      
      Add __printf format and argument verification.
      
      Remove embedded function names from formats.
      Add %pf, __builtin_return_address(0) to jfs_error.
      Add newlines to formats for kernel style consistency.
      (One format already had an erroneous newline)
      Coalesce formats and align arguments.
      
      Object size reduced ~1KiB.
      
      $ size fs/jfs/built-in.o*
         text	   data	    bss	    dec	    hex	filename
       201891	  35488	  63936	 301315	  49903	fs/jfs/built-in.o.new
       202821	  35488	  64192	 302501	  49da5	fs/jfs/built-in.o.old
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NDave Kleikamp <dave.kleikamp@oracle.com>
      eb8630d7
  2. 31 3月, 2011 1 次提交
  3. 05 3月, 2010 1 次提交
    • C
      dquot: cleanup space allocation / freeing routines · 5dd4056d
      Christoph Hellwig 提交于
      Get rid of the alloc_space, free_space, reserve_space, claim_space and
      release_rsv dquot operations - they are always called from the filesystem
      and if a filesystem really needs their own (which none currently does)
      it can just call into it's own routine directly.
      
      Move shared logic into the common __dquot_alloc_space,
      dquot_claim_space_nodirty and __dquot_free_space low-level methods,
      and rationalize the wrappers around it to move as much as possible
      code into the common block for CONFIG_QUOTA vs not.  Also rename
      all these helpers to be named dquot_* instead of vfs_dq_*.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Signed-off-by: NJan Kara <jack@suse.cz>
      5dd4056d
  4. 17 6月, 2009 1 次提交
  5. 26 3月, 2009 1 次提交
  6. 10 1月, 2009 1 次提交
    • D
      jfs: remove xtLookupList() · fec1878f
      Dave Kleikamp 提交于
      xtLookupList() was a more generalized version of xtLookup() with a
      nastier interface.  Its only caller, extHint(), is actually better
      suited to using xtLookup() than xtLookupList().  This also lets us
      remove the definition of lxd_t, an obnoxious packed structure that was
      only used in-memory.
      Signed-off-by: NDave Kleikamp <shaggy@linux.vnet.ibm.com>
      fec1878f
  7. 07 6月, 2007 1 次提交
  8. 02 10月, 2006 1 次提交
  9. 01 10月, 2006 1 次提交
  10. 27 9月, 2006 1 次提交
  11. 27 6月, 2006 1 次提交
  12. 25 1月, 2006 1 次提交
  13. 05 5月, 2005 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4