summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-02-141-10/+6
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-141-1/+1
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-111-6/+284
* xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2019-02-111-0/+3
* xfs: refactor inode update in iunlink_removeDarrick J. Wong2019-02-111-21/+13
* xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong2019-02-111-38/+96
* xfs: refactor inode unlinked pointer update functionsDarrick J. Wong2019-02-111-92/+99
* xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong2019-02-111-11/+14
* xfs: refactor AGI unlinked bucket updatesDarrick J. Wong2019-02-111-20/+45
* xfs: clean up iunlink functionsDarrick J. Wong2019-02-111-47/+32
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-9/+5
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-1/+1
* xfs: clean up indentation issues, remove an unwanted spaceColin Ian King2018-12-121-1/+1
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-291-9/+1
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-021-1/+1
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-2/+0
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-021-0/+1
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-301-2/+1
* xfs: remove if_real_bytesChristoph Hellwig2018-07-301-2/+1
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-4/+13
* xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster2018-07-261-2/+2
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-66/+13
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-5/+3
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-6/+6
* xfs: use ->t_firstblock in inode inactivateBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-111-3/+2
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-111-20/+12
* xfs: use ->t_firstblock in dir opsBrian Foster2018-07-111-23/+19
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-12/+6
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-1/+1
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-111-4/+8
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-111-27/+23
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-111-5/+4
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-111-5/+5
* xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner2018-06-211-36/+21
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | xfs: replace do_mod with native operationsDave Chinner2018-06-081-1/+1
* | xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* | xfs: don't assert on corrupted unlinked inode listDarrick J. Wong2018-06-041-5/+14
* | xfs: factor out nodiscard helpersBrian Foster2018-05-151-6/+3
* | xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-5/+5
* | xfs: skip online discard during eofblocks trimsBrian Foster2018-05-101-8/+11
* | xfs: log item flags are racyDave Chinner2018-05-101-2/+2
* | xfs: defer agfl frees from directory op transactionsBrian Foster2018-05-091-0/+3
* | xfs: defer frees from common inode allocation pathsBrian Foster2018-05-091-0/+1
* | xfs: defer agfl frees from inode inactivationBrian Foster2018-05-091-0/+1
* | xfs: validate allocated inode numberDave Chinner2018-05-091-0/+12
|/
* xfs: only cancel cow blocks when truncating the data forkDarrick J. Wong2018-04-101-6/+8