summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: precalculate default inode attribute offsetDave Chinner2021-04-074-12/+28
* xfs: default attr fork size does not handle device inodesDave Chinner2021-04-071-2/+7
* xfs: inode fork allocation depends on XFS_IFEXTENT flagDave Chinner2021-04-071-0/+1
* xfs: eager inode attr fork init needs attr feature awarenessDave Chinner2021-04-071-1/+1
* xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R2021-04-071-2/+28
* xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R2021-04-071-1/+3
* xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos2021-04-072-3/+1
* xfs: merge _xfs_dic2xflags into xfs_ip2xflagsChristoph Hellwig2021-04-071-32/+22
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-079-29/+11
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-0713-52/+49
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-0717-47/+46
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-079-39/+39
* xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig2021-04-074-11/+20
* xfs: use XFS_B_TO_FSB in xfs_ioctl_setattrChristoph Hellwig2021-04-071-2/+2
* xfs: cleanup xfs_fill_fsxattrChristoph Hellwig2021-04-071-2/+4
* xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-076-15/+14
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-079-15/+13
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-078-16/+16
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-0716-34/+33
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-0729-98/+98
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-0713-23/+23
* xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig2021-04-071-1/+2
* xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-076-17/+35
* xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig2021-04-071-5/+0
* xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig2021-04-071-2/+2
* xfs: consistently initialize di_flags2Christoph Hellwig2021-04-072-1/+1
* xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-077-36/+17
* xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R2021-04-071-9/+0
* xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R2021-04-071-1/+2
* xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R2021-04-071-2/+3
* xfs: fix xfs_trans slab cache nameAnthony Iliopoulos2021-03-251-1/+1
* xfs: add error injection for per-AG resv failureGao Xiang2021-03-253-2/+11
* xfs: support shrinking unused space in the last AGGao Xiang2021-03-252-35/+59
* xfs: introduce xfs_ag_shrink_space()Gao Xiang2021-03-252-0/+117
* xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang2021-03-251-43/+64
* xfs: update lazy sb counters immediately for resizefsGao Xiang2021-03-251-0/+9
* xfs: Fix a typoBhaskar Chowdhury2021-03-251-1/+1
* xfs: Rudimentary spelling fixBhaskar Chowdhury2021-03-251-1/+1
* xfs: Rudimentary typo fixesBhaskar Chowdhury2021-03-251-2/+2
* xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner2021-03-251-9/+2
* xfs: reduce debug overhead of dir leaf/node checksDave Chinner2021-03-253-5/+10
* xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner2021-03-251-1/+1
* xfs: type verification is expensiveDave Chinner2021-03-251-9/+9
* xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner2021-03-251-15/+87
* xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner2021-03-251-19/+19
* xfs: reduce buffer log item shadow allocationsDave Chinner2021-03-251-2/+11
* xfs: initialise attr fork on inode createDave Chinner2021-03-258-18/+81
* xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang2021-03-251-0/+2
* xfs: Skip repetitive warnings about mount optionsPavel Reichl2021-03-251-4/+20
* xfs: rename variable mp to parsing_mpPavel Reichl2021-03-251-51/+51