2021-04-09 | Colin Ian King | xfs: fix return of uninitialized value in variable... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-09 | Darrick J. Wong | xfs: get rid of the ip parameter to xchk_setup_* Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-09 | Darrick J. Wong | xfs: fix scrub and remount-ro protection when running... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Darrick J. Wong | xfs: move the check for post-EOF mappings into xfs_can_free_... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Darrick J. Wong | xfs: move the xfs_can_free_eofblocks call under the... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Dave Chinner | xfs: precalculate default inode attribute offset Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Dave Chinner | xfs: default attr fork size does not handle device... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Dave Chinner | xfs: inode fork allocation depends on XFS_IFEXTENT... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Dave Chinner | xfs: eager inode attr fork init needs attr feature... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Chandan Babu R | xfs: scrub: Disable check for unoptimized data fork... Suggested-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Chandan Babu R | xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_b... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Anthony Iliopoulos | xfs: deprecate BMV_IF_NO_DMAPI_READ flag Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: merge _xfs_dic2xflags into xfs_ip2xflags Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_crtime field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_flags2 field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_flags field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_forkoff field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: use a union for i_cowextsize and i_flushiter Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: use XFS_B_TO_FSB in xfs_ioctl_setattr Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: cleanup xfs_fill_fsxattr Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_flushiter field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_cowextsize field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_extsize field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_nblocks field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_size field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: move the di_projid field to struct xfs_inode Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: don't clear the "dinode core" in xfs_inode_alloc Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: remove the di_dmevmask and di_dmstate fields from... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: remove the unused xfs_icdinode_has_bigtime helper Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: handle crtime more carefully in xfs_bulkstat_one_int Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: consistently initialize di_flags2 Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Christoph Hellwig | xfs: split xfs_imap_to_bp Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Chandan Babu R | xfs: scrub: Remove incorrect check executed on block... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Chandan Babu R | xfs: Initialize xfs_alloc_arg->total correctly when... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-04-07 | Chandan Babu R | xfs: Fix dax inode extent calculation when direct write... Reported-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Anthony Iliopoulos | xfs: fix xfs_trans slab cache name Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Gao Xiang | xfs: add error injection for per-AG resv failure Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Gao Xiang | xfs: support shrinking unused space in the last AG Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Gao Xiang | xfs: introduce xfs_ag_shrink_space() Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Gao Xiang | xfs: hoist out xfs_resizefs_init_new_ags() Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Gao Xiang | xfs: update lazy sb counters immediately for resizefs Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Bhaskar Chowdhury | xfs: Fix a typo Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Bhaskar Chowdhury | xfs: Rudimentary spelling fix Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Bhaskar Chowdhury | xfs: Rudimentary typo fixes Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Dave Chinner | xfs: __percpu_counter_compare() inode count debug too... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Dave Chinner | xfs: reduce debug overhead of dir leaf/node checks Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Dave Chinner | xfs: No need for inode number error injection in __xfs_dir3_... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Dave Chinner | xfs: type verification is expensive Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Dave Chinner | xfs: optimise xfs_buf_item_size/format for contiguous... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Dave Chinner | xfs: xfs_buf_item_size_segment() needs to pass segment... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Dave Chinner | xfs: reduce buffer log item shadow allocations Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Dave Chinner | xfs: initialise attr fork on inode create Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Gao Xiang | xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Pavel Reichl | xfs: Skip repetitive warnings about mount options Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Pavel Reichl | xfs: rename variable mp to parsing_mp Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Darrick J. Wong | xfs: rename the blockgc workqueue Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Darrick J. Wong | xfs: prevent metadata files from being inactivated Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Darrick J. Wong | xfs: validate ag btree levels using the precomputed... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Darrick J. Wong | xfs: remove return value from xchk_ag_btcur_init Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Darrick J. Wong | xfs: set the scrub AG number in xchk_ag_read_headers Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Darrick J. Wong | xfs: mark a data structure sick if there are cross... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Darrick J. Wong | xfs: bail out of scrub immediately if scan incomplete Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Darrick J. Wong | xfs: fix dquot scrub loop cancellation Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-25 | Darrick J. Wong | xfs: fix uninitialized variables in xrep_calc_ag_resblks Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-24 | Darrick J. Wong | xfs: drop freeze protection when running GETFSMAP Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-15 | Christoph Hellwig | xfs: also reject BULKSTAT_SINGLE in a mount user namespace Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-15 | Bhaskar Chowdhury | docs: ABI: Fix the spelling oustanding to outstanding... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-15 | Darrick J. Wong | xfs: force log and push AIL to clear pinned inodes... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-09 | Darrick J. Wong | xfs: fix quota accounting when a mount is idmapped Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-03-09 | Ritesh Harjani | iomap: Fix negative assignment to unsigned sis->pages... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-25 | Dave Chinner | xfs: use current->journal_info for detecting transaction... Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-25 | Darrick J. Wong | xfs: don't nest transactions when scanning for eofblocks Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-25 | Brian Foster | xfs: don't reuse busy extents on extent trim Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-24 | Darrick J. Wong | xfs: restore speculative_cow_prealloc_lifetime sysctl Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-11 | Brian Foster | xfs: consider shutdown in bmapbt cursor delete assert Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-11 | kernel test robot | xfs: fix boolreturn.cocci warnings Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-11 | Brian Foster | xfs: restore shutdown check in mapped write fault path Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-09 | Darrick J. Wong | xfs: fix rst syntax error in admin guide Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-04 | Darrick J. Wong | xfs: fix incorrect root dquot corruption error when... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Gao Xiang | xfs: get rid of xfs_growfs_{data,log}_t Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Gao Xiang | xfs: rename `new' to `delta' in xfs_growfs_data_private() Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Zorro Lang | libxfs: expose inobtcount in xfs geometry Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: don't bounce the iolock between free_{eof,cow... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: expose the blockgc workqueue knobs publicly Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: parallelize block preallocation garbage collection Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: rename block gc start and stop functions Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: only walk the incore inode tree once per blockgc... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: consolidate the eofblocks and cowblocks workers Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: consolidate incore inode radix tree posteof/cowblocks... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: remove trivial eof/cowblocks functions Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: hide xfs_icache_free_cowblocks Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: hide xfs_icache_free_eofblocks Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: relocate the eofb/cowb workqueue functions Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: set WQ_SYSFS on all workqueues in debug mode Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: increase the default parallelism levels of pwork... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: flush speculative space allocations when we run... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: refactor xfs_icache_free_{eof,cow}blocks call... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: add a tracepoint for blockgc scans Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: flush eof/cowblocks if we can't reserve quota... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
2021-02-03 | Darrick J. Wong | xfs: flush eof/cowblocks if we can't reserve quota... Signed-off-by: Darrick J. Wong <djwong@kernel.org> |
commit | commitdiff | tree |
next |