aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icreate_item.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-04xfs: fix potential log item leakGravatar Dave Chinner 1-0/+1
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-3/+3
2021-10-22xfs: remove kmem_zone typedefGravatar Darrick J. Wong 1-1/+1
2021-08-11xfs: cleanup __FUNCTION__ usageGravatar Dwaipayan Ray 1-2/+2
2020-07-28xfs: Remove kmem_zone_zalloc() usageGravatar Carlos Maiolino 1-1/+1
2020-05-08xfs: refactor log recovery icreate item dispatch for pass2 commit functionsGravatar Darrick J. Wong 1-0/+132
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureGravatar Darrick J. Wong 1-0/+20
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-5/+0
2019-06-28xfs: remove a pointless comment duplicated above all xfs_item_ops instancesGravatar Christoph Hellwig 1-3/+0
2019-06-28xfs: add a flag to release log items on commitGravatar Christoph Hellwig 1-17/+1
2019-06-28xfs: split iop_unlockGravatar Christoph Hellwig 1-7/+3
2019-06-28xfs: remove the dummy iop_push implementation for inode creation itemsGravatar Christoph Hellwig 1-11/+0
2019-06-28xfs: don't require log items to implement optional methodsGravatar Christoph Hellwig 1-28/+0
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-05-10xfs: get rid of the log item descriptorGravatar Dave Chinner 1-1/+1
2018-05-10xfs: log item flags are racyGravatar Dave Chinner 1-1/+1
2016-11-28fs: xfs: xfs_icreate_item: constify xfs_item_ops structureGravatar Bhumika Goyal 1-1/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+1
2013-12-13xfs: format log items write directly into the linear CIL bufferGravatar Christoph Hellwig 1-2/+3
2013-12-13xfs: introduce xlog_copy_iovecGravatar Christoph Hellwig 1-4/+5
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-2/+3
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-1/+1
2013-08-13xfs: return log item size in IOP_SIZEGravatar Dave Chinner 1-3/+6
2013-08-12xfs: reshuffle dir2 definitions around for userspaceGravatar Dave Chinner 1-12/+0
2013-06-27xfs: Inode create log itemsGravatar Dave Chinner 1-0/+195