| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: don't allocate into the data fork for an unshare request | Darrick J. Wong | 2023-05-02 | 1 | -2/+3 |
* | xfs: pass the correct cursor to xfs_iomap_prealloc_size | Darrick J. Wong | 2023-03-24 | 1 | -1/+4 |
* | iomap: Rename page_ops to folio_ops | Andreas Gruenbacher | 2023-01-18 | 1 | -2/+2 |
* | xfs: make xfs_iomap_page_ops static | Darrick J. Wong | 2022-12-26 | 1 | -1/+1 |
* | Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2022-12-14 | 1 | -71/+114 |
|\ |
|
| * | xfs: Remove duplicated include in xfs_iomap.c | Yang Li | 2022-12-04 | 1 | -2/+0 |
| * | xfs: attach dquots to inode before reading data/cow fork mappings | Darrick J. Wong | 2022-11-30 | 1 | -4/+4 |
| * | xfs: add debug knob to slow down write for fun | Darrick J. Wong | 2022-11-29 | 1 | -2/+12 |
| * | xfs: drop write error injection is unfixable, remove it | Dave Chinner | 2022-11-28 | 1 | -9/+0 |
| * | xfs: use iomap_valid method to detect stale cached iomaps | Dave Chinner | 2022-11-28 | 1 | -20/+75 |
| * | xfs: xfs_bmap_punch_delalloc_range() should take a byte range | Dave Chinner | 2022-11-28 | 1 | -6/+2 |
| * | xfs,iomap: move delalloc punching to iomap | Dave Chinner | 2022-11-23 | 1 | -39/+8 |
| * | xfs: use byte ranges for write cleanup ranges | Dave Chinner | 2022-11-23 | 1 | -15/+25 |
| * | xfs: punching delalloc extents on write failure is racy | Dave Chinner | 2022-11-23 | 1 | -18/+23 |
| * | xfs: write page faults in iomap are not buffered writes | Dave Chinner | 2022-11-07 | 1 | -0/+9 |
* | | xfs: use dax ops for zero and truncate in fsdax mode | Shiyang Ruan | 2022-12-12 | 1 | -2/+2 |
* | | fsdax,xfs: set the shared flag when file extent is shared | Shiyang Ruan | 2022-12-12 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-06 | 1 | -1/+29 |
|\ |
|
| * | xfs: support CoW in fsdax mode | Shiyang Ruan | 2022-07-18 | 1 | -1/+29 |
* | | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2022-08-05 | 1 | -4/+4 |
|\ \ |
|
| * | | xfs: replace XFS_IFORK_Q with a proper predicate function | Darrick J. Wong | 2022-07-12 | 1 | -1/+1 |
| * | | xfs: make inode attribute forks a permanent part of struct xfs_inode | Darrick J. Wong | 2022-07-10 | 1 | -2/+2 |
| * | | xfs: convert XFS_IFORK_PTR to a static inline helper | Darrick J. Wong | 2022-07-10 | 1 | -2/+2 |
| |/ |
|
* | | xfs: Add async buffered write support | Stefan Roesch | 2022-07-25 | 1 | -1/+4 |
* | | xfs: Specify lockmode when calling xfs_ilock_for_iomap() | Stefan Roesch | 2022-07-25 | 1 | -3/+3 |
|/ |
|
* | xfs: Conditionally upgrade existing inodes to use large extent counters | Chandan Babu R | 2022-04-13 | 1 | -0/+5 |
* | xfs: Define max extent length based on on-disk format definition | Chandan Babu R | 2022-04-11 | 1 | -14/+14 |
* | fsdax: shift partition offset handling into the file systems | Christoph Hellwig | 2021-12-04 | 1 | -2/+8 |
* | iomap: add a IOMAP_DAX flag | Christoph Hellwig | 2021-12-04 | 1 | -3/+4 |
* | xfs: pass the mapping flags to xfs_bmbt_to_iomap | Christoph Hellwig | 2021-12-04 | 1 | -15/+20 |
* | xfs: use xfs_direct_write_iomap_ops for DAX zeroing | Christoph Hellwig | 2021-12-04 | 1 | -2/+2 |
* | fsdax: decouple zeroing from the iomap buffered I/O code | Christoph Hellwig | 2021-12-04 | 1 | -1/+6 |
* | xfs: add xfs_zero_range and xfs_truncate_page helpers | Shiyang Ruan | 2021-12-04 | 1 | -0/+25 |
* | xfs: only set IOMAP_F_SHARED when providing a srcmap to a write | Darrick J. Wong | 2021-08-24 | 1 | -4/+4 |
* | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown | Dave Chinner | 2021-08-19 | 1 | -6/+6 |
* | xfs: convert mount flags to features | Dave Chinner | 2021-08-19 | 1 | -2/+2 |
* | xfs: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2021-05-26 | 1 | -1/+1 |
* | xfs: remove XFS_IFEXTENTS | Christoph Hellwig | 2021-04-15 | 1 | -2/+2 |
* | xfs: move the XFS_IFEXTENTS check into xfs_iread_extents | Christoph Hellwig | 2021-04-15 | 1 | -10/+6 |
* | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig | 2021-04-07 | 1 | -1/+1 |
* | xfs: Fix dax inode extent calculation when direct write is performed on an un... | Chandan Babu R | 2021-04-07 | 1 | -2/+3 |
* | Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2021-02-21 | 1 | -30/+23 |
|\ |
|
| * | xfs: restore shutdown check in mapped write fault path | Brian Foster | 2021-02-11 | 1 | -0/+3 |
| * | xfs: refactor reflink functions to use xfs_trans_alloc_inode | Darrick J. Wong | 2021-02-03 | 1 | -1/+2 |
| * | xfs: allow reservation of rtblocks with xfs_trans_alloc_inode | Darrick J. Wong | 2021-02-03 | 1 | -17/+5 |
| * | xfs: refactor common transaction/inode/quota allocation idiom | Darrick J. Wong | 2021-02-03 | 1 | -9/+2 |
| * | xfs: reserve data and rt quota at the same time | Darrick J. Wong | 2021-02-03 | 1 | -13/+13 |
| * | xfs: remove xfs_trans_unreserve_quota_nblks completely | Darrick J. Wong | 2021-02-03 | 1 | -4/+2 |
| * | xfs: reduce quota reservation when doing a dax unwritten extent conversion | Darrick J. Wong | 2021-02-03 | 1 | -1/+1 |
| * | xfs: Check for extent overflow when writing to unwritten extent | Chandan Babu R | 2021-01-23 | 1 | -0/+5 |