summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2021-04-08xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong2-82/+99
2021-04-08xfs: move the xfs_can_free_eofblocks call under the IOLOCKDarrick J. Wong1-8/+7
2021-04-08xfs: precalculate default inode attribute offsetDave Chinner4-12/+28
2021-04-08xfs: default attr fork size does not handle device inodesDave Chinner1-2/+7
2021-04-08xfs: inode fork allocation depends on XFS_IFEXTENT flagDave Chinner1-0/+1
2021-04-08xfs: eager inode attr fork init needs attr feature awarenessDave Chinner1-1/+1
2021-04-08xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R1-2/+28
2021-04-08xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R1-1/+3
2021-04-08xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos2-3/+1
2021-04-08xfs: merge _xfs_dic2xflags into xfs_ip2xflagsChristoph Hellwig1-32/+22
2021-04-08xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig9-29/+11
2021-04-08xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig13-52/+49
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig17-47/+46
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig9-39/+39
2021-04-08xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig4-11/+20
2021-04-08xfs: use XFS_B_TO_FSB in xfs_ioctl_setattrChristoph Hellwig1-2/+2
2021-04-08xfs: cleanup xfs_fill_fsxattrChristoph Hellwig1-2/+4
2021-04-08xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig6-15/+14
2021-04-08xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig9-15/+13
2021-04-08xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig8-16/+16
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig16-34/+33
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig29-98/+98
2021-04-08xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig13-23/+23
2021-04-08xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig1-1/+2
2021-04-08xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig6-17/+35
2021-04-08xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig1-5/+0
2021-04-08xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig1-2/+2
2021-04-08xfs: consistently initialize di_flags2Christoph Hellwig2-1/+1
2021-04-08xfs: split xfs_imap_to_bpChristoph Hellwig7-36/+17
2021-04-08xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R1-9/+0
2021-04-08xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R1-1/+2
2021-04-08xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R1-2/+3
2021-03-26xfs: fix xfs_trans slab cache nameAnthony Iliopoulos1-1/+1
2021-03-26xfs: add error injection for per-AG resv failureGao Xiang3-2/+11
2021-03-26xfs: support shrinking unused space in the last AGGao Xiang2-35/+59
2021-03-26xfs: introduce xfs_ag_shrink_space()Gao Xiang2-0/+117
2021-03-26xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang1-43/+64
2021-03-26xfs: update lazy sb counters immediately for resizefsGao Xiang1-0/+9
2021-03-26xfs: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-26xfs: Rudimentary spelling fixBhaskar Chowdhury1-1/+1
2021-03-26xfs: Rudimentary typo fixesBhaskar Chowdhury1-2/+2
2021-03-26xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner1-9/+2
2021-03-26xfs: reduce debug overhead of dir leaf/node checksDave Chinner3-5/+10
2021-03-26xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner1-1/+1
2021-03-26xfs: type verification is expensiveDave Chinner1-9/+9
2021-03-26xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner1-15/+87
2021-03-26xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner1-19/+19
2021-03-26xfs: reduce buffer log item shadow allocationsDave Chinner1-2/+11
2021-03-26xfs: initialise attr fork on inode createDave Chinner8-18/+81
2021-03-26xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang1-0/+2