summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster2021-04-291-11/+23
* xfs: update superblock counters correctly for !lazysbcountDave Chinner2021-04-291-3/+13
* xfs: remove obsolete AGF counter debuggingDarrick J. Wong2021-04-293-7/+0
* xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig2021-04-221-1/+1
* xfs: rename xfs_ictimestamp_tChristoph Hellwig2021-04-221-5/+5
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-155-28/+9
* xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-157-23/+12
* xfs: remove XFS_IFBROOTChristoph Hellwig2021-04-154-14/+8
* xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig2021-04-151-7/+6
* xfs: simplify xfs_attr_remove_argsChristoph Hellwig2021-04-151-13/+8
* xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig2021-04-154-38/+26
* xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-48/+34
* xfs: fix return of uninitialized value in variable errorColin Ian King2021-04-091-0/+1
* xfs: precalculate default inode attribute offsetDave Chinner2021-04-073-11/+15
* xfs: default attr fork size does not handle device inodesDave Chinner2021-04-071-2/+7
* 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-071-1/+1
* xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig2021-04-074-18/+5
* xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig2021-04-073-5/+3
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-074-7/+5
* xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig2021-04-075-32/+31
* xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig2021-04-071-1/+2
* xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2021-04-072-3/+2
* xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig2021-04-072-3/+2
* xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig2021-04-073-4/+3
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-076-14/+13
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-079-42/+41
* xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig2021-04-072-5/+4
* xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig2021-04-072-6/+3
* xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig2021-04-071-5/+0
* xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-073-28/+7
* xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R2021-04-071-1/+2
* xfs: add error injection for per-AG resv failureGao Xiang2021-03-252-2/+8
* xfs: introduce xfs_ag_shrink_space()Gao Xiang2021-03-252-0/+117
* 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: initialise attr fork on inode createDave Chinner2021-03-253-10/+21
* xfs: prevent metadata files from being inactivatedDarrick J. Wong2021-03-251-1/+1
* xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong2021-03-253-7/+7
* xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-2/+10
* xfs: consider shutdown in bmapbt cursor delete assertBrian Foster2021-02-111-21/+12
* libxfs: expose inobtcount in xfs geometryZorro Lang2021-02-032-0/+3
* xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-032-2/+2
* xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-032-18/+3
* xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-032-8/+2
* xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong2021-02-031-6/+4
* xfs: clean up quota reservation callsitesDarrick J. Wong2021-02-031-2/+1
* xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R2021-02-011-5/+4
* xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R2021-01-224-25/+156