summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong2019-04-231-1/+1
* xfs: implement per-inode writeback completion queuesDarrick J. Wong2019-04-161-0/+7
* xfs: track metadata health statusDarrick J. Wong2019-04-151-0/+8
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-121-0/+3
* xfs: fold dfops into the transactionBrian Foster2018-08-031-1/+0Star
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-301-0/+9
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-3/+3
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-5/+1Star
* xfs: kill IHOLDDarrick J. Wong2018-07-261-7/+0Star
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-121-2/+1Star
* Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-131-13/+1Star
|\
| * xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-091-0/+16
|\ \ | |/ |/|
| * xfs: prepare xfs_break_layouts() for another layout typeDan Williams2018-05-221-0/+16
* | xfs: factor out nodiscard helpersBrian Foster2018-05-161-13/+3Star
* | xfs: skip online discard during eofblocks trimsBrian Foster2018-05-101-2/+22
|/
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+2
* xfs: Remove "committed" argument of xfs_dir_iallocChandan Rajendra2018-04-031-1/+1
* xfs: remove xfs_zero_rangeChristoph Hellwig2018-03-151-4/+0Star
* xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modesDarrick J. Wong2018-01-291-1/+2
* xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong2018-01-081-0/+2
* xfs: track cowblocks separately in i_flagsDarrick J. Wong2017-12-211-0/+1
* xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig2017-12-091-1/+1
* xfs: remove if_rdevChristoph Hellwig2017-10-271-2/+2
* xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-07-031-3/+0Star
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-2/+2
* xfs: support ability to wait on new inodesBrian Foster2017-04-281-1/+3
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-5/+2Star
* xfs: fix unbalanced inode reclaim flush lockingBrian Foster2016-11-091-5/+6
* xfs: set a default CoW extent size of 32 blocksDarrick J. Wong2016-10-061-0/+3
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-061-0/+1
* xfs: introduce the CoW forkDarrick J. Wong2016-10-051-0/+4
* xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-041-0/+6
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-0/+5
* xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig2016-09-191-0/+1
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-2/+2
* Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner2016-07-201-10/+0Star
|\
| * xfs: kill ioflagsChristoph Hellwig2016-07-201-10/+0Star
* | Merge branch 'xfs-4.8-iomap-write' into for-nextDave Chinner2016-06-211-1/+2
|\ \
| * | xfs: handle 64-bit length in xfs_iozeroChristoph Hellwig2016-06-211-1/+2
| |/
* / xfs: make several functions staticEric Sandeen2016-06-011-7/+0Star
|/
* xfs: set up inode operation vectors laterChristoph Hellwig2016-04-051-1/+4
* Merge branch 'xfs-gut-icdinode-4.6' into for-nextDave Chinner2016-03-061-5/+3Star
|\
| * xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-2/+2
| * xfs: use vfs inode nlink field everywhereDave Chinner2016-02-091-2/+0Star
| * xfs: introduce inode log format objectDave Chinner2016-02-091-1/+1
* | xfs: Factor xfs_seek_hole_data into helperEric Sandeen2016-02-081-0/+2
|/
* xfs: clean up inode lockdep annotationsDave Chinner2015-08-191-26/+59
* Merge branch 'xfs-mmap-lock' into for-nextDave Chinner2015-02-241-7/+22
|\
| * xfs: introduce mmap/truncate lockDave Chinner2015-02-231-7/+22