aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_pnfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-01xfs: remove XFS_PREALLOC_SYNCGravatar Dave Chinner 1-2/+4
2021-12-04iomap: add a IOMAP_DAX flagGravatar Christoph Hellwig 1-1/+1
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapGravatar Christoph Hellwig 1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-1/+1
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2020-11-11xfs: fix a missing unlock on error in xfs_fs_map_blocksGravatar Christoph Hellwig 1-1/+1
2020-05-04xfs: define printk_once variants for xfs messagesGravatar Eric Sandeen 1-3/+2
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameGravatar Ian Kent 1-1/+1
2019-11-03xfs: simplify the xfs_iomap_write_direct callingGravatar Christoph Hellwig 1-12/+13
2019-11-03xfs: don't log the inode in xfs_fs_map_blocks if itGravatar Christoph Hellwig 1-24/+18
2019-11-03xfs: slightly tweak an assert in xfs_fs_map_blocksGravatar Christoph Hellwig 1-2/+2
2019-10-23xfs: add mising include of xfs_pnfs.h for missing declarationsGravatar Ben Dooks (Codethink) 1-0/+1
2019-10-21xfs: initialize iomap->flags in xfs_bmbt_to_iomapGravatar Christoph Hellwig 1-1/+1
2019-08-19fs/xfs: Fix return code of xfs_break_leased_layouts()Gravatar Ira Weiny 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-8/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulGravatar Christoph Hellwig 1-1/+1
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeGravatar Dan Williams 1-6/+6
2018-05-22xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLGravatar Dan Williams 1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-26xfs: update i_size after unwritten conversion in dio completionGravatar Eryu Guan 1-1/+1
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadGravatar Christoph Hellwig 1-6/+1
2016-10-03xfs: introduce refcount btree definitionsGravatar Darrick J. Wong 1-0/+7
2016-06-21xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cGravatar Christoph Hellwig 1-26/+0
2016-06-21fs: move struct iomap from exportfs.h to a separate headerGravatar Christoph Hellwig 1-0/+1
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+2
2016-04-06xfs: better xfs_trans_alloc interfaceGravatar Christoph Hellwig 1-5/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-10-12xfs: add missing ilock around dio write last extent alignmentGravatar Brian Foster 1-0/+5
2015-06-04xfs: saner xfs_trans_commit interfaceGravatar Christoph Hellwig 1-1/+1
2015-06-04xfs: remove the flags argument to xfs_trans_cancelGravatar Christoph Hellwig 1-1/+1
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextGravatar Dave Chinner 1-1/+6
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsGravatar Christoph Hellwig 1-1/+6
2015-02-24xfs: cancel failed transaction in xfs_fs_commit_blocks()Gravatar Eric Sandeen 1-1/+3
2015-02-16xfs: recall pNFS layouts on conflicting accessGravatar Christoph Hellwig 1-0/+30
2015-02-16xfs: implement pNFS export operationsGravatar Christoph Hellwig 1-0/+292