summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
AgeCommit message (Expand)Author
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: kill IHOLDDarrick J. Wong
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-22xfs: prepare xfs_break_layouts() for another layout typeDan Williams
2018-05-15xfs: factor out nodiscard helpersBrian Foster
2018-05-10xfs: skip online discard during eofblocks trimsBrian Foster
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-04-02xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra
2018-03-15xfs: remove xfs_zero_rangeChristoph Hellwig
2018-01-29xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong
2017-12-20xfs: track cowblocks separately in i_flagsDarrick J. Wong
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig
2017-10-26xfs: remove if_rdevChristoph Hellwig
2017-07-02xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-04-28xfs: support ability to wait on new inodesBrian Foster
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-11-10xfs: fix unbalanced inode reclaim flush lockingBrian Foster
2016-10-05xfs: set a default CoW extent size of 32 blocksDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-10-04xfs: introduce the CoW forkDarrick J. Wong
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong
2016-09-19xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner
2016-07-20xfs: kill ioflagsChristoph Hellwig
2016-06-21Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner
2016-06-21xfs: handle 64-bit length in xfs_iozeroChristoph Hellwig
2016-06-01xfs: make several functions staticEric Sandeen
2016-04-06xfs: set up inode operation vectors laterChristoph Hellwig
2016-03-07Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner
2016-02-09xfs: introduce inode log format objectDave Chinner
2016-02-08xfs: Factor xfs_seek_hole_data into helperEric Sandeen
2015-08-19xfs: clean up inode lockdep annotationsDave Chinner
2015-02-24Merge branch 'xfs-mmap-lock' into for-nextDave Chinner
2015-02-24Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-02-23xfs: introduce mmap/truncate lockDave Chinner
2015-02-02Merge branch 'xfs-misc-fixes-for-3.20-3' into for-nextDave Chinner