summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-1/+0Star
* xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig2019-06-291-3/+0Star
* xfs: split iop_unlockChristoph Hellwig2019-06-291-5/+6
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-0/+1
* xfs: remove if_real_bytesChristoph Hellwig2018-07-301-4/+0Star
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: log item flags are racyDave Chinner2018-05-101-4/+4
* xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig2018-03-141-4/+0Star
* xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig2018-03-141-3/+0Star
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-121-11/+11
* Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-311-29/+12Star
|\
| * Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-29/+12Star
| * Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-2/+2
* | xfs: convert to new i_version APIJeff Layton2018-01-291-1/+2
|/
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-2/+0Star
* 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