| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: use iomap_valid method to detect stale cached iomaps | Dave Chinner | 2022-11-28 | 1 | -2/+3 |
* | xfs: write page faults in iomap are not buffered writes | Dave Chinner | 2022-11-07 | 1 | -0/+1 |
* | xfs: support CoW in fsdax mode | Shiyang Ruan | 2022-07-18 | 1 | -0/+1 |
* | iomap: add a IOMAP_DAX flag | Christoph Hellwig | 2021-12-04 | 1 | -1/+2 |
* | xfs: pass the mapping flags to xfs_bmbt_to_iomap | Christoph Hellwig | 2021-12-04 | 1 | -2/+3 |
* | xfs: add xfs_zero_range and xfs_truncate_page helpers | Shiyang Ruan | 2021-12-04 | 1 | -0/+4 |
* | xfs: simplify the xfs_iomap_write_direct calling | Christoph Hellwig | 2019-11-03 | 1 | -2/+4 |
* | xfs: mark xfs_eof_alignment static | Christoph Hellwig | 2019-11-03 | 1 | -1/+0 |
* | xfs: split the iomap ops for buffered vs direct writes | Christoph Hellwig | 2019-10-21 | 1 | -1/+2 |
* | xfs: split out a new set of read-only iomap ops | Christoph Hellwig | 2019-10-21 | 1 | -0/+1 |
* | xfs: initialize iomap->flags in xfs_bmbt_to_iomap | Christoph Hellwig | 2019-10-21 | 1 | -1/+1 |
* | xfs: fix SEEK_DATA for speculative COW fork preallocation | Christoph Hellwig | 2019-02-21 | 1 | -0/+1 |
* | xfs: make xfs_bmbt_to_iomap more useful | Christoph Hellwig | 2019-02-21 | 1 | -2/+2 |
* | xfs: move xfs_iomap_write_allocate to xfs_aops.c | Christoph Hellwig | 2019-02-17 | 1 | -2/+0 |
* | xfs: avoid COW fork extent lookups in writeback if the fork didn't change | Christoph Hellwig | 2018-07-31 | 1 | -1/+1 |
* | xfs: replace do_mod with native operations | Dave Chinner | 2018-06-08 | 1 | -2/+2 |
* | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 1 | -13/+1 |
* | xfs: update i_size after unwritten conversion in dio completion | Eryu Guan | 2017-09-26 | 1 | -1/+1 |
* | xfs: introduce xfs_aligned_fsb_count | Christoph Hellwig | 2017-02-07 | 1 | -0/+20 |
* | iomap: constify struct iomap_ops | Christoph Hellwig | 2017-01-31 | 1 | -2/+2 |
* | xfs: create a separate cow extent size hint for the allocator | Darrick J. Wong | 2016-10-06 | 1 | -0/+1 |
* | xfs: support allocating delayed extents in CoW fork | Darrick J. Wong | 2016-10-05 | 1 | -1/+1 |
* | xfs: rewrite and optimize the delalloc write path | Christoph Hellwig | 2016-09-19 | 1 | -2/+0 |
* | xfs: (re-)implement FIEMAP_FLAG_XATTR | Christoph Hellwig | 2016-08-17 | 1 | -0/+1 |
* | xfs: implement iomap based buffered write path | Christoph Hellwig | 2016-06-21 | 1 | -1/+4 |
* | xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c | Christoph Hellwig | 2016-06-21 | 1 | -0/+4 |
* | xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten | Christoph Hellwig | 2015-01-09 | 1 | -1/+1 |
* | xfs: get rid of count from xfs_iomap_write_allocate() | Jie Liu | 2013-10-01 | 1 | -4/+4 |
* | xfs: kill xfs_iomap | Christoph Hellwig | 2010-12-16 | 1 | -21/+6 |
* | xfs: do not use emums for flags used in tracing | Christoph Hellwig | 2010-07-26 | 1 | -10/+10 |
* | xfs: small cleanups for xfs_iomap / __xfs_get_blocks | Christoph Hellwig | 2010-07-26 | 1 | -2/+0 |
* | xfs: mark xfs_iomap_write_ helpers static | Christoph Hellwig | 2010-05-19 | 1 | -6/+0 |
* | xfs: move I/O type flags into xfs_aops.c | Christoph Hellwig | 2010-05-19 | 1 | -8/+0 |
* | xfs: kill struct xfs_iomap | Christoph Hellwig | 2010-05-19 | 1 | -25/+1 |
* | xfs: report iomap_bn in block base | Christoph Hellwig | 2010-05-19 | 1 | -4/+0 |
* | xfs: remove iomap_delta | Christoph Hellwig | 2010-05-19 | 1 | -1/+0 |
* | xfs: remove iomap_target | Christoph Hellwig | 2010-05-19 | 1 | -2/+0 |
* | xfs: event tracing support | Christoph Hellwig | 2009-12-15 | 1 | -0/+8 |
* | xfs: remove xfs_flush_space | Dave Chinner | 2009-04-06 | 1 | -2/+1 |
* | xfs: fix various typos | Malcolm Parsons | 2009-03-29 | 1 | -1/+1 |
* | [XFS] kill unnessecary ioops indirection | Lachlan McIlroy | 2008-02-07 | 1 | -2/+1 |
* | [XFS] kill BMAPI_UNWRITTEN | Christoph Hellwig | 2008-02-07 | 1 | -1/+0 |
* | [XFS] kill BMAPI_DEVICE | Christoph Hellwig | 2008-02-07 | 1 | -1/+0 |
* | [XFS] Kill unused IOMAP_EOF flag | Christoph Hellwig | 2007-10-16 | 1 | -1/+0 |
* | [XFS] Fix to prevent the notorious 'NULL files' problem after a crash. | Lachlan McIlroy | 2007-05-08 | 1 | -0/+1 |
* | [XFS] Fix potential overflow in xfs_iomap_t delta for very large extents | Eric Sandeen | 2005-11-25 | 1 | -1/+1 |
* | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 2005-11-02 | 1 | -25/+11 |
* | [XFS] Cleanup use of loff_t vs xfs_off_t in the core code. | Nathan Scott | 2005-05-05 | 1 | -10/+10 |
* | [XFS] Use the right offset when ensuring a delayed allocate conversion has co... | Nathan Scott | 2005-05-05 | 1 | -5/+2 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+107 |