Age | Commit message (Expand) | Author |
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 |
2017-09-01 | xfs: consolidate the various page fault handlers | Christoph Hellwig |
2017-09-01 | xfs: ordered buffer log items are never formatted | Brian Foster |
2017-08-22 | xfs: add log recovery tracepoint for head/tail | Brian Foster |
2017-06-19 | xfs: remove double-underscore integer types | Darrick J. Wong |
2017-06-19 | xfs: remove lsn relevant fields from xfs_trans structure and its users | Shan Hai |
2017-06-19 | xfs: push buffer of flush locked dquot to avoid quotacheck deadlock | Brian Foster |
2017-04-25 | xfs: don't use bool values in trace buffers | Christoph Hellwig |
2017-04-25 | xfs: remove the trailing newline used in the fmt parameter of TP_printk | Hou Tao |
2017-04-25 | xfs: remove xfs_bmap_remap_alloc | Christoph Hellwig |
2017-04-03 | xfs: implement the GETFSMAP ioctl | Darrick J. Wong |
2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang |
2017-02-06 | xfs: allocate direct I/O COW blocks in iomap_begin | Christoph Hellwig |
2017-02-06 | xfs: reject all unaligned direct writes to reflinked files | Christoph Hellwig |
2017-02-02 | xfs: mark speculative prealloc CoW fork extents unwritten | Darrick J. Wong |
2017-01-30 | xfs: remove unused struct declarations | Eric Sandeen |
2016-12-09 | xfs: nuke unused tracepoint definitions | Eric Sandeen |
2016-10-20 | xfs: optimize xfs_reflink_end_cow | Christoph Hellwig |
2016-10-20 | xfs: optimize writes to reflink files | Christoph Hellwig |
2016-10-13 | Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2016-10-07 | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-10-05 | xfs: implement swapext for rmap filesystems | Darrick J. Wong |
2016-10-05 | xfs: use interval query for rmap alloc operations on shared files | Darrick J. Wong |
2016-10-05 | xfs: garbage collect old cowextsz reservations | Darrick J. Wong |
2016-10-05 | xfs: store in-progress CoW allocations in the refcount btree | Darrick J. Wong |
2016-10-05 | xfs: implement CoW for directio writes | Darrick J. Wong |
2016-10-05 | switch generic_file_splice_read() to use of ->read_iter() | Al Viro |
2016-10-04 | xfs: support bmapping delalloc extents in the CoW fork | Darrick J. Wong |
2016-10-04 | xfs: introduce the CoW fork | Darrick J. Wong |
2016-10-04 | xfs: define tracepoints for reflink activities | Darrick J. Wong |
2016-10-04 | xfs: implement deferred bmbt map/unmap operations | Darrick J. Wong |
2016-10-04 | xfs: map an inode's offset to an exact physical block | Darrick J. Wong |
2016-10-03 | xfs: connect refcount adjust functions to upper layers | Darrick J. Wong |