Age | Commit message (Expand) | Author |
2013-08-30 | xfs: finish removing IOP_* macros. | Dave Chinner |
2013-08-13 | xfs: avoid CIL allocation during insert | Dave Chinner |
2013-08-13 | xfs: Reduce allocations during CIL insertion | Dave Chinner |
2013-08-13 | xfs: return log item size in IOP_SIZE | Dave Chinner |
2013-08-12 | xfs: refactor xfs_trans_reserve() interface | Jie Liu |
2013-08-12 | xfs: split out transaction reservation code | Dave Chinner |
2013-08-12 | xfs: sync minor header differences needed by userspace. | Dave Chinner |
2013-08-12 | xfs: split out on-disk transaction definitions | Dave Chinner |
2013-06-27 | xfs: Inode create log items | Dave Chinner |
2013-06-27 | xfs: Introduce an ordered buffer item | Dave Chinner |
2013-06-19 | xfs: Remove two dead transaction log reservaion macros | Jie Liu |
2013-05-07 | xfs: introduce CONFIG_XFS_WARN | Dave Chinner |
2013-04-27 | xfs: buffer type overruns blf_flags field | Dave Chinner |
2013-04-27 | xfs: add buffer types to directory and attribute buffers | Dave Chinner |
2013-04-21 | xfs: add support for large btree blocks | Christoph Hellwig |
2013-02-01 | xfs: refactor space log reservation for XFS_TRANS_ATTR_SET | Jeff Liu |
2013-02-01 | xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk | Jeff Liu |
2013-02-01 | xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time | Jeff Liu |
2013-02-01 | xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time | Jeff Liu |
2013-02-01 | xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time | Jeff Liu |
2013-02-01 | xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time | Jeff Liu |
2013-02-01 | xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time | Jeff Liu |
2012-11-15 | xfs: convert buffer verifiers to an ops structure. | Dave Chinner |
2012-11-15 | xfs: make buffer read verication an IO completion function | Dave Chinner |
2012-08-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-07-31 | xfs: Convert to new freezing code | Jan Kara |
2012-07-01 | xfs: add discontiguous buffer support to transactions | Dave Chinner |
2012-05-29 | xfs: switch to proper __bitwise type for KM_... flags | Al Viro |
2012-05-14 | xfs: on-stack delayed write buffer lists | Christoph Hellwig |
2011-12-08 | xfs: remove the lid_size field in struct log_item_desc | Christoph Hellwig |
2011-11-08 | xfs: constify xfs_item_ops | Christoph Hellwig |
2011-10-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Alex Elder |
2011-10-11 | xfs: simplify xfs_trans_ijoin* again | Christoph Hellwig |
2011-10-11 | xfs: unlock the inode before log force in xfs_fsync | Christoph Hellwig |
2011-10-11 | xfs: force the log if we encounter pinned buffers in .iop_pushbuf | Christoph Hellwig |
2011-02-22 | xfs: more sensible inode refcounting for ialloc | Christoph Hellwig |
2010-12-02 | xfs: connect up buffer reclaim priority hooks | Dave Chinner |
2010-10-18 | xfs: remove unused t_callback field in struct xfs_trans | Christoph Hellwig |
2010-10-18 | xfs: don't use vfs writeback for pure metadata modifications | Dave Chinner |
2010-07-26 | xfs: remove the unused XFS_TRANS_NOSLEEP/XFS_TRANS_WAIT flags | Christoph Hellwig |
2010-07-26 | xfs: simplify inode to transaction joining | Christoph Hellwig |
2010-07-26 | xfs: merge iop_unpin_remove into iop_unpin | Christoph Hellwig |
2010-07-26 | xfs: simplify log item descriptor tracking | Christoph Hellwig |
2010-05-28 | xfs: cleanup log reservation calculactions | Christoph Hellwig |
2010-05-24 | xfs: Ensure inode allocation buffers are fully replayed | Dave Chinner |
2010-05-24 | xfs: Introduce delayed logging core code | Dave Chinner |
2010-05-24 | xfs: Improve scalability of busy extent tracking | Dave Chinner |
2010-05-19 | xfs: add log item recovery tracing | Dave Chinner |
2010-05-19 | xfs: remove stale parameter from ->iop_unpin method | Dave Chinner |
2010-03-01 | xfs: stop passing opaque handles to xfs_log.c routines | Christoph Hellwig |