Age | Commit message (Expand) | Author |
2019-08-26 | xfs: add kmem_alloc_io() | Dave Chinner |
2019-08-26 | xfs: add kmem allocation trace points | Dave Chinner |
2019-07-03 | xfs: multithreaded iwalk implementation | Darrick J. Wong |
2019-07-02 | xfs: create simplified inode walk function | Darrick J. Wong |
2019-06-28 | xfs: split iop_unlock | Christoph Hellwig |
2019-06-28 | xfs: don't use xfs_trans_free_items in the commit path | Christoph Hellwig |
2019-04-14 | xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem | Darrick J. Wong |
2019-04-14 | xfs: track metadata health status | Darrick J. Wong |
2019-02-21 | xfs: merge COW handling into xfs_file_iomap_begin_delay | Christoph Hellwig |
2019-02-17 | xfs: remove the io_type field from the writeback context and ioend | Christoph Hellwig |
2019-02-11 | xfs: cache unlinked pointers in an rhashtable | Darrick J. Wong |
2019-02-11 | xfs: add tracepoints for high level iunlink operations | Darrick J. Wong |
2019-02-11 | xfs: refactor inode unlinked pointer update functions | Darrick J. Wong |
2019-02-11 | xfs: refactor AGI unlinked bucket updates | Darrick J. Wong |
2018-12-19 | xfs: stringify btree cursor types in ftrace output | Darrick J. Wong |
2018-12-19 | xfs: move XFS_INODE_FORMAT_STR mappings to libxfs | Darrick J. Wong |
2018-12-19 | xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs | Darrick J. Wong |
2018-12-19 | xfs: fix symbolic enum printing in ftrace output | Darrick J. Wong |
2018-12-12 | xfs: const-ify xfs_owner_info arguments | Darrick J. Wong |
2018-12-12 | xfs: streamline defer op type handling | Darrick J. Wong |
2018-11-20 | xfs: uncached buffer tracing needs to print bno | Dave Chinner |
2018-09-29 | xfs: don't unlock invalidated buf on aborted tx commit | Brian Foster |
2018-08-02 | xfs: fold dfops into the transaction | Brian Foster |
2018-08-02 | xfs: replace xfs_defer_ops ->dop_pending with on-stack list | Brian Foster |
2018-08-02 | xfs: replace dop_low with transaction flag | Brian Foster |
2018-07-26 | xfs: remove unused deferred ops committed field | Brian Foster |
2018-07-11 | xfs: refactor buffer submission into a common helper | Brian Foster |
2018-07-11 | xfs: remove xfs_alloc_arg firstblock field | Brian Foster |
2018-07-11 | xfs: add support for sub-pagesize writeback without buffer_heads | Christoph Hellwig |
2018-07-11 | xfs: remove xfs_reflink_find_cow_mapping | Christoph Hellwig |
2018-07-11 | xfs: remove xfs_reflink_trim_irec_to_next_cow | Christoph Hellwig |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner |
2018-05-10 | xfs: get rid of the log item descriptor | Dave Chinner |
2018-05-10 | xfs: adder caller IP to xfs_defer* tracepoints | Dave Chinner |
2018-05-10 | xfs: add tracing to high level transaction operations | Dave Chinner |
2018-05-10 | xfs: log item flags are racy | Dave Chinner |
2018-05-09 | xfs: defer agfl block frees when dfops is available | Brian Foster |
2018-05-09 | xfs: trace ATTR flags in xattr tracepoints | Eric Sandeen |
2018-04-09 | xfs: remove filestream item xfs_inode reference | Christoph Hellwig |
2018-03-23 | xfs: detect agfl count corruption and reset agfl | Brian Foster |
2018-01-12 | xfs: use %pS printk format for direct instruction addresses | Darrick J. Wong |
2018-01-12 | xfs: change 0x%p -> %p in print messages | Darrick J. Wong |
2018-01-08 | xfs: trace log reservations at mount time | Darrick J. Wong |
2018-01-08 | xfs: refactor xfs_verifier_error and xfs_buf_ioerror | Darrick J. Wong |
2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-11-06 | xfs: use a b+tree for the in-core extent list | Christoph Hellwig |
2017-11-06 | xfs: introduce the xfs_iext_cursor abstraction | Christoph Hellwig |
2017-11-03 | xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault() | Jan Kara |
2017-10-26 | xfs: remove XFS_BMAP_TRACE_EXLIST | Christoph Hellwig |
2017-10-26 | xfs: use xfs_iext_get_extent instead of open coding it | Christoph Hellwig |