summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-6/+0Star
* xfs: remove the xfs_log_item_t typedefChristoph Hellwig2019-06-291-6/+6
* xfs: don't cast inode_log_items to get the log_itemChristoph Hellwig2019-06-291-2/+2
* xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-121-5/+3Star
* xfs: separate inode geometryDarrick J. Wong2019-06-121-7/+9
* xfs: change some error-less functions to void typesEric Sandeen2019-05-021-20/+7Star
* xfs: shutdown after buf release in iflush cluster abort pathBrian Foster2019-04-151-1/+3
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-02-151-10/+6Star
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-151-1/+1
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-121-6/+284
* xfs: add tracepoints for high level iunlink operationsDarrick J. Wong2019-02-121-0/+3
* xfs: refactor inode update in iunlink_removeDarrick J. Wong2019-02-121-21/+13Star
* xfs: refactor unlinked list search and mapping to a separate functionDarrick J. Wong2019-02-121-38/+96
* xfs: refactor inode unlinked pointer update functionsDarrick J. Wong2019-02-121-92/+99
* xfs: strengthen AGI unlinked inode bucket pointer checksDarrick J. Wong2019-02-121-11/+14
* xfs: refactor AGI unlinked bucket updatesDarrick J. Wong2019-02-121-20/+45
* xfs: clean up iunlink functionsDarrick J. Wong2019-02-121-47/+32Star
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-9/+5Star
* 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/+1Star
* xfs: cancel dfops on xfs_defer_finish() errorBrian Foster2018-08-031-1/+1
* xfs: automatic dfops inode reloggingBrian Foster2018-08-031-2/+0Star
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-031-0/+1
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-301-2/+1Star
* xfs: remove if_real_bytesChristoph Hellwig2018-07-301-2/+1Star
* 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/+13Star
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-5/+3Star
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-6/+6
* xfs: use ->t_firstblock in inode inactivateBrian Foster2018-07-121-2/+1Star
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-121-2/+1Star
* xfs: use ->t_firstblock for all xfs_bunmapi() callersBrian Foster2018-07-121-3/+2Star
* xfs: remove firstblock param from xfs dir opsBrian Foster2018-07-121-20/+12Star
* xfs: use ->t_firstblock in dir opsBrian Foster2018-07-121-23/+19Star
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-12/+6Star
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-121-1/+1
* xfs: use ->t_dfops for all xfs_bunmapi() callersBrian Foster2018-07-121-4/+8
* xfs: remove dfops param from high level dirname callsBrian Foster2018-07-121-27/+23Star
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-121-5/+4Star
* xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2018-07-121-5/+5
* xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner2018-06-221-36/+21Star
* 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-061-1/+1
* | xfs: replace do_mod with native operationsDave Chinner2018-06-081-1/+1
* | xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* | xfs: don't assert on corrupted unlinked inode listDarrick J. Wong2018-06-051-5/+14
* | xfs: factor out nodiscard helpersBrian Foster2018-05-161-6/+3Star
* | xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-5/+5