| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-05 | xfs: support sub-block aligned vectors in always COW mode | Christoph Hellwig | 1 | -10/+11 |
| 2025-11-05 | xfs: error tag to force zeroing on debug kernels | Brian Foster | 1 | -7/+22 |
| 2025-09-23 | xfs: rework datasync tracking and execution | Dave Chinner | 1 | -41/+34 |
| 2025-08-11 | xfs: disallow atomic writes on DAX | John Garry | 1 | -3/+3 |
| 2025-07-31 | Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+4 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -7/+8 |
| 2025-07-24 | xfs: stop passing an inode to the zone space reservation helpers | Christoph Hellwig | 1 | -12/+12 |
| 2025-07-14 | iomap: replace iomap_folio_ops with iomap_write_ops | Christoph Hellwig | 1 | -2/+4 |
| 2025-07-09 | mm: remove callers of pfn_t functionality | Alistair Popple | 1 | -1/+1 |
| 2025-07-08 | xfs: rename the bt_bdev_* buftarg fields | Christoph Hellwig | 1 | -1/+1 |
| 2025-06-30 | xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags mask | Youling Tang | 1 | -3/+4 |
| 2025-06-17 | fs/xfs: transition from deprecated .mmap hook to .mmap_prepare | Lorenzo Stoakes | 1 | -7/+7 |
| 2025-06-17 | fs/dax: make it possible to check dev dax support without a VMA | Lorenzo Stoakes | 1 | -1/+2 |
| 2025-05-07 | xfs: update atomic write limits | John Garry | 1 | -1/+1 |
| 2025-05-07 | xfs: add xfs_file_dio_write_atomic() | John Garry | 1 | -0/+68 |
| 2025-05-07 | xfs: commit CoW-based atomic writes atomically | John Garry | 1 | -1/+4 |
| 2025-05-07 | xfs: refine atomic write size check in xfs_file_write_iter() | John Garry | 1 | -7/+5 |
| 2025-05-07 | xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write() | John Garry | 1 | -1/+1 |
| 2025-03-18 | Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-merge | Carlos Maiolino | 1 | -39/+312 |
| 2025-03-13 | Revert "xfs: add pre-content fsnotify hook for DAX faults" | Amir Goldstein | 1 | -13/+0 |
| 2025-03-03 | xfs: implement direct writes to zoned RT devices | Christoph Hellwig | 1 | -8/+72 |
| 2025-03-03 | xfs: implement buffered writes to zoned RT devices | Christoph Hellwig | 1 | -25/+216 |
| 2025-03-03 | xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes | Christoph Hellwig | 1 | -4/+11 |
| 2025-03-03 | xfs: allow internal RT devices for zoned mode | Christoph Hellwig | 1 | -1/+1 |
| 2025-03-03 | xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write | Christoph Hellwig | 1 | -1/+10 |
| 2025-02-27 | xfs: flag as supporting FOP_DONTCACHE | Jens Axboe | 1 | -1/+2 |
| 2025-02-06 | iomap: pass private data to iomap_page_mkwrite | Christoph Hellwig | 1 | -1/+2 |
| 2025-01-23 | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+13 |
| 2024-12-12 | xfs: don't drop errno values when we fail to ficlone the entire range | Darrick J. Wong | 1 | -0/+8 |
| 2024-12-11 | xfs: add pre-content fsnotify hook for DAX faults | Josef Bacik | 1 | -0/+13 |
| 2024-11-21 | Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -36/+30 |
| 2024-11-18 | Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+16 |
| 2024-11-05 | xfs: remove xfs_page_mkwrite_iomap_ops | Christoph Hellwig | 1 | -1/+1 |
| 2024-11-05 | xfs: remove __xfs_filemap_fault | Christoph Hellwig | 1 | -18/+11 |
| 2024-11-05 | xfs: split write fault handling out of __xfs_filemap_fault | Christoph Hellwig | 1 | -22/+19 |
| 2024-11-05 | xfs: split the page fault trace event | Christoph Hellwig | 1 | -2/+6 |
| 2024-11-04 | xfs: Support setting FMODE_CAN_ATOMIC_WRITE | John Garry | 1 | -0/+2 |
| 2024-11-04 | xfs: Validate atomic writes | John Garry | 1 | -0/+14 |
| 2024-10-15 | xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof | Christoph Hellwig | 1 | -1/+7 |
| 2024-10-15 | xfs: factor out a xfs_file_write_zero_eof helper | Christoph Hellwig | 1 | -58/+82 |
| 2024-09-20 | Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-19 | Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -3/+69 |
| 2024-09-03 | iomap: add a private argument for iomap_file_buffered_write | Josef Bacik | 1 | -1/+1 |
| 2024-09-03 | xfs: reclaim speculative preallocations for append only files | Christoph Hellwig | 1 | -0/+4 |
| 2024-09-03 | xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocks | Christoph Hellwig | 1 | -3/+2 |
| 2024-09-03 | xfs: only free posteof blocks on first close | Darrick J. Wong | 1 | -21/+11 |
| 2024-09-03 | xfs: don't free post-EOF blocks on read close | Dave Chinner | 1 | -1/+7 |
| 2024-09-03 | xfs: skip all of xfs_file_release when shut down | Christoph Hellwig | 1 | -4/+6 |
| 2024-09-03 | xfs: don't bother returning errors from xfs_file_release | Christoph Hellwig | 1 | -9/+9 |
| 2024-09-03 | xfs: refactor f_op->release handling | Christoph Hellwig | 1 | -3/+68 |
| 2024-08-28 | xfs: refactor xfs_file_fallocate | Christoph Hellwig | 1 | -122/+208 |
| 2024-08-28 | xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space | Christoph Hellwig | 1 | -5/+3 |
| 2024-08-28 | xfs: call xfs_flush_unmap_range from xfs_free_file_space | Christoph Hellwig | 1 | -21/+0 |
| 2024-07-01 | xfs: fold xfs_ilock_for_write_fault into xfs_write_fault | Christoph Hellwig | 1 | -18/+15 |
| 2024-07-01 | xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_fault | Christoph Hellwig | 1 | -3/+2 |
| 2024-07-01 | xfs: refactor __xfs_filemap_fault | Christoph Hellwig | 1 | -26/+45 |
| 2024-07-01 | xfs: simplify xfs_dax_fault | Christoph Hellwig | 1 | -21/+13 |
| 2024-07-01 | xfs: cleanup xfs_ilock_iocb_for_write | Christoph Hellwig | 1 | -7/+11 |
| 2024-05-20 | Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -82/+8 |
| 2024-04-24 | xfs: don't call xfs_file_open from xfs_dir_open | Christoph Hellwig | 1 | -1/+3 |
| 2024-04-24 | xfs: drop fop_flags for directories | Christoph Hellwig | 1 | -2/+0 |
| 2024-04-24 | xfs: fix overly long line in the file_operations | Christoph Hellwig | 1 | -4/+4 |
| 2024-04-15 | xfs: refactor non-power-of-two alignment checks | Darrick J. Wong | 1 | -9/+3 |
| 2024-04-15 | xfs: create a new helper to return a file's allocation unit | Darrick J. Wong | 1 | -20/+12 |
| 2024-04-15 | xfs: declare xfs_file.c symbols in xfs_file.h | Darrick J. Wong | 1 | -0/+1 |
| 2024-04-15 | xfs: move inode lease breaking functions to xfs_inode.c | Darrick J. Wong | 1 | -61/+0 |
| 2024-04-07 | fs: claw back a few FMODE_* bits | Christian Brauner | 1 | -3/+5 |
| 2024-02-19 | xfs: Replace xfs_isilocked with xfs_assert_ilocked | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-10-23 | xfs: allow read IO and FICLONE to run concurrently | Catherine Hoang | 1 | -13/+50 |
| 2023-08-24 | mm: remove enum page_entry_size | Matthew Wilcox (Oracle) | 1 | -12/+12 |
| 2023-06-29 | Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+0 |
| 2023-06-12 | xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method | Christoph Hellwig | 1 | -1/+1 |
| 2023-06-09 | iomap: update ki_pos in iomap_file_buffered_write | Christoph Hellwig | 1 | -2/+0 |
| 2023-06-09 | backing_dev: remove current->backing_dev_info | Christoph Hellwig | 1 | -4/+0 |
| 2023-05-24 | xfs: Provide a splice-read wrapper | David Howells | 1 | -1/+29 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -16/+1 |
| 2023-04-05 | xfs: remove xfs_filemap_map_pages() wrapper | Matthew Wilcox (Oracle) | 1 | -16/+1 |
| 2023-04-03 | fs: add FMODE_DIO_PARALLEL_WRITE flag | Jens Axboe | 1 | -1/+2 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2022-11-07 | xfs: write page faults in iomap are not buffered writes | Dave Chinner | 1 | -1/+1 |
| 2022-10-31 | xfs: fix incorrect return type for fsdax fault handlers | Darrick J. Wong | 1 | -3/+4 |
| 2022-08-13 | Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -8/+14 |
| 2022-08-05 | xfs: check return codes when flushing block devices | Darrick J. Wong | 1 | -8/+14 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+29 |
| 2022-07-24 | xfs: Add async buffered write support | Stefan Roesch | 1 | -6/+5 |
| 2022-07-17 | xfs: add dax dedupe support | Shiyang Ruan | 1 | -1/+1 |
| 2022-07-17 | xfs: support CoW in fsdax mode | Shiyang Ruan | 1 | -5/+28 |
| 2022-06-01 | Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l... | Linus Torvalds | 1 | -1/+1 |
| 2022-05-25 | Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -15/+9 |
| 2022-05-22 | xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO | Kaixu Xia | 1 | -1/+1 |
| 2022-05-16 | iomap: add per-iomap_iter private data | Christoph Hellwig | 1 | -3/+3 |
| 2022-04-21 | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-next | Dave Chinner | 1 | -6/+6 |
| 2022-04-21 | xfs: convert inode lock flags to unsigned. | Dave Chinner | 1 | -6/+6 |
| 2022-04-21 | xfs: simplify local variable assignment in file write code | Kaixu Xia | 1 | -6/+2 |
| 2022-04-12 | xfs: Use generic_file_open() | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2022-02-01 | xfs: ensure log flush at the end of a synchronous fallocate call | Dave Chinner | 1 | -16/+16 |
| 2022-02-01 | xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c | Dave Chinner | 1 | -32/+0 |
| 2022-02-01 | xfs: set prealloc flag in xfs_alloc_file_space() | Dave Chinner | 1 | -8/+0 |
| 2022-02-01 | xfs: fallocate() should call file_modified() | Dave Chinner | 1 | -4/+9 |
| 2022-02-01 | xfs: remove XFS_PREALLOC_SYNC | Dave Chinner | 1 | -6/+7 |
| 2022-01-21 | Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+1 |
| 2022-01-17 | xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls | Darrick J. Wong | 1 | -2/+1 |
| 2021-12-04 | xfs: add xfs_zero_range and xfs_truncate_page helpers | Shiyang Ruan | 1 | -2/+1 |
| 2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+3 |
| 2021-10-24 | iomap: Add done_before argument to iomap_dio_rw | Andreas Gruenbacher | 1 | -3/+3 |
| 2021-10-18 | block: switch polling to be bio based | Christoph Hellwig | 1 | -1/+1 |
| 2021-09-02 | Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -9/+9 |
| 2021-08-19 | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown | Dave Chinner | 1 | -7/+7 |
| 2021-08-19 | xfs: convert mount flags to features | Dave Chinner | 1 | -1/+1 |
| 2021-08-19 | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 1 | -1/+1 |
| 2021-07-13 | xfs: Convert to use invalidate_lock | Jan Kara | 1 | -5/+8 |
| 2021-07-02 | Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -25/+45 |
| 2021-06-21 | xfs: xfs_log_force_lsn isn't passed a LSN | Dave Chinner | 1 | -7/+7 |
| 2021-06-21 | xfs: remove xfs_blkdev_issue_flush | Dave Chinner | 1 | -3/+3 |
| 2021-06-08 | xfs: rename struct xfs_eofblocks to xfs_icwalk | Darrick J. Wong | 1 | -3/+3 |
| 2021-06-08 | xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_ | Darrick J. Wong | 1 | -2/+2 |
| 2021-06-02 | xfs: don't take a spinlock unconditionally in the DIO fastpath | Dave Chinner | 1 | -11/+31 |
| 2021-05-26 | xfs: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -1/+1 |
| 2021-04-07 | xfs: move the di_flags2 field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
| 2021-04-07 | xfs: move the di_flags field to struct xfs_inode | Christoph Hellwig | 1 | -2/+2 |
| 2021-04-07 | xfs: move the di_cowextsize field to struct xfs_inode | Christoph Hellwig | 1 | -1/+1 |
| 2021-04-07 | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig | 1 | -1/+1 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+3 |
| 2021-02-21 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+4 |
| 2021-02-21 | Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -49/+65 |
| 2021-02-03 | xfs: refactor xfs_icache_free_{eof,cow}blocks call sites | Darrick J. Wong | 1 | -2/+1 |
| 2021-02-03 | xfs: pass flags and return gc errors from xfs_blockgc_free_quota | Darrick J. Wong | 1 | -5/+5 |
| 2021-02-03 | xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts | Darrick J. Wong | 1 | -1/+1 |
| 2021-02-03 | xfs: trigger all block gc scans when low on quota space | Darrick J. Wong | 1 | -9/+6 |
| 2021-02-01 | xfs: reduce exclusive locking on unaligned dio | Dave Chinner | 1 | -13/+45 |
| 2021-02-01 | xfs: split the unaligned DIO write code out | Dave Chinner | 1 | -85/+85 |
| 2021-02-01 | xfs: improve the reflink_bounce_dio_write tracepoint | Christoph Hellwig | 1 | -1/+1 |
| 2021-02-01 | xfs: simplify the read/write tracepoints | Christoph Hellwig | 1 | -12/+8 |
| 2021-02-01 | xfs: remove the buffered I/O fallback assert | Christoph Hellwig | 1 | -6/+0 |
| 2021-02-01 | xfs: cleanup the read/write helper naming | Christoph Hellwig | 1 | -15/+15 |
| 2021-02-01 | xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware | Christoph Hellwig | 1 | -4/+21 |
| 2021-02-01 | xfs: factor out a xfs_ilock_iocb helper | Christoph Hellwig | 1 | -26/+29 |
| 2021-01-24 | xfs: support idmapped mounts | Christoph Hellwig | 1 | -1/+3 |
| 2021-01-23 | iomap: pass a flags argument to iomap_dio_rw | Christoph Hellwig | 1 | -3/+2 |
| 2021-01-22 | xfs: reduce ilock acquisitions in xfs_file_fsync | Christoph Hellwig | 1 | -1/+8 |
| 2021-01-22 | xfs: refactor xfs_file_fsync | Christoph Hellwig | 1 | -31/+50 |
| 2021-01-22 | xfs: remove a stale comment from xfs_file_aio_write_checks() | Eric Biggers | 1 | -6/+0 |
| 2021-01-20 | mm: Cleanup faultaround and finish_fault() codepaths | Kirill A. Shutemov | 1 | -2/+4 |
| 2020-10-21 | xfs: fix fallocate functions when rtextsize is larger than 1 | Darrick J. Wong | 1 | -5/+35 |
| 2020-09-15 | xfs: force the log after remapping a synchronous-writes file | Darrick J. Wong | 1 | -1/+16 |
| 2020-09-05 | xfs: don't update mtime on COW faults | Mikulas Patocka | 1 | -2/+10 |
| 2020-08-07 | Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -6/+22 |
| 2020-08-06 | Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -4/+4 |
| 2020-08-05 | iomap: fall back to buffered writes for invalidation failures | Christoph Hellwig | 1 | -2/+2 |
| 2020-08-05 | xfs: use ENOTBLK for direct I/O to buffered I/O fallback | Christoph Hellwig | 1 | -2/+2 |
| 2020-07-06 | xfs: add an inode item lock | Dave Chinner | 1 | -3/+6 |
| 2020-07-06 | xfs: use MMAPLOCK around filemap_map_pages() | Dave Chinner | 1 | -1/+14 |
| 2020-07-06 | xfs: move helpers that lock and unlock two inodes against userspace IO | Darrick J. Wong | 1 | -1/+1 |
| 2020-07-06 | xfs: refactor locking and unlocking two inodes against userspace IO | Darrick J. Wong | 1 | -1/+1 |
| 2020-07-06 | xfs: fix xfs_reflink_remap_prep calling conventions | Darrick J. Wong | 1 | -1/+1 |
| 2020-06-21 | xfs: flag files as supporting buffered async reads | Jens Axboe | 1 | -1/+1 |
| 2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
| 2020-05-19 | xfs: move the per-fork nextents fields into struct xfs_ifork | Christoph Hellwig | 1 | -1/+1 |
| 2020-04-06 | xfs: reflink should force the log out if mounted with wsync | Christoph Hellwig | 1 | -0/+4 |
| 2020-04-06 | xfs: factor out a new xfs_log_force_inode helper | Christoph Hellwig | 1 | -11/+1 |
| 2020-01-15 | xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read | Christoph Hellwig | 1 | -1/+6 |
| 2019-11-22 | xfs: remove the mappedbno argument to xfs_da_reada_buf | Christoph Hellwig | 1 | -1/+1 |
| 2019-10-31 | xfs: properly serialise fallocate against AIO+DIO | Dave Chinner | 1 | -0/+30 |
| 2019-10-28 | xfs: consolidate preallocation in xfs_file_fallocate | Christoph Hellwig | 1 | -8/+24 |
| 2019-10-28 | xfs: use xfs_inode_buftarg in xfs_file_dio_aio_write | Christoph Hellwig | 1 | -2/+1 |
| 2019-10-28 | xfs: add a xfs_inode_buftarg helper | Christoph Hellwig | 1 | -7/+7 |
| 2019-10-21 | xfs: split the iomap ops for buffered vs direct writes | Christoph Hellwig | 1 | -6/+10 |
| 2019-10-21 | xfs: split out a new set of read-only iomap ops | Christoph Hellwig | 1 | -3/+6 |
| 2019-10-15 | xfs: Use iomap_dio_rw to wait for unaligned direct IO | Jan Kara | 1 | -8/+4 |
| 2019-10-15 | iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() | Jan Kara | 1 | -2/+3 |
| 2019-09-25 | Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -4/+10 |
| 2019-09-19 | iomap: move the iomap_dio_rw ->end_io callback into a structure | Christoph Hellwig | 1 | -1/+5 |
| 2019-09-19 | iomap: split size and error for iomap_dio_rw ->end_io | Matthew Bobrowski | 1 | -3/+5 |
| 2019-08-30 | xfs: Fix stale data exposure when readahead races with hole punch | Jan Kara | 1 | -0/+26 |
| 2019-07-18 | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+6 |
| 2019-07-05 | xfs: disable map_sync for async flush | Pankaj Gupta | 1 | -3/+6 |
| 2019-06-30 | xfs: remove XFS_TRANS_NOFS | Christoph Hellwig | 1 | -3/+15 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -5/+0 |
| 2019-06-09 | xfs: use file_modified() helper | Amir Goldstein | 1 | -14/+1 |
| 2019-04-23 | xfs: abort unaligned nowait directio early | Darrick J. Wong | 1 | -3/+3 |
| 2019-03-26 | xfs: serialize unaligned dio writes against all other dio writes | Brian Foster | 1 | -10/+17 |
| 2019-03-08 | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
| 2019-02-24 | iomap: wire up the iopoll method | Christoph Hellwig | 1 | -0/+1 |
| 2019-02-21 | xfs: introduce an always_cow mode | Christoph Hellwig | 1 | -7/+20 |
| 2019-02-21 | xfs: fix SEEK_DATA for speculative COW fork preallocation | Christoph Hellwig | 1 | -2/+2 |
| 2018-11-19 | xfs: make xfs_file_remap_range() static | Eric Biggers | 1 | -1/+1 |
| 2018-10-30 | xfs: remove xfs_reflink_remap_range | Darrick J. Wong | 1 | -9/+56 |
| 2018-10-30 | xfs: support returning partial reflink results | Darrick J. Wong | 1 | -4/+1 |
| 2018-10-30 | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong | 1 | -3/+6 |
| 2018-10-30 | vfs: pass remap flags to generic_remap_file_range_prep | Darrick J. Wong | 1 | -1/+1 |
| 2018-10-30 | vfs: combine the clone and dedupe into a single remap_file_range | Darrick J. Wong | 1 | -16/+7 |
| 2018-08-21 | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -22/+7 |
| 2018-08-17 | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang | 1 | -1/+1 |
| 2018-08-12 | xfs: Close race between direct IO and xfs_break_layouts() | Dave Jiang | 1 | -5/+4 |
| 2018-07-11 | xfs: remove unused iolock arg from xfs_break_dax_layouts | Eric Sandeen | 1 | -2/+1 |
| 2018-07-06 | vfs: dedupe: rationalize args | Miklos Szeredi | 1 | -6/+6 |