aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner1-0/+1
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner1-0/+2
2016-04-06xfs: mute some sparse warningsEryu Guan1-0/+2
2016-04-06xfs: optimize inline symlinksChristoph Hellwig1-2/+2
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-1/+1
2016-02-09xfs: move di_changecount to VFS inodeDave Chinner1-1/+1
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner1-1/+1
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner1-1/+1
2016-02-09xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner1-1/+1
2016-02-09xfs: cull unnecessary icdinode fieldsDave Chinner1-8/+11
2016-02-09xfs: remove timestamps from incore inodeDave Chinner1-61/+12
2016-02-09xfs: introduce inode log format objectDave Chinner1-5/+123
2015-11-03xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner1-0/+1
2015-08-19xfs: add helper to conditionally remove items from the AILBrian Foster1-9/+2
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-10-03xfs: xfs_iflush_done checks the wrong log item callbackMark Tinguely1-1/+1
2014-06-25xfs: global error sign conversionDave Chinner1-1/+1
2014-05-20xfs: turn NLINK feature on by defaultDave Chinner1-30/+2
2013-12-13xfs: remove the inode log format from the inode log itemChristoph Hellwig1-18/+11
2013-12-13xfs: format logged extents directly into the CILChristoph Hellwig1-95/+18
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig1-47/+45
2013-12-13xfs: introduce xlog_copy_iovecChristoph Hellwig1-63/+52
2013-12-13xfs: refactor xfs_inode_item_formatChristoph Hellwig1-76/+89
2013-12-13xfs: refactor xfs_inode_item_sizeChristoph Hellwig1-27/+35
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-2/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-4/+4
2013-08-13xfs: return log item size in IOP_SIZEDave Chinner1-18/+35
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig1-1/+1
2012-12-17xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely1-16/+0
2012-06-21xfs: check for stale inode before acquiring iflock on pushBrian Foster1-9/+8
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner1-10/+13
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-119/+33
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig1-1/+16
2012-03-13xfs: reimplement fdatasync supportChristoph Hellwig1-1/+2
2012-03-13xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig1-39/+44
2012-03-13xfs: make xfs_inode_item_size idempotentChristoph Hellwig1-132/+83
2012-03-13xfs: log timestamp updatesChristoph Hellwig1-36/+0
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig1-5/+1
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig1-1/+1
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig1-2/+2
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig1-2/+0
2011-12-08xfs: remove the lid_size field in struct log_item_descChristoph Hellwig1-2/+0
2011-11-08xfs: constify xfs_item_opsChristoph Hellwig1-1/+1
2011-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-3/+7
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-3/+1
2011-10-11xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig1-3/+7