| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-11-05 | iomap: add caller-provided callbacks for read and readahead | Joanne Koong | 1 | -2/+3 |
| 2025-10-31 | xfs: Use folio_next_pos() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-08-19 | xfs: reject swapon for inodes on a zoned file system earlier | Christoph Hellwig | 1 | -0/+3 |
| 2025-07-14 | iomap: hide ioends from the generic writeback code | Christoph Hellwig | 1 | -28/+32 |
| 2025-07-14 | iomap: refactor the writeback interface | Christoph Hellwig | 1 | -46/+82 |
| 2025-07-14 | iomap: pass more arguments using the iomap writeback context | Christoph Hellwig | 1 | -7/+17 |
| 2025-05-28 | iomap: don't lose folio dropbehind state for overwrites | Jens Axboe | 1 | -2/+20 |
| 2025-03-03 | xfs: implement direct writes to zoned RT devices | Christoph Hellwig | 1 | -2/+4 |
| 2025-03-03 | xfs: implement buffered writes to zoned RT devices | Christoph Hellwig | 1 | -9/+158 |
| 2025-03-03 | Merge branch 'vfs-6.15.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Carlos Maiolino | 1 | -10/+15 |
| 2025-02-14 | xfs: flush inodegc before swapon | Christoph Hellwig | 1 | -1/+34 |
| 2025-02-14 | xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate | Christoph Hellwig | 1 | -3/+3 |
| 2025-02-06 | iomap: simplify io_flags and io_type in struct iomap_ioend | Christoph Hellwig | 1 | -6/+6 |
| 2025-02-06 | iomap: allow the file system to submit the writeback bios | Christoph Hellwig | 1 | -4/+9 |
| 2025-01-13 | xfs: clean up xfs_end_ioend() to reuse local variables | Long Li | 1 | -1/+1 |
| 2024-10-15 | xfs: support the COW fork in xfs_bmap_punch_delalloc_range | Christoph Hellwig | 1 | -2/+2 |
| 2024-05-03 | xfs: xfs_quota_unreserve_blkres can't fail | Christoph Hellwig | 1 | -5/+1 |
| 2024-04-29 | xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset | Zhang Yi | 1 | -40/+14 |
| 2024-03-25 | xfs: don't use current->journal_info | Dave Chinner | 1 | -7/+0 |
| 2024-02-01 | iomap: pass the length of the dirty region to ->map_blocks | Christoph Hellwig | 1 | -1/+2 |
| 2024-02-01 | iomap: don't chain bios | Christoph Hellwig | 1 | -3/+3 |
| 2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-08-30 | Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
| 2023-08-18 | fs/xfs: Fix typos in comments | Zizhen Pang | 1 | -1/+1 |
| 2023-07-25 | iomap: Add per-block dirty state tracking to improve performance | Ritesh Harjani (IBM) | 1 | -1/+1 |
| 2023-06-12 | xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method | Christoph Hellwig | 1 | -2/+0 |
| 2023-03-05 | xfs: fix off-by-one-block in xfs_discard_folio() | Dave Chinner | 1 | -7/+14 |
| 2022-11-28 | xfs: add debug knob to slow down writeback for fun | Darrick J. Wong | 1 | -2/+12 |
| 2022-11-29 | xfs: use iomap_valid method to detect stale cached iomaps | Dave Chinner | 1 | -1/+1 |
| 2022-11-29 | xfs: xfs_bmap_punch_delalloc_range() should take a byte range | Dave Chinner | 1 | -10/+6 |
| 2022-08-02 | mm/migrate: Add filemap_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -5/+5 |
| 2022-05-16 | iomap: don't invalidate folios after writeback errors | Darrick J. Wong | 1 | -3/+1 |
| 2022-05-09 | iomap: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-09 | fs: Convert iomap_readpage to iomap_read_folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2022-03-15 | iomap: Remove iomap_invalidatepage() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-01-26 | xfs, iomap: limit individual ioend chain lengths in writeback | Dave Chinner | 1 | -1/+15 |
| 2022-01-12 | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2021-12-18 | iomap,xfs: Convert ->discard_page to ->discard_folio | Matthew Wilcox (Oracle) | 1 | -12/+12 |
| 2021-12-04 | xfs: pass the mapping flags to xfs_bmbt_to_iomap | Christoph Hellwig | 1 | -1/+1 |
| 2021-10-22 | xfs: punch out data fork delalloc blocks on COW writeback failure | Brian Foster | 1 | -3/+12 |
| 2021-08-19 | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown | Dave Chinner | 1 | -4/+4 |
| 2021-08-18 | xfs: drop ->writepage completely | Dave Chinner | 1 | -17/+0 |
| 2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-06-29 | iomap: use __set_page_dirty_nobuffers | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-05-04 | iomap: remove unused private field from ioend | Brian Foster | 1 | -1/+1 |
| 2021-04-15 | xfs: remove XFS_IFEXTENTS | Christoph Hellwig | 1 | -2/+1 |
| 2021-04-09 | xfs: drop unnecessary setfilesize helper | Brian Foster | 1 | -20/+9 |
| 2021-04-09 | xfs: drop unused ioend private merge and setfilesize code | Brian Foster | 1 | -45/+1 |
| 2021-04-09 | xfs: open code ioend needs workqueue helper | Brian Foster | 1 | -8/+3 |
| 2021-04-09 | xfs: drop submit side trans alloc for append ioends | Brian Foster | 1 | -42/+3 |
| 2021-04-07 | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
| 2021-03-25 | xfs: Fix a typo | Bhaskar Chowdhury | 1 | -1/+1 |
| 2021-02-25 | xfs: use current->journal_info for detecting transaction recursion | Dave Chinner | 1 | -2/+15 |
| 2020-11-04 | xfs: fix missing CoW blocks writeback conversion retry | Darrick J. Wong | 1 | -2/+4 |
| 2020-11-04 | iomap: support partial page discard on writeback block mapping failure | Brian Foster | 1 | -6/+8 |
| 2020-09-21 | fs: Introduce i_blocks_per_page | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2020-06-02 | Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
| 2020-06-02 | iomap: convert from readpages to readahead | Matthew Wilcox (Oracle) | 1 | -8/+5 |
| 2020-05-19 | xfs: move the fork format fields into struct xfs_ifork | Christoph Hellwig | 1 | -1/+1 |
| 2020-03-02 | xfs: ratelimit xfs_discard_page messages | Christoph Hellwig | 1 | -1/+1 |
| 2020-01-03 | dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() | Vivek Goyal | 1 | -1/+1 |
| 2019-10-28 | xfs: add a xfs_inode_buftarg helper | Christoph Hellwig | 1 | -29/+5 |
| 2019-10-21 | xfs: split out a new set of read-only iomap ops | Christoph Hellwig | 1 | -4/+5 |
| 2019-10-21 | iomap: lift the xfs writeback code to iomap | Christoph Hellwig | 1 | -581/+58 |
| 2019-10-21 | iomap: lift common tracing code from xfs to iomap | Christoph Hellwig | 1 | -24/+3 |
| 2019-10-21 | xfs: remove the fork fields in the writepage_ctx and ioend | Christoph Hellwig | 1 | -26/+45 |
| 2019-10-21 | xfs: turn io_append_trans into an io_private void pointer | Christoph Hellwig | 1 | -13/+13 |
| 2019-10-21 | xfs: refactor the ioend merging code | Christoph Hellwig | 1 | -31/+42 |
| 2019-10-21 | xfs: use a struct iomap in xfs_writepage_ctx | Christoph Hellwig | 1 | -44/+38 |
| 2019-07-15 | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2019-07-12 | Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -56/+65 |
| 2019-07-01 | block: fix .bi_size overflow | Ming Lei | 1 | -1/+1 |
| 2019-06-30 | xfs: remove XFS_TRANS_NOFS | Christoph Hellwig | 1 | -13/+22 |
| 2019-06-30 | xfs: simplify xfs_ioend_can_merge | Christoph Hellwig | 1 | -12/+2 |
| 2019-06-30 | xfs: allow merging ioends over append boundaries | Christoph Hellwig | 1 | -7/+21 |
| 2019-06-30 | xfs: fix a comment typo in xfs_submit_ioend | Christoph Hellwig | 1 | -1/+1 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -5/+0 |
| 2019-06-28 | xfs: implement cgroup aware writeback | Christoph Hellwig | 1 | -1/+3 |
| 2019-06-28 | xfs: simplify xfs_chain_bio | Christoph Hellwig | 1 | -18/+17 |
| 2019-06-17 | block: return from __bio_try_merge_page if merging occured in the same page | Christoph Hellwig | 1 | -3/+8 |
| 2019-05-07 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+1 |
| 2019-04-30 | block: remove the i argument to bio_for_each_segment_all | Christoph Hellwig | 1 | -2/+1 |
| 2019-04-16 | xfs: merge adjacent io completions of the same type | Darrick J. Wong | 1 | -0/+86 |
| 2019-04-16 | xfs: implement per-inode writeback completion queues | Darrick J. Wong | 1 | -11/+38 |
| 2019-03-08 | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+5 |
| 2019-02-21 | xfs: introduce an always_cow mode | Christoph Hellwig | 1 | -1/+1 |
| 2019-02-21 | xfs: also truncate holes covered by COW blocks | Christoph Hellwig | 1 | -15/+16 |
| 2019-02-17 | xfs: retry COW fork delalloc conversion when no extent was found | Christoph Hellwig | 1 | -2/+16 |
| 2019-02-17 | xfs: remove the truncate short cut in xfs_map_blocks | Christoph Hellwig | 1 | -20/+0 |
| 2019-02-17 | xfs: move xfs_iomap_write_allocate to xfs_aops.c | Christoph Hellwig | 1 | -6/+45 |
| 2019-02-17 | xfs: remove the s_maxbytes checks in xfs_map_blocks | Christoph Hellwig | 1 | -6/+2 |
| 2019-02-17 | xfs: remove the io_type field from the writeback context and ioend | Christoph Hellwig | 1 | -51/+42 |
| 2019-02-15 | Merge tag 'v5.0-rc6' into for-5.1/block | Jens Axboe | 1 | -0/+2 |
| 2019-02-15 | block: enable multipage bvecs | Ming Lei | 1 | -2/+2 |
| 2019-02-15 | block: allow bio_for_each_segment_all() to iterate over multi-page bvec | Ming Lei | 1 | -2/+3 |
| 2019-02-11 | xfs: remove superfluous writeback mapping eof trimming | Brian Foster | 1 | -15/+0 |
| 2019-02-11 | xfs: validate writeback mapping using data fork seq counter | Brian Foster | 1 | -13/+47 |
| 2019-02-03 | xfs: eof trim writeback mapping as soon as it is cached | Brian Foster | 1 | -0/+2 |
| 2018-10-18 | xfs: remove XFS_IO_INVALID | Christoph Hellwig | 1 | -2/+2 |
| 2018-08-07 | xfs: use WRITE_ONCE to update if_seq | Christoph Hellwig | 1 | -2/+2 |
| 2018-07-31 | xfs: avoid COW fork extent lookups in writeback if the fork didn't change | Christoph Hellwig | 1 | -5/+33 |
| 2018-07-30 | xfs: introduce a new xfs_inode_has_cow_data helper | Christoph Hellwig | 1 | -2/+2 |
| 2018-07-11 | xfs: update my copyrights for the writeback and iomap code | Christoph Hellwig | 1 | -0/+1 |
| 2018-07-11 | xfs: add support for sub-pagesize writeback without buffer_heads | Christoph Hellwig | 1 | -434/+58 |
| 2018-07-11 | xfs: allow writeback on pages without buffer heads | Christoph Hellwig | 1 | -14/+37 |
| 2018-07-11 | xfs: refactor the tail of xfs_writepage_map | Christoph Hellwig | 1 | -33/+32 |
| 2018-07-11 | xfs: remove xfs_start_page_writeback | Christoph Hellwig | 1 | -26/+20 |
| 2018-07-11 | xfs: move all writeback buffer_head manipulation into xfs_map_at_offset | Christoph Hellwig | 1 | -17/+5 |
| 2018-07-11 | xfs: don't look at buffer heads in xfs_add_to_ioend | Christoph Hellwig | 1 | -36/+32 |
| 2018-07-11 | xfs: remove the imap_valid flag | Christoph Hellwig | 1 | -51/+38 |
| 2018-07-11 | xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly | Christoph Hellwig | 1 | -14/+5 |
| 2018-07-11 | xfs: remove xfs_reflink_find_cow_mapping | Christoph Hellwig | 1 | -6/+13 |
| 2018-07-11 | xfs: make xfs_writepage_map extent map centric | Dave Chinner | 1 | -52/+36 |
| 2018-07-11 | xfs: rename the offset variable in xfs_writepage_map | Christoph Hellwig | 1 | -10/+10 |
| 2018-07-11 | xfs: remove xfs_map_cow | Christoph Hellwig | 1 | -98/+97 |
| 2018-07-11 | xfs: remove xfs_reflink_trim_irec_to_next_cow | Christoph Hellwig | 1 | -7/+0 |
| 2018-07-11 | xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks | Christoph Hellwig | 1 | -4/+1 |
| 2018-07-11 | xfs: don't clear imap_valid for a non-uptodate buffers | Christoph Hellwig | 1 | -7/+2 |
| 2018-07-11 | xfs: do not set the page uptodate in xfs_writepage_map | Christoph Hellwig | 1 | -6/+0 |
| 2018-07-11 | xfs: move locking into xfs_bmap_punch_delalloc_range | Christoph Hellwig | 1 | -2/+0 |
| 2018-07-11 | xfs: simplify xfs_aops_discard_page | Christoph Hellwig | 1 | -76/+9 |
| 2018-07-11 | xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages | Christoph Hellwig | 1 | -0/+4 |
| 2018-06-12 | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -13/+12 |
| 2018-06-08 | xfs: xfs_reflink_convert_cow() memory allocation deadlock | Dave Chinner | 1 | -0/+11 |
| 2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
| 2018-06-05 | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -6/+15 |
| 2018-06-01 | xfs: use iomap_bmap | Christoph Hellwig | 1 | -6/+3 |
| 2018-05-30 | xfs: convert to bioset_init()/mempool_init() | Kent Overstreet | 1 | -1/+1 |
| 2018-05-15 | iomap: add a swapfile activation function | Darrick J. Wong | 1 | -0/+12 |
| 2018-04-11 | export __set_page_dirty | Matthew Wilcox | 1 | -13/+2 |
| 2018-04-10 | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -16/+18 |
| 2018-04-06 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2018-03-30 | xfs, dax: introduce xfs_dax_aops | Dan Williams | 1 | -16/+18 |
| 2018-03-19 | vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents | Ingo Molnar | 1 | -1/+1 |
| 2018-03-15 | xfs: minor cleanup for xfs_get_blocks | Christoph Hellwig | 1 | -7/+6 |
| 2018-03-15 | xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocks | Christoph Hellwig | 1 | -2/+2 |
| 2018-03-11 | xfs: fix transaction allocation deadlock in IO path | Dave Chinner | 1 | -1/+2 |
| 2018-01-29 | xfs: skip CoW writes past EOF when writeback races with truncate | Darrick J. Wong | 1 | -0/+13 |
| 2018-01-12 | xfs: use %px for data pointers when debugging | Darrick J. Wong | 1 | -1/+1 |
| 2018-01-02 | xfs: fix s_maxbytes overflow problems | Darrick J. Wong | 1 | -2/+2 |
| 2017-11-30 | xfs: remove unused parameter from xfs_writepage_map | Darrick J. Wong | 1 | -3/+3 |
| 2017-11-30 | xfs: ubsan fixes | Darrick J. Wong | 1 | -3/+3 |
| 2017-10-16 | xfs: trim writepage mapping to within eof | Brian Foster | 1 | -0/+13 |
| 2017-10-16 | xfs: cancel dirty pages on invalidation | Dave Chinner | 1 | -12/+22 |
| 2017-09-26 | xfs: update i_size after unwritten conversion in dio completion | Eryu Guan | 1 | -1/+2 |
| 2017-09-11 | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+13 |
| 2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2017-09-03 | xfs: open code end_buffer_async_write in xfs_finish_page_writeback | Christoph Hellwig | 1 | -24/+47 |
| 2017-08-31 | xfs: perform dax_device lookup at mount | Dan Williams | 1 | -0/+13 |
| 2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -1/+1 |
| 2017-07-10 | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+2 |
| 2017-07-03 | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+6 |
| 2017-06-27 | xfs: add support for passing in write hints for buffered writes | Jens Axboe | 1 | -0/+2 |
| 2017-06-21 | xfs: don't allow bmap on rt files | Darrick J. Wong | 1 | -2/+5 |
| 2017-06-20 | xfs: don't allow bmap on rt files | Darrick J. Wong | 1 | -2/+5 |
| 2017-06-19 | xfs: remove double-underscore integer types | Darrick J. Wong | 1 | -2/+2 |
| 2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -3/+4 |
| 2017-05-06 | Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -7/+5 |
| 2017-05-05 | xfs: fix use-after-free in xfs_finish_page_writeback | Eryu Guan | 1 | -2/+2 |
| 2017-05-03 | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS | Michal Hocko | 1 | -3/+3 |
| 2017-04-03 | xfs: remove the ISUNWRITTEN macro | Christoph Hellwig | 1 | -2/+2 |
| 2017-04-03 | xfs: factor out a xfs_bmap_is_real_extent helper | Christoph Hellwig | 1 | -3/+1 |
| 2017-03-07 | xfs: fix and streamline error handling in xfs_end_io | Christoph Hellwig | 1 | -32/+27 |
| 2017-03-07 | xfs: only reclaim unwritten COW extents periodically | Christoph Hellwig | 1 | -1/+1 |
| 2017-02-27 | fs: add i_blocksize() | Fabian Frederick | 1 | -8/+8 |
| 2017-02-02 | xfs: mark speculative prealloc CoW fork extents unwritten | Darrick J. Wong | 1 | -0/+6 |
| 2017-01-11 | xfs: Timely free truncated dirty pages | Jan Kara | 1 | -8/+11 |
| 2016-12-14 | Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -273/+13 |
| 2016-12-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -21/+5 |
| 2016-11-30 | xfs: use iomap_dio_rw | Christoph Hellwig | 1 | -283/+8 |
| 2016-11-30 | xfs: remove i_iolock and use i_rwsem in the VFS inode instead | Christoph Hellwig | 1 | -5/+2 |
| 2016-11-30 | Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directio | Dave Chinner | 1 | -10/+28 |
| 2016-11-24 | xfs: cleanup xfs_reflink_find_cow_mapping | Christoph Hellwig | 1 | -8/+8 |
| 2016-11-08 | xfs: don't BUG() on mixed direct and mapped I/O | Brian Foster | 1 | -2/+20 |
| 2016-11-08 | xfs: use struct iomap based DAX PMD fault path | Ross Zwisler | 1 | -21/+5 |
| 2016-11-02 | writeback: add wbc_to_write_flags() | Jens Axboe | 1 | -6/+2 |
| 2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig | 1 | -4/+7 |
| 2016-10-11 | xfs: convert COW blocks to real blocks before unwritten extent conversion | Christoph Hellwig | 1 | -2/+2 |
| 2016-10-05 | xfs: implement CoW for directio writes | Darrick J. Wong | 1 | -7/+83 |
| 2016-10-05 | xfs: report shared extent mappings to userspace correctly | Darrick J. Wong | 1 | -0/+11 |
| 2016-10-05 | xfs: move mappings from cow fork to data fork after copy-write | Darrick J. Wong | 1 | -2/+22 |
| 2016-10-04 | xfs: allocate delayed extents in CoW fork | Darrick J. Wong | 1 | -18/+79 |
| 2016-10-04 | xfs: support allocating delayed extents in CoW fork | Darrick J. Wong | 1 | -2/+4 |
| 2016-09-19 | xfs: refactor xfs_setfilesize | Christoph Hellwig | 1 | -10/+21 |
| 2016-07-27 | Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -284/+48 |
| 2016-07-22 | Merge branch 'xfs-4.8-misc-fixes-4' into for-next | Dave Chinner | 1 | -3/+26 |
| 2016-07-22 | xfs: bufferhead chains are invalid after end_page_writeback | Dave Chinner | 1 | -3/+12 |
| 2016-07-22 | xfs: skip dirty pages in ->releasepage() | Brian Foster | 1 | -0/+14 |
| 2016-07-20 | Merge branch 'xfs-4.8-split-dax-dio' into for-next | Dave Chinner | 1 | -19/+5 |
| 2016-07-20 | xfs: direct calls in the direct I/O path | Christoph Hellwig | 1 | -19/+5 |
| 2016-06-21 | xfs: remove buffered write support from __xfs_get_blocks | Christoph Hellwig | 1 | -52/+19 |
| 2016-06-21 | xfs: implement iomap based buffered write path | Christoph Hellwig | 1 | -212/+0 |
| 2016-06-07 | xfs: use bio op accessors | Mike Christie | 1 | -8/+4 |
| 2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 1 | -5/+10 |
| 2016-05-26 | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -177/+176 |