summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_pnfs.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig2020-11-111-1/+1
* xfs: define printk_once variants for xfs messagesEric Sandeen2020-05-041-3/+2
* xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent2019-11-051-1/+1
* xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig2019-11-031-12/+13
* xfs: don't log the inode in xfs_fs_map_blocks if itChristoph Hellwig2019-11-031-24/+18
* xfs: slightly tweak an assert in xfs_fs_map_blocksChristoph Hellwig2019-11-031-2/+2
* xfs: add mising include of xfs_pnfs.h for missing declarationsBen Dooks (Codethink)2019-10-231-0/+1
* xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig2019-10-211-1/+1
* fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny2019-08-191-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-8/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig2019-02-211-1/+1
* xfs: prepare xfs_break_layouts() for another layout typeDan Williams2018-05-221-6/+6
* xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams2018-05-221-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-261-1/+1
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-6/+1
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-0/+7
* xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig2016-06-211-26/+0
* fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig2016-06-211-0/+1
* Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-261-5/+2
|\
| * xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-5/+2
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* xfs: add missing ilock around dio write last extent alignmentBrian Foster2015-10-121-0/+5
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-1/+1
* Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner2015-04-131-1/+6
|\
| * xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig2015-04-131-1/+6
* | xfs: cancel failed transaction in xfs_fs_commit_blocks()Eric Sandeen2015-02-241-1/+3
|/
* xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-161-0/+30
* xfs: implement pNFS export operationsChristoph Hellwig2015-02-161-0/+292