| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-v3.11-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2013-07-09 | 1 | -0/+3 |
|\ |
|
| * | xfs: plug directory buffer readahead | Dave Chinner | 2013-06-27 | 1 | -0/+3 |
| * | xfs: fix missing KM_NOFS tags to keep lockdep happy | Dave Chinner | 2013-05-20 | 1 | -1/+1 |
* | | [readdir] convert xfs | Al Viro | 2013-06-29 | 1 | -10/+8 |
* | | xfs: fix missing KM_NOFS tags to keep lockdep happy | Dave Chinner | 2013-05-24 | 1 | -1/+1 |
|/ |
|
* | xfs: buffer type overruns blf_flags field | Dave Chinner | 2013-04-27 | 1 | -6/+6 |
* | xfs: add buffer types to directory and attribute buffers | Dave Chinner | 2013-04-27 | 1 | -5/+21 |
* | xfs: add CRC checking to dir2 leaf blocks | Dave Chinner | 2013-04-27 | 1 | -288/+504 |
* | xfs: add CRC checking to dir2 data blocks | Dave Chinner | 2013-04-27 | 1 | -30/+41 |
* | xfs: add CRC checking to dir2 free blocks | Dave Chinner | 2013-04-27 | 1 | -7/+8 |
* | xfs: add CRC checks to block format directory blocks | Dave Chinner | 2013-04-27 | 1 | -2/+4 |
* | xfs: convert buffer verifiers to an ops structure. | Dave Chinner | 2012-11-15 | 1 | -16/+20 |
* | xfs: connect up write verifiers to new buffers | Dave Chinner | 2012-11-15 | 1 | -7/+12 |
* | xfs: add pre-write metadata buffer verifier callbacks | Dave Chinner | 2012-11-15 | 1 | -7/+24 |
* | xfs: Add verifiers to dir2 data readahead. | Dave Chinner | 2012-11-15 | 1 | -6/+5 |
* | xfs: add xfs_da_node verification | Dave Chinner | 2012-11-15 | 1 | -1/+1 |
* | xfs: factor dir2 leaf read | Dave Chinner | 2012-11-15 | 1 | -11/+62 |
* | xfs: factor out dir2 data block reading | Dave Chinner | 2012-11-15 | 1 | -21/+17 |
* | xfs: factor dir2 free block reading | Dave Chinner | 2012-11-15 | 1 | -2/+1 |
* | xfs: add verifier callback to directory read code | Dave Chinner | 2012-11-15 | 1 | -17/+16 |
* | xfs: make buffer read verication an IO completion function | Dave Chinner | 2012-11-15 | 1 | -1/+1 |
* | xfs: factor buffer reading from xfs_dir2_leaf_getdents | Dave Chinner | 2012-07-01 | 1 | -202/+232 |
* | xfs: remove struct xfs_dabuf and infrastructure | Dave Chinner | 2012-07-01 | 1 | -100/+91 |
* | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 2012-05-14 | 1 | -1/+0 |
* | xfs: introduce xfs_bmapi_read() | Dave Chinner | 2011-10-11 | 1 | -4/+2 |
* | xfs: factor out xfs_dir2_leaf_find_stale | Christoph Hellwig | 2011-07-13 | 1 | -46/+37 |
* | xfs: reshuffle dir2 headers | Christoph Hellwig | 2011-07-13 | 1 | -6/+2 |
* | xfs: byteswap constants instead of variables | Christoph Hellwig | 2011-07-08 | 1 | -27/+32 |
* | xfs: cleanup struct xfs_dir2_leaf | Christoph Hellwig | 2011-07-08 | 1 | -9/+25 |
* | xfs: kill struct xfs_dir2_data | Christoph Hellwig | 2011-07-08 | 1 | -4/+2 |
* | xfs: avoid usage of struct xfs_dir2_data | Christoph Hellwig | 2011-07-08 | 1 | -38/+38 |
* | xfs: avoid usage of struct xfs_dir2_block | Christoph Hellwig | 2011-07-08 | 1 | -8/+8 |
* | xfs: factor out xfs_dir2_leaf_find_entry | Christoph Hellwig | 2011-07-08 | 1 | -96/+121 |
* | xfs: remove xfs_buf wrappers | Christoph Hellwig | 2010-10-18 | 1 | -1/+1 |
* | xfs: remove unused delta tracking code in xfs_bmapi | Christoph Hellwig | 2010-07-26 | 1 | -1/+1 |
* | 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: clean up sign warnings in dir2 code | Dave Chinner | 2010-01-20 | 1 | -1/+1 |
* | xfs: event tracing support | Christoph Hellwig | 2009-12-14 | 1 | -7/+14 |
* | fix readahead calculations in xfs_dir2_leaf_getdents() | Eric Sandeen | 2009-10-08 | 1 | -1/+3 |
* | xfs: kill ino64 mount option | Christoph Hellwig | 2009-03-29 | 1 | -14/+1 |
* | xfs: make symbols static | Hannes Eder | 2009-03-06 | 1 | -1/+1 |
* | [XFS] truncate readdir offsets to signed 32 bit values | Christoph Hellwig | 2009-01-09 | 1 | -3/+3 |
* | [XFS] Fix CI lookup in leaf-form directories | Barry Naujok | 2008-07-28 | 1 | -24/+25 |
* | [XFS] Return case-insensitive match for dentry cache | Barry Naujok | 2008-07-28 | 1 | -2/+3 |
* | [XFS] Add op_flags field and helpers to xfs_da_args | Barry Naujok | 2008-07-28 | 1 | -7/+8 |
* | [XFS] Name operation vector for hash and compare | Barry Naujok | 2008-07-28 | 1 | -17/+43 |
* | [XFS] Remove unused arg from kmem_free() | Denys Vlasenko | 2008-07-28 | 1 | -1/+1 |
* | xfs: convert beX_add to beX_add_cpu (new common API) | Marcin Slusarz | 2008-02-13 | 1 | -8/+8 |
* | [XFS] Put the correct offset in dirent d_off | Lachlan McIlroy | 2007-12-18 | 1 | -1/+1 |