summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig
2021-04-07xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig
2021-04-07xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig
2021-04-07xfs: consistently initialize di_flags2Christoph Hellwig
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2021-04-07xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R
2021-04-07xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R
2021-04-07xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R
2021-03-25xfs: fix xfs_trans slab cache nameAnthony Iliopoulos
2021-03-25xfs: add error injection for per-AG resv failureGao Xiang
2021-03-25xfs: support shrinking unused space in the last AGGao Xiang
2021-03-25xfs: introduce xfs_ag_shrink_space()Gao Xiang
2021-03-25xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang
2021-03-25xfs: update lazy sb counters immediately for resizefsGao Xiang
2021-03-25xfs: Fix a typoBhaskar Chowdhury
2021-03-25xfs: Rudimentary spelling fixBhaskar Chowdhury
2021-03-25xfs: Rudimentary typo fixesBhaskar Chowdhury
2021-03-25xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner
2021-03-25xfs: reduce debug overhead of dir leaf/node checksDave Chinner
2021-03-25xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner
2021-03-25xfs: type verification is expensiveDave Chinner
2021-03-25xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner
2021-03-25xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner
2021-03-25xfs: reduce buffer log item shadow allocationsDave Chinner
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-03-25xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang
2021-03-25xfs: Skip repetitive warnings about mount optionsPavel Reichl
2021-03-25xfs: rename variable mp to parsing_mpPavel Reichl
2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong
2021-03-25xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong
2021-03-25xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong
2021-03-25xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong
2021-03-25xfs: fix dquot scrub loop cancellationDarrick J. Wong
2021-03-25xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong
2021-03-24xfs: drop freeze protection when running GETFSMAPDarrick J. Wong
2021-03-15xfs: also reject BULKSTAT_SINGLE in a mount user namespaceChristoph Hellwig
2021-03-15xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong
2021-03-09xfs: fix quota accounting when a mount is idmappedDarrick J. Wong
2021-02-28Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner
2021-02-25xfs: don't nest transactions when scanning for eofblocksDarrick J. Wong