aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_trans_inode.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-3/+0
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-1/+1
2018-05-10xfs: get rid of the log item descriptorGravatar Dave Chinner 1-2/+1
2018-03-11xfs: implement the lazytime mount optionGravatar Christoph Hellwig 1-0/+14
2018-01-29xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementingGravatar Jeff Layton 1-6/+8
2018-01-29xfs: convert to new i_version APIGravatar Jeff Layton 1-1/+3
2017-09-01xfs: refactor xfs_trans_rollGravatar Christoph Hellwig 1-0/+14
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-02-09xfs: move di_changecount to VFS inodeGravatar Dave Chinner 1-1/+1
2016-02-09xfs: remove timestamps from incore inodeGravatar Dave Chinner 1-10/+2
2015-11-03xfs: optimise away log forces on timestamp updates for fdatasyncGravatar Dave Chinner 1-0/+9
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-10-02xfs: kill time.hGravatar Dave Chinner 1-1/+1
2013-11-18xfs: open code inc_inode_iversion when logging an inodeGravatar Dave Chinner 1-3/+5
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-5/+1
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-2/+3
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-1/+1
2013-06-28xfs: implement inode change countGravatar Dave Chinner 1-0/+11
2012-12-17xfs remove the XFS_TRANS_DEBUG routinesGravatar Mark Tinguely 1-41/+0
2012-05-14xfs: clean up xfs_bit.h includesGravatar Dave Chinner 1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hGravatar Dave Chinner 1-1/+0
2012-03-13xfs: split in-core and on-disk inode log item fieldsGravatar Christoph Hellwig 1-2/+2
2012-03-13xfs: log timestamp updatesGravatar Christoph Hellwig 1-0/+4
2011-10-11xfs: simplify xfs_trans_ijoin* againGravatar Christoph Hellwig 1-20/+5
2011-07-08xfs: remove i_transpGravatar Christoph Hellwig 1-9/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-22xfs: more sensible inode refcounting for iallocGravatar Christoph Hellwig 1-22/+0
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsGravatar Dave Chinner 1-0/+30
2010-07-26xfs: simplify inode to transaction joiningGravatar Christoph Hellwig 1-36/+24
2010-07-26xfs: simplify log item descriptor trackingGravatar Christoph Hellwig 1-7/+2
2010-07-26xfs: remove unneeded #include statementsGravatar Christoph Hellwig 1-4/+0
2010-07-26xfs: drop dmapi hooksGravatar Christoph Hellwig 1-1/+0
2010-06-24xfs: remove block number from inode lookup codeGravatar Dave Chinner 1-1/+1
2009-09-01xfs: simplify xfs_trans_igetGravatar Christoph Hellwig 1-81/+5
2008-12-04use xfs_trans_ijoin in xfs_trans_igetGravatar Christoph Hellwig 1-29/+1
2008-07-28[XFS] Remove unused arg from kmem_free()Gravatar Denys Vlasenko 1-1/+1
2008-04-29[XFS] shrink mrlock_tGravatar Christoph Hellwig 1-6/+6
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justGravatar Nathan Scott 1-2/+0
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allGravatar Nathan Scott 1-1/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGIGravatar Nathan Scott 1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Gravatar Nathan Scott 1-9/+9
2005-06-21[XFS] Remove dead code. Patch from Adrian BunkGravatar Christoph Hellwig 1-18/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+342