summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode_item.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused iflush stale parameterBrian Foster2020-05-071-4/+3
* xfs: combine xfs_trans_ail_[remove|delete]()Brian Foster2020-05-071-1/+1
* xfs: drop unused shutdown parameter from xfs_trans_ail_remove()Brian Foster2020-05-071-5/+1
* xfs: refactor failed buffer resubmission into xfsaildBrian Foster2020-05-071-15/+0
* xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig2020-05-041-1/+1
* xfs: return locked status of inode buffer on xfsaild pushBrian Foster2020-03-281-1/+2
* xfs: tail updates only need to occur when LSN changesDave Chinner2020-03-271-5/+13
* xfs: factor common AIL item deletion codeDave Chinner2020-03-271-11/+1
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-191-5/+3
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-2/+2
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-021-2/+2
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-021-2/+2
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-1/+1
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-2/+2
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-131-2/+2
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+4
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-1/+0
* xfs: remove a pointless comment duplicated above all xfs_item_ops instancesChristoph Hellwig2019-06-281-3/+0
* xfs: split iop_unlockChristoph Hellwig2019-06-281-5/+6
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: remove if_real_bytesChristoph Hellwig2018-07-301-4/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* 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/+0
* xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig2018-03-141-3/+0
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-111-11/+11
* Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-311-29/+12
|\
| * Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-29/+12
| * 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/+0
* xfs: remove if_rdevChristoph Hellwig2017-10-261-1/+1
* xfs: remove the never fully implemented UUID fork formatChristoph Hellwig2017-10-261-19/+6
* 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/+2
* 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-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