summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-1/+1
* xfs: allocate log vector buffers outside CIL context lockDave Chinner2016-07-221-0/+1
* Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner2016-05-201-0/+2
|\
| * xfs: mute some sparse warningsEryu Guan2016-04-061-0/+2
* | xfs: optimize inline symlinksChristoph Hellwig2016-04-061-2/+2
|/
* xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-1/+1
* xfs: move di_changecount to VFS inodeDave Chinner2016-02-091-1/+1
* xfs: move inode generation count to VFS inodeDave Chinner2016-02-091-1/+1
* xfs: use vfs inode nlink field everywhereDave Chinner2016-02-091-1/+1
* xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner2016-02-091-1/+1
* xfs: cull unnecessary icdinode fieldsDave Chinner2016-02-091-8/+11
* xfs: remove timestamps from incore inodeDave Chinner2016-02-091-61/+12
* xfs: introduce inode log format objectDave Chinner2016-02-091-5/+123
* xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner2015-11-031-0/+1
* xfs: add helper to conditionally remove items from the AILBrian Foster2015-08-191-9/+2
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: xfs_iflush_done checks the wrong log item callbackMark Tinguely2014-10-031-1/+1
* xfs: global error sign conversionDave Chinner2014-06-251-1/+1
* xfs: turn NLINK feature on by defaultDave Chinner2014-05-201-30/+2
* xfs: remove the inode log format from the inode log itemChristoph Hellwig2013-12-131-18/+11
* xfs: format logged extents directly into the CILChristoph Hellwig2013-12-131-95/+18
* xfs: format log items write directly into the linear CIL bufferChristoph Hellwig2013-12-131-47/+45
* xfs: introduce xlog_copy_iovecChristoph Hellwig2013-12-131-63/+52
* xfs: refactor xfs_inode_item_formatChristoph Hellwig2013-12-131-76/+89
* xfs: refactor xfs_inode_item_sizeChristoph Hellwig2013-12-131-27/+35
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-2/+2
* xfs: decouple log and transaction headersDave Chinner2013-10-231-4/+4
* xfs: return log item size in IOP_SIZEDave Chinner2013-08-131-18/+35
* xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-211-1/+1
* xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely2012-12-171-16/+0
* xfs: check for stale inode before acquiring iflock on pushBrian Foster2012-06-211-9/+8
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-141-10/+13
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-119/+33
* xfs: do not write the buffer from xfs_iflushChristoph Hellwig2012-05-141-1/+16
* xfs: reimplement fdatasync supportChristoph Hellwig2012-03-131-1/+2
* xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig2012-03-131-39/+44
* xfs: make xfs_inode_item_size idempotentChristoph Hellwig2012-03-131-132/+83
* xfs: log timestamp updatesChristoph Hellwig2012-03-131-36/+0
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-221-5/+1
* xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-171-1/+1
* xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-171-2/+2
* xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-171-2/+0
* xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-081-2/+0
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-081-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-171-3/+7
|\
| * xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-111-3/+7
OpenPOWER on IntegriCloud