| Commit message (Expand) | Author | Age | Files | Lines |
* | libxfs: move source files | Dave Chinner | 2014-06-25 | 1 | -1050/+0 |
* | xfs: remove mp->m_dir_geo from directory logging | Dave Chinner | 2014-06-06 | 1 | -33/+26 |
* | xfs: convert m_dirblksize to xfs_da_geometry | Dave Chinner | 2014-06-06 | 1 | -7/+10 |
* | xfs: convert directory segment limits to xfs_da_geometry | Dave Chinner | 2014-06-06 | 1 | -4/+5 |
* | xfs: convert directory db conversion to xfs_da_geometry | Dave Chinner | 2014-06-06 | 1 | -1/+2 |
* | xfs: convert directory dablk conversion to xfs_da_geometry | Dave Chinner | 2014-06-06 | 1 | -2/+2 |
* | xfs: remove unused tp arg from xfs_da_reada_buf & callers | Eric Sandeen | 2014-04-14 | 1 | -2/+1 |
* | xfs: modify verifiers to differentiate CRC from other errors | Eric Sandeen | 2014-02-27 | 1 | -8/+9 |
* | xfs: add helper for updating checksums on xfs_bufs | Eric Sandeen | 2014-02-27 | 1 | -1/+1 |
* | xfs: add helper for verifying checksums on xfs_bufs | Eric Sandeen | 2014-02-27 | 1 | -2/+1 |
* | xfs: validity check the directory block leaf entry count | Dave Chinner | 2013-10-30 | 1 | -4/+15 |
* | xfs: convert directory vector functions to constants | Dave Chinner | 2013-10-30 | 1 | -4/+4 |
* | xfs: vectorise directory leaf operations | Dave Chinner | 2013-10-30 | 1 | -10/+3 |
* | xfs: vectorise directory data operations part 2 | Dave Chinner | 2013-10-30 | 1 | -49/+57 |
* | xfs: vectorise directory data operations | Dave Chinner | 2013-10-30 | 1 | -12/+26 |
* | xfs: decouple inode and bmap btree header files | Dave Chinner | 2013-10-23 | 1 | -2/+1 |
* | xfs: decouple log and transaction headers | Dave Chinner | 2013-10-23 | 1 | -3/+3 |
* | xfs: unify directory/attribute format definitions | Dave Chinner | 2013-10-23 | 1 | -1/+1 |
* | xfs: Add write support for dirent filetype field | Dave Chinner | 2013-08-22 | 1 | -0/+2 |
* | xfs: Add read-only support for dirent filetype field | Dave Chinner | 2013-08-22 | 1 | -6/+7 |
* | xfs: remove __KERNEL__ from debug code | Dave Chinner | 2013-08-12 | 1 | -2/+2 |
* | xfs: reshuffle dir2 definitions around for userspace | Dave Chinner | 2013-08-12 | 1 | -4/+2 |
* | xfs: buffer type overruns blf_flags field | Dave Chinner | 2013-04-27 | 1 | -2/+2 |
* | xfs: add buffer types to directory and attribute buffers | Dave Chinner | 2013-04-27 | 1 | -1/+7 |
* | xfs: add CRC checking to dir2 data blocks | Dave Chinner | 2013-04-27 | 1 | -30/+70 |
* | xfs: add CRC checks to block format directory blocks | Dave Chinner | 2013-04-27 | 1 | -61/+99 |
* | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 2012-11-16 | 1 | -9/+43 |
* | xfs: connect up write verifiers to new buffers | Dave Chinner | 2012-11-16 | 1 | -6/+5 |
* | xfs: add pre-write metadata buffer verifier callbacks | Dave Chinner | 2012-11-16 | 1 | -2/+17 |
* | xfs: Add verifiers to dir2 data readahead. | Dave Chinner | 2012-11-16 | 1 | -1/+12 |
* | xfs: factor out dir2 data block reading | Dave Chinner | 2012-11-16 | 1 | -0/+32 |
* | xfs: verify dir2 block format buffers | Dave Chinner | 2012-11-16 | 1 | -29/+44 |
* | xfs: remove struct xfs_dabuf and infrastructure | Dave Chinner | 2012-07-01 | 1 | -25/+25 |
* | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 2012-05-14 | 1 | -1/+0 |
* | xfs: reshuffle dir2 headers | Christoph Hellwig | 2011-07-13 | 1 | -5/+2 |
* | xfs: byteswap constants instead of variables | Christoph Hellwig | 2011-07-08 | 1 | -23/+24 |
* | xfs: kill struct xfs_dir2_data | Christoph Hellwig | 2011-07-08 | 1 | -10/+5 |
* | xfs: avoid usage of struct xfs_dir2_data | Christoph Hellwig | 2011-07-08 | 1 | -148/+160 |
* | xfs: avoid usage of struct xfs_dir2_block | Christoph Hellwig | 2011-07-08 | 1 | -3/+3 |
* | xfs: remove unneeded #include statements | Christoph Hellwig | 2010-07-26 | 1 | -1/+0 |
* | xfs: drop dmapi hooks | Christoph Hellwig | 2010-07-26 | 1 | -1/+0 |
* | [XFS] Name operation vector for hash and compare | Barry Naujok | 2008-07-28 | 1 | -1/+4 |
* | xfs: convert beX_add to beX_add_cpu (new common API) | Marcin Slusarz | 2008-02-14 | 1 | -2/+2 |
* | [XFS] Radix tree based inode caching | David Chinner | 2007-10-15 | 1 | -0/+1 |
* | [XFS] Reduce shouting by removing unnecessary macros from dir2 code. | Christoph Hellwig | 2007-07-14 | 1 | -27/+27 |
* | [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it. | Eric Sandeen | 2007-05-08 | 1 | -5/+2 |
* | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 2006-06-20 | 1 | -3/+0 |
* | [XFS] endianess annotations for xfs_dir2_data_entry_t | Christoph Hellwig | 2006-06-09 | 1 | -1/+1 |
* | [XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P | Nathan Scott | 2006-03-17 | 1 | -5/+5 |
* | [XFS] endianess annotations for xfs_dir2_leaf_entry_t | Nathan Scott | 2006-03-17 | 1 | -4/+4 |