Age | Commit message (Expand) | Author |
2018-07-11 | xfs: remove the imap_valid flag | Christoph Hellwig |
2018-07-11 | xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly | Christoph Hellwig |
2018-07-11 | xfs: remove xfs_reflink_find_cow_mapping | Christoph Hellwig |
2018-07-11 | xfs: make xfs_writepage_map extent map centric | Dave Chinner |
2018-07-11 | xfs: rename the offset variable in xfs_writepage_map | Christoph Hellwig |
2018-07-11 | xfs: remove xfs_map_cow | Christoph Hellwig |
2018-07-11 | xfs: remove xfs_reflink_trim_irec_to_next_cow | Christoph Hellwig |
2018-07-11 | xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks | Christoph Hellwig |
2018-07-11 | xfs: don't clear imap_valid for a non-uptodate buffers | Christoph Hellwig |
2018-07-11 | xfs: do not set the page uptodate in xfs_writepage_map | Christoph Hellwig |
2018-07-11 | xfs: move locking into xfs_bmap_punch_delalloc_range | Christoph Hellwig |
2018-07-11 | xfs: simplify xfs_aops_discard_page | Christoph Hellwig |
2018-07-11 | xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages | Christoph Hellwig |
2018-06-12 | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-06-08 | xfs: xfs_reflink_convert_cow() memory allocation deadlock | Dave Chinner |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner |
2018-06-05 | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-06-01 | xfs: use iomap_bmap | Christoph Hellwig |
2018-05-30 | xfs: convert to bioset_init()/mempool_init() | Kent Overstreet |
2018-05-15 | iomap: add a swapfile activation function | Darrick J. Wong |
2018-04-11 | export __set_page_dirty | Matthew Wilcox |
2018-04-10 | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-04-06 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2018-03-30 | xfs, dax: introduce xfs_dax_aops | Dan Williams |
2018-03-19 | vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents | Ingo Molnar |
2018-03-15 | xfs: minor cleanup for xfs_get_blocks | Christoph Hellwig |
2018-03-15 | xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocks | Christoph Hellwig |
2018-03-11 | xfs: fix transaction allocation deadlock in IO path | Dave Chinner |
2018-01-29 | xfs: skip CoW writes past EOF when writeback races with truncate | Darrick J. Wong |
2018-01-12 | xfs: use %px for data pointers when debugging | Darrick J. Wong |
2018-01-02 | xfs: fix s_maxbytes overflow problems | Darrick J. Wong |
2017-11-30 | xfs: remove unused parameter from xfs_writepage_map | Darrick J. Wong |
2017-11-30 | xfs: ubsan fixes | Darrick J. Wong |
2017-10-16 | xfs: trim writepage mapping to within eof | Brian Foster |
2017-10-16 | xfs: cancel dirty pages on invalidation | Dave Chinner |
2017-09-26 | xfs: update i_size after unwritten conversion in dio completion | Eryu Guan |
2017-09-11 | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-09-03 | xfs: open code end_buffer_async_write in xfs_finish_page_writeback | Christoph Hellwig |
2017-08-31 | xfs: perform dax_device lookup at mount | Dan Williams |
2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig |
2017-07-10 | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2017-07-03 | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-06-27 | xfs: add support for passing in write hints for buffered writes | Jens Axboe |
2017-06-21 | xfs: don't allow bmap on rt files | Darrick J. Wong |
2017-06-20 | xfs: don't allow bmap on rt files | Darrick J. Wong |
2017-06-19 | xfs: remove double-underscore integer types | Darrick J. Wong |
2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig |
2017-05-06 | Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2017-05-05 | xfs: fix use-after-free in xfs_finish_page_writeback | Eryu Guan |