summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode_item.c
AgeCommit message (Expand)Author
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-10-26xfs: remove if_rdevChristoph Hellwig
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner
2017-09-26xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino
2017-06-05xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein
2017-04-25xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-07-22xfs: allocate log vector buffers outside CIL context lockDave Chinner
2016-05-20Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner
2016-04-06xfs: mute some sparse warningsEryu Guan
2016-04-06xfs: optimize inline symlinksChristoph Hellwig
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2016-02-09xfs: move di_changecount to VFS inodeDave Chinner
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner
2016-02-09xfs: move v1 inode conversion to xfs_inode_from_diskDave Chinner
2016-02-09xfs: cull unnecessary icdinode fieldsDave Chinner
2016-02-09xfs: remove timestamps from incore inodeDave Chinner
2016-02-09xfs: introduce inode log format objectDave Chinner
2015-11-03xfs: optimise away log forces on timestamp updates for fdatasyncDave Chinner
2015-08-19xfs: add helper to conditionally remove items from the AILBrian Foster
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-10-03xfs: xfs_iflush_done checks the wrong log item callbackMark Tinguely
2014-06-25xfs: global error sign conversionDave Chinner
2014-05-20xfs: turn NLINK feature on by defaultDave Chinner
2013-12-13xfs: remove the inode log format from the inode log itemChristoph Hellwig
2013-12-13xfs: format logged extents directly into the CILChristoph Hellwig
2013-12-13xfs: format log items write directly into the linear CIL bufferChristoph Hellwig
2013-12-13xfs: introduce xlog_copy_iovecChristoph Hellwig
2013-12-13xfs: refactor xfs_inode_item_formatChristoph Hellwig
2013-12-13xfs: refactor xfs_inode_item_sizeChristoph Hellwig
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-08-13xfs: return log item size in IOP_SIZEDave Chinner
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig
2012-12-17xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely
2012-06-21xfs: check for stale inode before acquiring iflock on pushBrian Foster
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig
2012-03-13xfs: reimplement fdatasync supportChristoph Hellwig
2012-03-13xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig
2012-03-13xfs: make xfs_inode_item_size idempotentChristoph Hellwig