aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-15xfs: quota radix tree allocations need to be NOFS on insertxfs-6.9-merge-9xfs-6.9-mergeDave Chinner1-5/+13
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong2-4/+9
2024-03-07xfs: shrink failure needs to hold AGI bufferxfs-6.9-merge-8Dave Chinner1-1/+10
2024-02-29mm/shmem.c: Use new form of *@param in kernel-docxfs-6.9-merge-7Akira Yokosawa1-2/+2
2024-02-29kernel-doc: Add unary operator * to $type_param_refAkira Yokosawa1-1/+1
2024-02-28xfs: use kvfree() in xlog_cil_free_logvec()xfs-6.9-merge-6Dave Chinner1-2/+2
2024-02-28xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner1-1/+1
2024-02-26xfs: fix scrub stats file permissionsDarrick J. Wong1-2/+2
2024-02-24xfs: fix log recovery erroring out on refcount recovery failurexfs-6.9-merge-5Darrick J. Wong1-0/+1
2024-02-24Merge tag 'symlink-cleanups-6.9_2024-02-23' of https://git.kernel.org/pub/scm...Chandan Babu R9-155/+192
2024-02-24Merge tag 'expand-bmap-intent-usage_2024-02-23' of https://git.kernel.org/pub...Chandan Babu R4-38/+31
2024-02-24Merge tag 'realtime-bmap-intents-6.9_2024-02-23' of https://git.kernel.org/pu...Chandan Babu R4-8/+40
2024-02-24Merge tag 'bmap-intent-cleanups-6.9_2024-02-23' of https://git.kernel.org/pub...Chandan Babu R7-158/+226
2024-02-24Merge tag 'repair-refcount-scalability-6.9_2024-02-23' of https://git.kernel....Chandan Babu R11-108/+872
2024-02-24Merge tag 'repair-rmap-btree-6.9_2024-02-23' of https://git.kernel.org/pub/sc...Chandan Babu R31-70/+2336
2024-02-24Merge tag 'in-memory-btrees-6.9_2024-02-23' of https://git.kernel.org/pub/scm...Chandan Babu R21-138/+1363
2024-02-24Merge tag 'buftarg-cleanups-6.9_2024-02-23' of https://git.kernel.org/pub/scm...Chandan Babu R4-34/+26
2024-02-24Merge tag 'btree-readahead-cleanups-6.9_2024-02-23' of https://git.kernel.org...Chandan Babu R5-143/+76
2024-02-24Merge tag 'btree-check-cleanups-6.9_2024-02-23' of https://git.kernel.org/pub...Chandan Babu R9-200/+159
2024-02-24Merge tag 'btree-remove-btnum-6.9_2024-02-23' of https://git.kernel.org/pub/s...Chandan Babu R41-895/+739
2024-02-24Merge tag 'btree-geometry-in-ops-6.9_2024-02-23' of https://git.kernel.org/pu...Chandan Babu R20-459/+563
2024-02-24Merge tag 'repair-fscounters-6.9_2024-02-23' of https://git.kernel.org/pub/sc...Chandan Babu R8-18/+128
2024-02-24Merge tag 'indirect-health-reporting-6.9_2024-02-23' of https://git.kernel.or...Chandan Babu R11-18/+196
2024-02-24Merge tag 'corruption-health-reports-6.9_2024-02-23' of https://git.kernel.or...Chandan Babu R37-104/+881
2024-02-24Merge tag 'scrub-nlinks-6.9_2024-02-23' of https://git.kernel.org/pub/scm/lin...Chandan Babu R21-4/+1623
2024-02-24Merge tag 'repair-quotacheck-6.9_2024-02-23' of https://git.kernel.org/pub/sc...Chandan Babu R25-26/+1645
2024-02-24Merge tag 'repair-inode-mode-6.9_2024-02-23' of https://git.kernel.org/pub/sc...Chandan Babu R15-19/+1436
2024-02-22xfs: move symlink target write function to libxfsDarrick J. Wong3-64/+84
2024-02-22xfs: move remote symlink target read function to libxfsDarrick J. Wong5-77/+80
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong8-14/+28
2024-02-22xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong1-0/+2
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong4-38/+29
2024-02-22xfs: support recovering bmap intent items targetting realtime extentsDarrick J. Wong1-0/+9
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong3-6/+29
2024-02-22xfs: add a xattr_entry helperDarrick J. Wong1-4/+7
2024-02-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong1-2/+2
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong4-8/+20
2024-02-22xfs: reuse xfs_bmap_update_cancel_itemDarrick J. Wong1-13/+12
2024-02-22xfs: add a bi_entry helperDarrick J. Wong1-10/+9
2024-02-22xfs: remove xfs_trans_set_bmap_flagsDarrick J. Wong1-25/+13
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong4-47/+33
2024-02-22xfs: split tracepoint classes for deferred itemsDarrick J. Wong1-85/+166
2024-02-22xfs: port refcount repair to the new refcount bag structureDarrick J. Wong4-107/+81
2024-02-22xfs: create refcount bag structure for btree repairsDarrick J. Wong5-0/+401
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong12-39/+392
2024-02-22xfs: define an in-memory btree for storing refcount bag info during repairsDarrick J. Wong5-1/+390
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong9-84/+377
2024-02-22xfs: repair the rmapbtDarrick J. Wong18-19/+1608
2024-02-22xfs: create agblock bitmap helper to count the number of set regionsDarrick J. Wong3-0/+21
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong7-0/+236
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong4-4/+14
2024-02-22xfs: support in-memory btreesDarrick J. Wong14-42/+675
2024-02-22xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig1-13/+17
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong8-46/+369
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong5-38/+67
2024-02-22xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftargChristoph Hellwig1-4/+4
2024-02-22xfs: remove xfs_setsize_buftarg_earlyChristoph Hellwig1-15/+7
2024-02-22xfs: remove the xfs_buftarg_t typedefChristoph Hellwig4-16/+16
2024-02-22xfs: split xfs_buf_rele for cached vs uncached buffersChristoph Hellwig1-15/+31
2024-02-22xfs: move and rename xfs_btree_read_buflChristoph Hellwig3-51/+25
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig3-42/+14
2024-02-22xfs: remove xfs_btree_reada_buflChristoph Hellwig2-35/+6
2024-02-22xfs: factor out a __xfs_btree_check_lblock_hdr helperChristoph Hellwig1-7/+23
2024-02-22xfs: rename btree helpers that depends on the block number representationChristoph Hellwig7-59/+61
2024-02-22xfs: consolidate btree block verificationChristoph Hellwig3-58/+32
2024-02-22xfs: tighten up validation of root block in inode forksChristoph Hellwig1-3/+13
2024-02-22xfs: remove the crc variable in __xfs_btree_check_lblockChristoph Hellwig1-2/+1
2024-02-22xfs: misc cleanups for __xfs_btree_check_sblockChristoph Hellwig1-8/+4
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig3-57/+36
2024-02-22xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extentsChristoph Hellwig1-1/+1
2024-02-22xfs: simplify xfs_btree_check_lblock_siblingsChristoph Hellwig1-16/+6
2024-02-22xfs: simplify xfs_btree_check_sblock_siblingsChristoph Hellwig1-13/+6
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig16-70/+65
2024-02-22xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig1-5/+4
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig10-46/+72
2024-02-22xfs: split xfs_inobt_insert_sprecChristoph Hellwig1-52/+96
2024-02-22xfs: remove the which variable in xchk_iallocbtChristoph Hellwig1-10/+4
2024-02-22xfs: remove the btnum argument to xfs_inobt_count_blocksChristoph Hellwig1-5/+3
2024-02-22xfs: remove xfs_inobt_curChristoph Hellwig3-33/+8
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig10-65/+88
2024-02-22xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_initChristoph Hellwig3-75/+45
2024-02-22xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig6-25/+24
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig12-76/+73
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig10-119/+111
2024-02-22xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig3-22/+7
2024-02-22xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursorChristoph Hellwig1-29/+27
2024-02-22xfs: make staging file forks explicitDarrick J. Wong2-4/+6
2024-02-22xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursorChristoph Hellwig2-2/+1
2024-02-22xfs: remove xfs_rmapbt_stage_cursorChristoph Hellwig2-16/+0
2024-02-22xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursorChristoph Hellwig1-19/+14
2024-02-22xfs: remove xfs_refcountbt_stage_cursorChristoph Hellwig3-18/+2
2024-02-22xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursorChristoph Hellwig1-20/+12
2024-02-22xfs: remove xfs_inobt_stage_cursorChristoph Hellwig3-20/+5
2024-02-22xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursorChristoph Hellwig1-24/+15
2024-02-22xfs: remove xfs_allocbt_stage_cursorChristoph Hellwig3-22/+7
2024-02-22xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursorChristoph Hellwig1-27/+15
2024-02-22xfs: don't override bc_ops for staging btreesChristoph Hellwig8-139/+72
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig5-15/+26
2024-02-22xfs: move comment about two 2 keys per pointer in the rmap btreeChristoph Hellwig1-1/+1
2024-02-22xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong3-32/+33
2024-02-22xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig7-63/+54
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig12-52/+74
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong10-49/+53
2024-02-22xfs: factor out a btree block owner checkDarrick J. Wong1-5/+28
2024-02-22xfs: factor out a xfs_btree_owner helperDarrick J. Wong1-14/+11
2024-02-22xfs: move the btree stats offset into struct btree_opsChristoph Hellwig6-29/+26
2024-02-22xfs: move lru refs to the btree ops structureDarrick J. Wong7-22/+19
2024-02-22xfs: set btree block buffer ops in _init_bufDarrick J. Wong2-1/+1
2024-02-22xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong4-9/+21
2024-02-22xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf callsDarrick J. Wong1-2/+1
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong5-12/+12
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong8-87/+69
2024-02-22xfs: extern some btree ops structuresDarrick J. Wong6-7/+16
2024-02-22xfs: turn the allocbt cursor active field into a btree flagChristoph Hellwig3-9/+11
2024-02-22xfs: consolidate the xfs_alloc_lookup_* helpersChristoph Hellwig1-21/+22
2024-02-22xfs: remove bc_ino.flagsChristoph Hellwig4-35/+20
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong12-98/+104
2024-02-22xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong1-1/+6
2024-02-22xfs: drop XFS_BTREE_CRC_BLOCKSDarrick J. Wong7-16/+5
2024-02-22xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursorDarrick J. Wong6-16/+17
2024-02-22xfs: consolidate btree block allocation tracepointsDarrick J. Wong4-9/+64
2024-02-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong4-6/+32
2024-02-22xfs: repair summary countersDarrick J. Wong8-18/+128
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong6-2/+77
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong7-6/+58
2024-02-22xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong2-12/+63
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong13-50/+364
2024-02-22xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong2-1/+14
2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong3-2/+37
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong5-3/+29
2024-02-22xfs: report symlink block corruption errors to the health systemDarrick J. Wong1-5/+12
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong12-18/+125
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong8-5/+81
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong5-10/+73
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong6-5/+50
2024-02-22xfs: report fs corruption errors to the health tracking systemDarrick J. Wong1-0/+1
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong4-5/+95
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong7-3/+237
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong11-3/+293
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong11-2/+1093
2024-02-22xfs: report health of inode link countsDarrick J. Wong3-1/+5
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong8-6/+284
2024-02-22xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong1-7/+34
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong11-16/+606
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong11-4/+672
2024-02-22xfs: create a sparse load xfarray functionDarrick J. Wong1-0/+19
2024-02-22xfs: create a helper to count per-device inode block usageDarrick J. Wong2-0/+18
2024-02-22xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong3-2/+10
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong5-6/+312
2024-02-22xfs: report the health of quota countsDarrick J. Wong5-2/+13
2024-02-22xfs: create a macro for decoding ftypes in tracepointsDarrick J. Wong1-0/+11
2024-02-22xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong2-2/+14
2024-02-22xfs: create a static name for the dot entry tooDarrick J. Wong2-0/+7
2024-02-22xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong3-15/+119
2024-02-22xfs: cache a bunch of inodes for repair scansDarrick J. Wong3-30/+159
2024-02-22xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong3-12/+89
2024-02-22xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong5-0/+124
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong5-0/+656
2024-02-22xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong1-11/+2
2024-02-21xfs: fix SEEK_HOLE/DATA for regions with active COW extentsxfs-6.9-merge-4Dave Chinner1-2/+2
2024-02-21xfs: remove xfile_{get,put}_pageDarrick J. Wong4-127/+1
2024-02-21xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong3-111/+143
2024-02-21xfs: fix a comment in xfarray.cChristoph Hellwig1-1/+1
2024-02-21xfs: remove xfarray_sortinfo.page_kaddrChristoph Hellwig2-19/+4
2024-02-21xfs: add file_{get,put}_folioDarrick J. Wong3-0/+83
2024-02-21xfs: use shmem_get_folio in in xfile_loadChristoph Hellwig1-35/+26
2024-02-21xfs: use shmem_get_folio in xfile_obj_storeChristoph Hellwig1-46/+27
2024-02-21xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig2-14/+10
2024-02-21xfs: don't try to handle non-update pages in xfile_obj_loadChristoph Hellwig1-12/+8
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig6-89/+48
2024-02-21xfs: remove xfile_statChristoph Hellwig3-50/+10
2024-02-21xfs: don't modify file and inode flags for shmem filesChristoph Hellwig1-15/+0
2024-02-21xfs: use shmem_kernel_file_setup in xfile_createChristoph Hellwig1-2/+2
2024-02-21xfs: shmem_file_setup can't return NULLChristoph Hellwig1-3/+1
2024-02-21xfs: use VM_NORESERVE in xfile_createChristoph Hellwig1-1/+1
2024-02-21shmem: document how to "persist" data when using shmem_*file_setupChristoph Hellwig1-0/+4
2024-02-21shmem: export shmem_kernel_file_setupChristoph Hellwig1-0/+1
2024-02-21shmem: export shmem_get_folioChristoph Hellwig1-0/+20
2024-02-21shmem: move the shmem_mapping assert into shmem_get_folio_gfpChristoph Hellwig1-1/+3
2024-02-21shmem: set a_ops earlier in shmem_symlinkChristoph Hellwig1-1/+1
2024-02-21shmem: move shmem_mapping out of lineChristoph Hellwig2-8/+9
2024-02-21mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig4-10/+14
2024-02-20xfs: use kvfree in xfs_ioc_getfsmap()xfs-6.9-merge-3Dave Chinner1-1/+1
2024-02-20xfs: use kvfree() in xfs_ioc_attr_list()Dave Chinner1-1/+1
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)6-94/+18
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)23-95/+65
2024-02-19locking: Add rwsem_assert_held() and rwsem_assert_held_write()Matthew Wilcox (Oracle)2-7/+48
2024-02-19xfs: use kvfree for buf in xfs_ioc_getbmapxfs-6.9-merge-2Christoph Hellwig1-1/+1
2024-02-17xfs: ensure submit buffers on LSN boundaries in error handlersLong Li1-3/+20
2024-02-17xfs: remove duplicate ifdefsShrikanth Hegde1-4/+0
2024-02-17xfs: disable sparse inode chunk alignment check when there is no alignmentDarrick J. Wong1-1/+1
2024-02-13xfs: use xfs_defer_alloc a bit moreDave Chinner1-10/+5
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner3-4/+4
2024-02-13xfs: place the CIL under nofs allocation contextDave Chinner1-1/+12
2024-02-13xfs: place intent recovery under NOFS allocation contextDave Chinner5-8/+19
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner12-31/+39
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner8-33/+36
2024-02-13xfs: use an empty transaction for fstrimDave Chinner1-4/+11
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner41-125/+101
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner15-44/+44