| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-06-25 | libxfs: move source files | Dave Chinner | 1 | -2189/+0 |
| 2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -8/+8 |
| 2014-06-10 | Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next | Dave Chinner | 1 | -1/+0 |
| 2014-06-06 | xfs: kill xfs_buf_geterror() | Dave Chinner | 1 | -1/+0 |
| 2014-05-20 | Merge branch 'xfs-feature-bit-cleanup' into for-next | Dave Chinner | 1 | -3/+1 |
| 2014-05-20 | Merge branch 'xfs-misc-fixes-2-for-3.16' into for-next | Dave Chinner | 1 | -5/+5 |
| 2014-05-20 | xfs: fix compile error when libxfs header used in C++ code | Roger Willcocks | 1 | -3/+3 |
| 2014-05-20 | xfs: turn NLINK feature on by default | Dave Chinner | 1 | -3/+1 |
| 2014-04-24 | xfs: update the finobt on inode free | Brian Foster | 1 | -0/+102 |
| 2014-04-24 | xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper | Brian Foster | 1 | -65/+96 |
| 2014-04-24 | xfs: use and update the finobt on inode allocation | Brian Foster | 1 | -5/+290 |
| 2014-04-24 | xfs: insert newly allocated inode chunks into the finobt | Brian Foster | 1 | -23/+70 |
| 2014-04-24 | xfs: support the XFS_BTNUM_FINOBT free inode btree type | Brian Foster | 1 | -6/+32 |
| 2014-04-24 | xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers | Brian Foster | 1 | -4/+4 |
| 2014-03-13 | Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next | Dave Chinner | 1 | -0/+12 |
| 2014-03-07 | xfs: avoid AGI/AGF deadlock scenario for inode chunk allocation | Brian Foster | 1 | -0/+12 |
| 2014-02-27 | xfs: modify verifiers to differentiate CRC from other errors | Eric Sandeen | 1 | -11/+10 |
| 2014-02-27 | xfs: add helper for updating checksums on xfs_bufs | Eric Sandeen | 1 | -1/+1 |
| 2014-02-27 | xfs: add helper for verifying checksums on xfs_bufs | Eric Sandeen | 1 | -2/+2 |
| 2014-02-27 | xfs: Use defines for CRC offsets in all cases | Eric Sandeen | 1 | -3/+2 |
| 2013-12-13 | xfs: use xfs_icluster_size_fsb in xfs_imap | Jie Liu | 1 | -2/+2 |
| 2013-12-13 | xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_init | Jie Liu | 1 | -15/+8 |
| 2013-12-13 | xfs: get rid of XFS_IALLOC_BLOCKS macros | Jie Liu | 1 | -6/+6 |
| 2013-12-13 | xfs: get rid of XFS_INODE_CLUSTER_SIZE macros | Jie Liu | 1 | -5/+5 |
| 2013-12-13 | xfs: get rid of XFS_IALLOC_INODES macros | Jie Liu | 1 | -6/+6 |
| 2013-12-11 | xfs: fix calculation of freed inode cluster blocks | Ben Myers | 1 | -1/+1 |
| 2013-11-06 | xfs: add tracepoints to AGF/AGI read operations | Dave Chinner | 1 | -1/+5 |
| 2013-10-23 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -4/+2 |
| 2013-10-23 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -3/+4 |
| 2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -1/+2 |
| 2013-08-30 | xfs: check correct status variable for xfs_inobt_get_rec() call | Brian Foster | 1 | -1/+1 |
| 2013-08-20 | xfs: fix the comment of xfs_ialloc_ag_select() | Zhi Yong Wu | 1 | -1/+1 |
| 2013-08-12 | xfs: fix issues that cause userspace warnings | Dave Chinner | 1 | -1/+1 |
| 2013-08-12 | xfs: move unrelated definitions out of xfs_inode.h | Dave Chinner | 1 | -0/+1 |
| 2013-06-27 | xfs: Use inode create transaction | Dave Chinner | 1 | -9/+23 |
| 2013-06-27 | xfs: Inode create item recovery | Dave Chinner | 1 | -9/+28 |
| 2013-06-26 | xfs: Remove the left function variable from xfs_ialloc_get_rec() | Jie Liu | 1 | -4/+3 |
| 2013-04-27 | xfs: buffer type overruns blf_flags field | Dave Chinner | 1 | -1/+1 |
| 2013-04-21 | xfs: add version 3 inode format with CRCs | Christoph Hellwig | 1 | -9/+41 |
| 2013-04-21 | xfs: add CRC checks to the AGI | Dave Chinner | 1 | -14/+43 |
| 2013-03-07 | xfs: rename random32() to prandom_u32() | Akinobu Mita | 1 | -1/+1 |
| 2013-01-03 | xfs: don't zero structure members after a memset(0) | Eric Sandeen | 1 | -4/+0 |
| 2012-11-26 | xfs: inode allocation should use unmapped buffers. | Dave Chinner | 1 | -1/+2 |
| 2012-11-15 | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 1 | -8/+10 |
| 2012-11-15 | xfs: connect up write verifiers to new buffers | Dave Chinner | 1 | -2/+3 |
| 2012-11-15 | xfs: add pre-write metadata buffer verifier callbacks | Dave Chinner | 1 | -1/+16 |
| 2012-11-15 | xfs: verify AGI blocks as they are read from disk | Dave Chinner | 1 | -21/+35 |
| 2012-11-15 | xfs: make buffer read verication an IO completion function | Dave Chinner | 1 | -1/+1 |
| 2012-11-02 | xfs: Update inode alloc comments | Carlos Maiolino | 1 | -3/+3 |
| 2012-10-18 | xfs: zero allocation_args on the kernel stack | Mark Tinguely | 1 | -0/+1 |
| 2012-09-26 | xfs: Fix m_agirotor reset during AG selection | Carlos Maiolino | 1 | -1/+1 |
| 2012-08-16 | xfs: unlock the AGI buffer when looping in xfs_dialloc | Christoph Hellwig | 1 | -8/+9 |
| 2012-07-29 | xfs: do not read the AGI buffer in xfs_dialloc until nessecary | Christoph Hellwig | 1 | -58/+69 |
| 2012-07-29 | xfs: refactor xfs_ialloc_ag_select | Christoph Hellwig | 1 | -51/+44 |
| 2012-07-29 | xfs: add a short cut to xfs_dialloc for the non-NULL agbp case | Christoph Hellwig | 1 | -21/+26 |
| 2012-07-29 | xfs: remove the alloc_done argument to xfs_dialloc | Christoph Hellwig | 1 | -3/+0 |
| 2012-07-29 | xfs: split xfs_dialloc | Christoph Hellwig | 1 | -175/+174 |
| 2012-07-22 | xfs: remove xfs_ialloc_find_free | Christoph Hellwig | 1 | -8/+1 |
| 2012-05-14 | xfs: clean up xfs_bit.h includes | Dave Chinner | 1 | -0/+7 |
| 2012-05-14 | xfs: kill XBF_LOCK | Dave Chinner | 1 | -2/+1 |
| 2012-01-03 | xfs: propagate umode_t | Al Viro | 1 | -2/+2 |
| 2011-10-11 | xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REF | Christoph Hellwig | 1 | -1/+1 |
| 2011-10-11 | xfs: Check the return value of xfs_trans_get_buf() | Chandra Seetharaman | 1 | -5/+8 |
| 2011-07-25 | xfs: Remove the macro XFS_BUF_ERROR and family | Chandra Seetharaman | 1 | -3/+2 |
| 2011-07-08 | xfs: byteswap constants instead of variables | Christoph Hellwig | 1 | -7/+7 |
| 2011-03-07 | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 1 | -26/+17 |
| 2011-03-07 | xfs: convert xfs_fs_cmn_err to new error logging API | Dave Chinner | 1 | -22/+17 |
| 2010-10-18 | xfs: remove xfs_buf wrappers | Christoph Hellwig | 1 | -1/+1 |
| 2010-08-24 | xfs: fix untrusted inode number lookup | Dave Chinner | 1 | -6/+10 |
| 2010-07-26 | xfs: remove unneeded #include statements | Christoph Hellwig | 1 | -3/+0 |
| 2010-07-26 | xfs: drop dmapi hooks | Christoph Hellwig | 1 | -1/+0 |
| 2010-06-24 | xfs: remove block number from inode lookup code | Dave Chinner | 1 | -16/+0 |
| 2010-06-24 | xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED | Dave Chinner | 1 | -4/+7 |
| 2010-06-24 | xfs: validate untrusted inode numbers during lookup | Dave Chinner | 1 | -43/+78 |
| 2010-01-21 | xfs: remove duplicate buffer flags | Christoph Hellwig | 1 | -1/+1 |
| 2010-01-15 | xfs: Replace per-ag array with a radix tree | Dave Chinner | 1 | -23/+2 |
| 2010-01-15 | xfs: convert remaining direct references to m_perag | Dave Chinner | 1 | -10/+25 |
| 2009-12-11 | xfs: kill the STATIC_INLINE macro | Christoph Hellwig | 1 | -1/+1 |
| 2009-10-30 | xfs: free temporary cursor in xfs_dialloc | Eric Sandeen | 1 | -0/+1 |
| 2009-09-01 | xfs: un-static xfs_inobt_lookup | Christoph Hellwig | 1 | -1/+1 |
| 2009-09-01 | xfs: speed up free inode search | Dave Chinner | 1 | -27/+106 |
| 2009-09-01 | xfs: rationalize xfs_inobt_lookup* | Christoph Hellwig | 1 | -55/+22 |
| 2009-09-01 | xfs: untangle xfs_dialloc | Christoph Hellwig | 1 | -153/+138 |
| 2009-09-01 | xfs: factor out debug checks from xfs_dialloc and xfs_difree | Dave Chinner | 1 | -75/+56 |
| 2009-09-01 | xfs: improve xfs_inobt_update prototype | Christoph Hellwig | 1 | -12/+11 |
| 2009-09-01 | xfs: improve xfs_inobt_get_rec prototype | Christoph Hellwig | 1 | -50/+31 |
| 2009-09-01 | xfs: factor out inode initialisation | Dave Chinner | 1 | -80/+95 |
| 2009-03-29 | xfs: fix various typos | Malcolm Parsons | 1 | -1/+1 |
| 2009-02-09 | xfs: remove superflous inobt macros | Christoph Hellwig | 1 | -5/+5 |
| 2009-01-16 | [XFS] Remove the rest of the macro-to-function indirections. | Eric Sandeen | 1 | -3/+3 |
| 2008-12-01 | [XFS] kill the XFS_IMAP_BULKSTAT flag | Christoph Hellwig | 1 | -1/+1 |
| 2008-12-01 | [XFS] embededd struct xfs_imap into xfs_inode | Christoph Hellwig | 1 | -1/+0 |
| 2008-12-01 | [XFS] merge xfs_imap into xfs_dilocate | Christoph Hellwig | 1 | -47/+82 |
| 2008-12-01 | [XFS] remove dead code for old inode item recovery | Christoph Hellwig | 1 | -2/+1 |
| 2008-12-01 | [XFS] kill XFS_DINODE_VERSION_ defines | Christoph Hellwig | 1 | -2/+2 |
| 2008-12-01 | [XFS] kill xfs_dinode_core_t | Christoph Hellwig | 1 | -4/+4 |
| 2008-12-01 | [XFS] kill xfs_ialloc_log_di | Christoph Hellwig | 1 | -65/+10 |
| 2008-12-01 | [XFS] factor out xfs_read_agi helper | Christoph Hellwig | 1 | -38/+63 |
| 2008-10-30 | [XFS] implement generic xfs_btree_get_rec | Christoph Hellwig | 1 | -0/+23 |
| 2008-10-30 | [XFS] implement generic xfs_btree_delete/delrec | Christoph Hellwig | 1 | -2/+2 |
| 2008-10-30 | [XFS] implement generic xfs_btree_insert/insrec | Christoph Hellwig | 1 | -1/+1 |
| 2008-10-30 | [XFS] implement generic xfs_btree_update | Christoph Hellwig | 1 | -0/+20 |
| 2008-10-30 | [XFS] implement generic xfs_btree_lookup | Christoph Hellwig | 1 | -0/+53 |
| 2008-10-30 | [XFS] implement generic xfs_btree_decrement | Christoph Hellwig | 1 | -2/+2 |
| 2008-10-30 | [XFS] implement generic xfs_btree_increment | Christoph Hellwig | 1 | -7/+7 |
| 2008-10-30 | [XFS] split up xfs_btree_init_cursor | Christoph Hellwig | 1 | -8/+4 |
| 2008-04-29 | [XFS] Don't initialise new inode generation numbers to zero | David Chinner | 1 | -0/+10 |
| 2008-04-18 | [XFS] Account for inode cluster alignment in all allocations | David Chinner | 1 | -15/+29 |
| 2008-04-10 | [XFS] remove shouting-indirection macros from xfs_sb.h | Eric Sandeen | 1 | -3/+3 |
| 2008-02-28 | [XFS] If you mount an XFS filesystem with no mount options at all, then | Josef Jeff Sipek | 1 | -1/+1 |
| 2008-02-13 | xfs: convert beX_add to beX_add_cpu (new common API) | Marcin Slusarz | 1 | -6/+6 |
| 2007-10-15 | [XFS] dinode endianess annotations | Christoph Hellwig | 1 | -3/+3 |
| 2007-07-14 | [XFS] Lazy Superblock Counters | David Chinner | 1 | -3/+25 |
| 2007-02-10 | [XFS] Keep stack usage down for 4k stacks by using noinline. | David Chinner | 1 | -1/+1 |
| 2006-09-28 | [XFS] Remove last bulkstat false-positives with debug kernels. | Nathan Scott | 1 | -0/+1 |
| 2006-09-28 | [XFS] use NULL for pointer initialisation instead of zero-cast-to-ptr | Nathan Scott | 1 | -2/+2 |
| 2006-09-28 | [XFS] endianess annotations for xfs_inobt_rec_t / xfs_inobt_key_t | Christoph Hellwig | 1 | -3/+3 |
| 2006-06-20 | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 1 | -2/+0 |
| 2006-06-09 | [XFS] Fix up debug code so that bulkstat wont generate thousands of | Nathan Scott | 1 | -0/+3 |
| 2006-04-11 | [XFS] Fix a problem in aligning inode allocations to stripe unit | Nathan Scott | 1 | -7/+8 |
| 2006-03-29 | [XFS] A change to inode chunk allocation to try allocating the new chunk | Glen Overby | 1 | -40/+68 |
| 2006-03-29 | [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all | Nathan Scott | 1 | -1/+1 |
| 2006-03-14 | [XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce our | Nathan Scott | 1 | -9/+4 |
| 2005-11-02 | [XFS] Endianess annotations for various allocator data structures | Christoph Hellwig | 1 | -38/+36 |
| 2005-11-02 | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 1 | -25/+11 |
| 2005-11-02 | [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot. | Nathan Scott | 1 | -9/+7 |
| 2005-11-02 | [XFS] Add format checking to cmn_err and icmn_err | Christoph Hellwig | 1 | -2/+5 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1401 |