summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove if_rdevChristoph Hellwig2017-10-271-1/+1
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-271-19/+6Star
* xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-111-38/+41
* xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino2017-09-261-1/+1
* xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-08-221-4/+43
* xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein2017-06-051-6/+2Star
* xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig2017-04-251-12/+17
* xfs: provide helper for counting extents from if_bytesEric Sandeen2016-11-081-2/+2
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-061-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-051-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/+12Star
* 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/+2Star
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* 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-191-30/+2Star
* xfs: remove the inode log format from the inode log itemChristoph Hellwig2013-12-131-18/+11Star
* xfs: format logged extents directly into the CILChristoph Hellwig2013-12-131-95/+18Star
* xfs: format log items write directly into the linear CIL bufferChristoph Hellwig2013-12-131-47/+45Star
* xfs: introduce xlog_copy_iovecChristoph Hellwig2013-12-131-63/+52Star
* 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/+0Star
* xfs: check for stale inode before acquiring iflock on pushBrian Foster2012-06-211-9/+8Star
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0Star
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0Star
* 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/+33Star
* 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/+83Star
* xfs: log timestamp updatesChristoph Hellwig2012-03-131-36/+0Star