summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-3/+6
* iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-211-1/+1
* iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-214-647/+59
* iomap: lift common tracing code from xfs to iomapChristoph Hellwig2019-10-212-50/+3
* xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig2019-10-212-27/+46
* xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig2019-10-212-14/+14
* xfs: refactor the ioend merging codeChristoph Hellwig2019-10-211-31/+42
* xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig2019-10-214-51/+50
* xfs: set IOMAP_F_NEW more carefullyChristoph Hellwig2019-10-211-3/+6
* xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig2019-10-213-14/+20
* iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner2019-10-171-0/+7
* xfs: Use iomap_dio_rw to wait for unaligned direct IOJan Kara2019-10-151-8/+4
* iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-151-2/+3
* xfs: move local to extent inode logging into bmap helperBrian Foster2019-10-094-7/+8
* xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster2019-10-091-17/+2
* xfs: log the inode on directory sf to block format changeBrian Foster2019-10-092-0/+2
* xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell2019-10-063-3/+13
* xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti2019-10-061-2/+1
* xfs: remove unused flags arg from xfs_get_aghdr_buf()Eric Sandeen2019-10-061-3/+2
* xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz2019-10-061-1/+3
* Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-265-21/+17
|\
| * xfs: avoid unused to_mp() function warningAustin Kim2019-09-241-13/+0
| * xfs: log proper length of superblockEric Sandeen2019-09-241-1/+1
| * xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong2019-09-232-5/+10
| * xfs: removed unneeded variableAliasgar Surti2019-09-231-2/+1
| * xfs: convert inode to extent format after extent merge due to shiftBrian Foster2019-09-231-0/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-261-2/+2
|\ \
| * | xfs: remove unlikely() from WARN_ON() conditionDenis Efremov2019-09-261-2/+2
* | | Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-251-4/+10
|\ \ \ | |/ / |/| |
| * | iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig2019-09-191-1/+5
| * | iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski2019-09-191-3/+5
* | | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-0/+2
|\ \ \
| * | | fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
* | | | Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-1878-1081/+1295
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: push the grant head when the log head moves forwardDave Chinner2019-09-051-25/+47
| * | | xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner2019-09-051-24/+33
| * | | xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner2019-09-051-98/+98
| * | | xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner2019-09-051-28/+48
| * | | xfs: factor debug code out of xlog_state_do_callback()Dave Chinner2019-09-051-35/+44
| * | | xfs: prevent CIL push holdoff in log recoveryDave Chinner2019-09-052-10/+23
| * | | xfs: fix missed wakeup on l_flush_waitRik van Riel2019-09-051-5/+4
| * | | xfs: push the AIL in xlog_grant_head_wakeDave Chinner2019-09-051-1/+28
| * | | xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim2019-09-051-1/+1
| * | | xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia2019-09-031-41/+42
| * | | xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong2019-09-032-1/+5
| * | | xfs: add a xfs_valid_startblock helperChristoph Hellwig2019-09-033-4/+11
| * | | xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig2019-08-302-10/+5
| * | | xfs: cleanup xfs_fsb_to_dbChristoph Hellwig2019-08-301-3/+3
| * | | xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig2019-08-301-2/+1
| * | | xfs: Fix stale data exposure when readahead races with hole punchJan Kara2019-08-301-0/+26