| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: remove __KERNEL__ from debug code | Dave Chinner | 2013-08-12 | 1 | -1/+1 |
* | xfs: create xfs_bmap_util.[ch] | Dave Chinner | 2013-08-12 | 1 | -56/+0 |
* | xfs: sync minor header differences needed by userspace. | Dave Chinner | 2013-08-12 | 1 | -0/+2 |
* | xfs: remove local fork format handling from xfs_bmapi_write() | Dave Chinner | 2013-07-09 | 1 | -0/+1 |
* | xfs: move allocation stack switch up to xfs_bmapi_allocate | Dave Chinner | 2012-11-08 | 1 | -0/+4 |
* | xfs: introduce XFS_BMAPI_STACK_SWITCH | Dave Chinner | 2012-11-08 | 1 | -1/+4 |
* | xfs: move xfs_fsb_to_db to xfs_bmap.h | Dave Chinner | 2012-05-14 | 1 | -0/+3 |
* | xfs: cleanup xfs_bmap.h | Christoph Hellwig | 2011-10-11 | 1 | -192/+33 |
* | xfs: move logflags into bmalloca | Christoph Hellwig | 2011-10-11 | 1 | -0/+1 |
* | xfs: move lastx and nallocs into bmalloca | Dave Chinner | 2011-10-11 | 1 | -0/+2 |
* | xfs: move btree cursor into bmalloca | Dave Chinner | 2011-10-11 | 1 | -0/+2 |
* | xfs: rename allocation range fields in struct xfs_bmalloca | Dave Chinner | 2011-10-11 | 1 | -3/+5 |
* | xfs: move firstblock and bmap freelist cursor into bmalloca structure | Dave Chinner | 2011-10-11 | 1 | -2/+2 |
* | xfs: move extent records into bmalloca structure | Dave Chinner | 2011-10-11 | 1 | -2/+2 |
* | xfs: rename xfs_bmapi to xfs_bmapi_write | Dave Chinner | 2011-10-11 | 1 | -37/+13 |
* | xfs: introduce xfs_bmapi_delay() | Christoph Hellwig | 2011-10-11 | 1 | -2/+3 |
* | xfs: remove xfs_bmapi_single() | Dave Chinner | 2011-10-11 | 1 | -15/+0 |
* | xfs: introduce xfs_bmapi_read() | Dave Chinner | 2011-10-11 | 1 | -0/+4 |
* | xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag | Christoph Hellwig | 2011-05-25 | 1 | -2/+0 |
* | xfs: fix failed write truncation handling. | Dave Chinner | 2010-12-01 | 1 | -0/+5 |
* | xfs: Introduce XFS_IOC_ZERO_RANGE | Dave Chinner | 2010-10-18 | 1 | -3/+6 |
* | xfs: remove unused delta tracking code in xfs_bmapi | Christoph Hellwig | 2010-07-26 | 1 | -19/+1 |
* | xfs: remove unused XFS_BMAPI_ flags | Christoph Hellwig | 2010-07-26 | 1 | -11/+6 |
* | xfs: event tracing support | Christoph Hellwig | 2009-12-14 | 1 | -20/+29 |
* | xfs: change the xfs_iext_insert / xfs_iext_remove | Christoph Hellwig | 2009-12-14 | 1 | -0/+1 |
* | xfs: cleanup bmap extent state macros | Christoph Hellwig | 2009-12-14 | 1 | -0/+12 |
* | xfs: add more statics & drop some unused functions | Eric Sandeen | 2009-08-31 | 1 | -11/+0 |
* | xfs: remove m_attroffset | Christoph Hellwig | 2009-03-29 | 1 | -0/+4 |
* | xfs: fix various typos | Malcolm Parsons | 2009-03-29 | 1 | -1/+1 |
* | [XFS] Remove the rest of the macro-to-function indirections. | Eric Sandeen | 2009-01-16 | 1 | -2/+0 |
* | [XFS] convert xfs_getbmap to take formatter functions | Eric Sandeen | 2008-12-01 | 1 | -4/+7 |
* | [XFS] Sync up kernel and user-space headers | Barry Naujok | 2008-10-30 | 1 | -29/+32 |
* | [XFS] Restore the lowspace extent allocator algorithm | Lachlan McIlroy | 2008-07-28 | 1 | -1/+12 |
* | [XFS] replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-18 | 1 | -1/+1 |
* | [XFS] Fix up sparse warnings. | David Chinner | 2008-02-07 | 1 | -0/+2 |
* | [XFS] decontaminate vnode operations from behavior details | Christoph Hellwig | 2007-10-15 | 1 | -1/+1 |
* | [XFS] split ondisk vs incore versions of xfs_bmbt_rec_t | Christoph Hellwig | 2007-10-15 | 1 | -1/+1 |
* | [XFS] Clean up function name handling in tracing code | Eric Sandeen | 2007-07-14 | 1 | -2/+4 |
* | [XFS] Remove unused argument to xfs_bmap_finish | Eric Sandeen | 2007-02-10 | 1 | -1/+0 |
* | [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report | Olaf Weber | 2006-06-09 | 1 | -2/+20 |
* | [XFS] Cleanup comment to remove reference to obsoleted function | Mandy Kirkconnell | 2006-03-31 | 1 | -4/+5 |
* | [XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents() | Mandy Kirkconnell | 2006-03-29 | 1 | -8/+0 |
* | [XFS] 929045 567344 This mod introduces multi-level in-core file extent | Mandy Kirkconnell | 2006-03-14 | 1 | -0/+18 |
* | [XFS] 929045 567344 This mod re-organizes some of the in-core file extent | Mandy Kirkconnell | 2006-03-14 | 1 | -1/+3 |
* | [XFS] Implement the di_extsize allocator hint for non-realtime files as | Nathan Scott | 2006-01-11 | 1 | -1/+6 |
* | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 2005-11-02 | 1 | -25/+11 |
* | [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. | Nathan Scott | 2005-11-02 | 1 | -11/+8 |
* | [XFS] Ondisk format extension for extended attributes (attr2). Basically, | Nathan Scott | 2005-11-02 | 1 | -2/+3 |
* | [XFS] mark various symbols static Patch from Adrian Bunk | Christoph Hellwig | 2005-06-21 | 1 | -13/+0 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+379 |