| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: merge COW handling into xfs_file_iomap_begin_delay | Christoph Hellwig | 2019-02-21 | 1 | -3/+0 |
* | xfs: remove the io_type field from the writeback context and ioend | Christoph Hellwig | 2019-02-17 | 1 | -20/+14 |
* | xfs: cache unlinked pointers in an rhashtable | Darrick J. Wong | 2019-02-12 | 1 | -0/+1 |
* | xfs: add tracepoints for high level iunlink operations | Darrick J. Wong | 2019-02-12 | 1 | -0/+25 |
* | xfs: refactor inode unlinked pointer update functions | Darrick J. Wong | 2019-02-12 | 1 | -0/+26 |
* | xfs: refactor AGI unlinked bucket updates | Darrick J. Wong | 2019-02-12 | 1 | -0/+26 |
* | xfs: stringify btree cursor types in ftrace output | Darrick J. Wong | 2018-12-19 | 1 | -2/+10 |
* | xfs: move XFS_INODE_FORMAT_STR mappings to libxfs | Darrick J. Wong | 2018-12-19 | 1 | -5/+5 |
* | xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs | Darrick J. Wong | 2018-12-19 | 1 | -4/+0 |
* | xfs: fix symbolic enum printing in ftrace output | Darrick J. Wong | 2018-12-19 | 1 | -0/+19 |
* | xfs: const-ify xfs_owner_info arguments | Darrick J. Wong | 2018-12-12 | 1 | -2/+2 |
* | xfs: streamline defer op type handling | Darrick J. Wong | 2018-12-12 | 1 | -1/+1 |
* | xfs: uncached buffer tracing needs to print bno | Dave Chinner | 2018-11-20 | 1 | -1/+4 |
* | xfs: don't unlock invalidated buf on aborted tx commit | Brian Foster | 2018-09-29 | 1 | -1/+0 |
* | xfs: fold dfops into the transaction | Brian Foster | 2018-08-03 | 1 | -22/+18 |
* | xfs: replace xfs_defer_ops ->dop_pending with on-stack list | Brian Foster | 2018-08-03 | 1 | -3/+2 |
* | xfs: replace dop_low with transaction flag | Brian Foster | 2018-08-03 | 1 | -8/+2 |
* | xfs: remove unused deferred ops committed field | Brian Foster | 2018-07-26 | 1 | -6/+2 |
* | xfs: refactor buffer submission into a common helper | Brian Foster | 2018-07-12 | 1 | -1/+0 |
* | xfs: remove xfs_alloc_arg firstblock field | Brian Foster | 2018-07-12 | 1 | -1/+1 |
* | xfs: add support for sub-pagesize writeback without buffer_heads | Christoph Hellwig | 2018-07-12 | 1 | -16/+2 |
* | xfs: remove xfs_reflink_find_cow_mapping | Christoph Hellwig | 2018-07-12 | 1 | -1/+0 |
* | xfs: remove xfs_reflink_trim_irec_to_next_cow | Christoph Hellwig | 2018-07-12 | 1 | -1/+0 |
* | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 1 | -13/+1 |
* | xfs: get rid of the log item descriptor | Dave Chinner | 2018-05-10 | 1 | -4/+1 |
* | xfs: adder caller IP to xfs_defer* tracepoints | Dave Chinner | 2018-05-10 | 1 | -6/+11 |
* | xfs: add tracing to high level transaction operations | Dave Chinner | 2018-05-10 | 1 | -0/+37 |
* | xfs: log item flags are racy | Dave Chinner | 2018-05-10 | 1 | -3/+3 |
* | xfs: defer agfl block frees when dfops is available | Brian Foster | 2018-05-09 | 1 | -0/+2 |
* | xfs: trace ATTR flags in xattr tracepoints | Eric Sandeen | 2018-05-09 | 1 | -1/+4 |
* | xfs: remove filestream item xfs_inode reference | Christoph Hellwig | 2018-04-09 | 1 | -7/+7 |
* | xfs: detect agfl count corruption and reset agfl | Brian Foster | 2018-03-24 | 1 | -1/+8 |
* | xfs: use %pS printk format for direct instruction addresses | Darrick J. Wong | 2018-01-12 | 1 | -11/+11 |
* | xfs: change 0x%p -> %p in print messages | Darrick J. Wong | 2018-01-12 | 1 | -7/+7 |
* | xfs: trace log reservations at mount time | Darrick J. Wong | 2018-01-08 | 1 | -0/+26 |
* | xfs: refactor xfs_verifier_error and xfs_buf_ioerror | Darrick J. Wong | 2018-01-08 | 1 | -3/+3 |
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-11-17 | 1 | -2/+0 |
|\ |
|
| * | xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault() | Jan Kara | 2017-11-03 | 1 | -2/+0 |
* | | xfs: use a b+tree for the in-core extent list | Christoph Hellwig | 2017-11-06 | 1 | -43/+8 |
* | | xfs: introduce the xfs_iext_cursor abstraction | Christoph Hellwig | 2017-11-06 | 1 | -6/+6 |
* | | xfs: remove XFS_BMAP_TRACE_EXLIST | Christoph Hellwig | 2017-10-27 | 1 | -1/+2 |
* | | xfs: use xfs_iext_get_extent instead of open coding it | Christoph Hellwig | 2017-10-27 | 1 | -1/+1 |
|/ |
|
* | xfs: consolidate the various page fault handlers | Christoph Hellwig | 2017-09-01 | 1 | -3/+26 |
* | xfs: ordered buffer log items are never formatted | Brian Foster | 2017-09-01 | 1 | -1/+0 |
* | xfs: add log recovery tracepoint for head/tail | Brian Foster | 2017-08-22 | 1 | -0/+18 |
* | xfs: remove double-underscore integer types | Darrick J. Wong | 2017-06-19 | 1 | -10/+10 |
* | xfs: remove lsn relevant fields from xfs_trans structure and its users | Shan Hai | 2017-06-19 | 1 | -19/+0 |
* | xfs: push buffer of flush locked dquot to avoid quotacheck deadlock | Brian Foster | 2017-06-19 | 1 | -0/+1 |
* | xfs: don't use bool values in trace buffers | Christoph Hellwig | 2017-04-25 | 1 | -5/+5 |
* | xfs: remove the trailing newline used in the fmt parameter of TP_printk | Hou Tao | 2017-04-25 | 1 | -14/+15 |