aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-37/+174
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong1-2/+16
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong1-5/+5
2021-07-15xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong1-7/+32
2021-07-15xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong1-1/+18
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong3-22/+24
2021-07-15xfs: reset child dir '..' entry when unlinking childDarrick J. Wong1-0/+13
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong3-0/+66
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva1-8/+8
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds92-3036/+3827
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-10/+3
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)1-1/+1
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds17-20/+22
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love1-10/+3
2021-06-25xfs: don't wait on future iclogs when pushing the CILDave Chinner1-7/+28
2021-06-25xfs: Fix a CIL UAF by getting get rid of the iclog callback lockDave Chinner3-35/+18
2021-06-25xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacksDave Chinner1-10/+6
2021-06-25xfs: don't nest icloglock inside ic_callback_lockDave Chinner1-14/+4
2021-06-25xfs: Initialize error in xfs_attr_remove_iterAllison Henderson1-1/+1
2021-06-21xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong1-3/+4
2021-06-21xfs: remove dead stale buf unpin handling codeBrian Foster1-19/+2
2021-06-21xfs: hold buffer across unpin and potential shutdown processingBrian Foster1-16/+21
2021-06-21xfs: force the log offline when log intent item recovery failsDarrick J. Wong2-1/+7
2021-06-21xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong1-1/+9
2021-06-21xfs: shorten the shutdown messages to a single lineDarrick J. Wong1-8/+8
2021-06-21xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong1-1/+1
2021-06-21xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong3-9/+9
2021-06-21xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong1-23/+16
2021-06-21xfs: refactor the inode recycling codeDarrick J. Wong2-64/+83
2021-06-21xfs: add iclog state trace eventsDave Chinner3-0/+88
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner13-65/+56
2021-06-21xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner3-24/+49
2021-06-21xfs: journal IO cache flush reductionsDave Chinner4-48/+43
2021-06-21xfs: remove need_start_rec parameter from xlog_write()Dave Chinner3-25/+25
2021-06-21xfs: CIL checkpoint flushes caches unconditionallyDave Chinner1-4/+21
2021-06-21xfs: async blkdev cache flushDave Chinner2-0/+37
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner5-13/+5
2021-06-18xfs: separate CIL commit record IODave Chinner3-3/+16
2021-06-18xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()Geert Uytterhoeven1-2/+2
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner3-37/+27
2021-06-18xfs: remove redundant initialization of variable errorShaokun Zhang1-1/+1
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner1-1/+2
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong8-466/+1032
2021-06-09xfs: Make attr name schemes consistentAllison Henderson3-11/+11
2021-06-09xfs: Fix default ASSERT in xfs_attr_set_iterAllison Henderson1-1/+1
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong5-130/+130
2021-06-08xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick J. Wong4-26/+52
2021-06-08xfs: selectively keep sick inodes in memoryDarrick J. Wong1-6/+39
2021-06-08xfs: drop IDONTCACHE on inodes when we mark them sickDarrick J. Wong1-0/+9
2021-06-08xfs: only reset incore inode health state flags when reclaiming an inodeDarrick J. Wong1-3/+2
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong9-462/+504
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong5-26/+40
2021-06-08Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or...Darrick J. Wong3-6/+6
2021-06-08xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner1-15/+13
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong60-1389/+1408
2021-06-08Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern...Darrick J. Wong3-189/+120
2021-06-07xfs: merge xfs_buf_allocate_memoryDave Chinner1-31/+13
2021-06-07xfs: cleanup error handling in xfs_buf_get_mapChristoph Hellwig1-8/+7
2021-06-07xfs: get rid of xb_to_gfp()Dave Chinner1-4/+6
2021-06-07xfs: simplify the b_page_count calculationChristoph Hellwig1-11/+3
2021-06-07xfs: remove ->b_offset handling for page backed buffersChristoph Hellwig2-6/+5
2021-06-03xfs: refactor per-AG inode tagging functionsDarrick J. Wong4-88/+80
2021-06-03xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong3-115/+53
2021-06-03xfs: pass struct xfs_eofblocks to the inode scan callbackDarrick J. Wong1-19/+15
2021-06-03xfs: fix radix tree tag signsDarrick J. Wong2-3/+3
2021-06-03xfs: make the icwalk processing functions clean up the grab stateDarrick J. Wong1-9/+11
2021-06-03xfs: clean up inode state flag tests in xfs_blockgc_igrabDarrick J. Wong1-2/+5
2021-06-03xfs: remove indirect calls from xfs_inode_walk{,_ag}Darrick J. Wong1-24/+36
2021-06-03xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong2-26/+12
2021-06-03xfs: move xfs_inew_wait call into xfs_dqrele_inodeDarrick J. Wong1-2/+4
2021-06-03xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grabDarrick J. Wong1-5/+66
2021-06-03xfs: pass the goal of the incore inode walk to xfs_inode_walk()Darrick J. Wong2-21/+43
2021-06-03xfs: rename xfs_inode_walk functions to xfs_icwalkDarrick J. Wong1-11/+11
2021-06-03xfs: move the inode walk functions further downDarrick J. Wong1-195/+206
2021-06-03xfs: detach inode dquots at the end of inactivationDarrick J. Wong2-12/+12
2021-06-03xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong4-57/+71
2021-06-02xfs: don't take a spinlock unconditionally in the DIO fastpathDave Chinner1-11/+31
2021-06-02xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig2-2/+1
2021-06-02xfs: Remove redundant assignment to busyJiapeng Chong1-1/+0
2021-06-02xfs: sort variable alphabetically to avoid repeated declarationShaokun Zhang1-12/+8
2021-06-02xfs: remove xfs_perag_tDave Chinner3-35/+35
2021-06-02xfs: use perag through unlink processingDave Chinner3-80/+87
2021-06-02xfs: clean up and simplify xfs_dialloc()Dave Chinner1-118/+153
2021-06-02xfs: inode allocation can use a single perag instanceDave Chinner1-3/+3
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner6-93/+44
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner1-147/+78
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner2-18/+8
2021-06-02xfs: remove agno from btree cursorDave Chinner19-130/+130
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner6-116/+109
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner7-43/+32
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner9-44/+50
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner11-46/+42
2021-06-02xfs: add a perag to the btree cursorDave Chinner21-70/+119
2021-06-02xfs: pass perags around in fsmap data dev functionsDave Chinner2-31/+59
2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner7-23/+23
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner9-63/+57
2021-06-02xfs: convert secondary superblock walk to use peragsDave Chinner1-5/+7
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner2-38/+64
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner4-38/+43
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner6-52/+39
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner7-243/+252
2021-06-02xfs: prepare for moving perag definitions and support to libxfsDave Chinner2-33/+42
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner31-160/+172
2021-06-01xfs: remove unnecessary shiftsDarrick J. Wong1-3/+3
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong2-3/+3
2021-06-01xfs: Clean up xfs_attr_node_addname_clear_incompleteAllison Henderson1-8/+3
2021-06-01xfs: Remove xfs_attr_rmtval_setAllison Henderson2-67/+0
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson5-220/+610
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson6-86/+327
2021-06-01xfs: Hoist node transaction handlingAllison Henderson1-26/+29
2021-06-01xfs: Hoist xfs_attr_leaf_addnameAllison Henderson2-114/+96
2021-06-01xfs: Hoist xfs_attr_node_addnameAllison Henderson1-84/+75
2021-06-01xfs: Add helper xfs_attr_node_addname_find_attrAllison Henderson1-33/+54
2021-06-01xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incompleteAllison Henderson1-0/+23
2021-06-01xfs: Refactor xfs_attr_set_shortformAllison Henderson1-28/+14
2021-06-01xfs: Add xfs_attr_node_remove_nameAllison Henderson1-9/+20
2021-06-01xfs: Reverse apply 72b97ea40dAllison Henderson1-19/+9
2021-06-01xfs: move page freeing into _xfs_buf_free_pages()Dave Chinner1-38/+23
2021-06-01xfs: merge _xfs_buf_get_pages()Dave Chinner1-34/+14
2021-06-01xfs: use alloc_pages_bulk_array() for buffersDave Chinner1-38/+24
2021-06-01xfs: use xfs_buf_alloc_pages for uncached buffersDave Chinner2-22/+6
2021-06-01xfs: split up xfs_buf_allocate_memoryDave Chinner1-52/+74
2021-05-27xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner1-11/+0
2021-05-27xfs: btree format inode forks can have zero extentsDave Chinner1-1/+0
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva17-20/+22
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong5-0/+85
2021-05-24xfs: standardize extent size hint validationDarrick J. Wong2-73/+41
2021-05-24xfs: check free AG space when making per-AG reservationsDarrick J. Wong1-3/+15
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong1-0/+4
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong1-1/+3
2021-05-20xfs: retry allocations when locality-based search failsDarrick J. Wong1-1/+14
2021-05-16xfs: adjust rt allocation minlen when extszhint > rtextsizeDarrick J. Wong1-26/+57
2021-05-06Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2021-05-06Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds18-68/+143
2021-05-04iomap: remove unused private field from ioendBrian Foster1-1/+1
2021-05-04xfs: don't allow log writes if the data device is readonlyDarrick J. Wong1-4/+6
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds91-1302/+1458
2021-04-29xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong1-1/+2
2021-04-29xfs: set aside allocation btree blocks from block reservationBrian Foster1-1/+14
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster3-0/+22
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster1-11/+23
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong1-1/+38
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner2-3/+16
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2-2/+8
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong6-31/+0
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+7
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-204/+80
2021-04-22xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig4-6/+6
2021-04-22xfs: rename xfs_ictimestamp_tChristoph Hellwig4-9/+9
2021-04-16xfs: remove xfs_quiesce_attr declarationDarrick J. Wong1-1/+0
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig12-49/+19
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig11-29/+18
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig4-14/+8
2021-04-15xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig1-7/+6
2021-04-15xfs: simplify xfs_attr_remove_argsChristoph Hellwig1-13/+8
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig5-39/+27
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig8-93/+62
2021-04-12xfs: convert to fileattrMiklos Szeredi6-204/+80
2021-04-09xfs: drop unnecessary setfilesize helperBrian Foster1-20/+9
2021-04-09xfs: drop unused ioend private merge and setfilesize codeBrian Foster1-45/+1
2021-04-09xfs: open code ioend needs workqueue helperBrian Foster1-8/+3
2021-04-09xfs: drop submit side trans alloc for append ioendsBrian Foster1-42/+3
2021-04-09xfs: fix return of uninitialized value in variable errorColin Ian King1-0/+1
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong19-93/+61
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong4-17/+35
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen8-16/+17
2021-04-07xfs: move the check for post-EOF mappings into xfs_can_free_eofblocksDarrick J. Wong2-82/+99
2021-04-07xfs: move the xfs_can_free_eofblocks call under the IOLOCKDarrick J. Wong1-8/+7
2021-04-07xfs: precalculate default inode attribute offsetDave Chinner4-12/+28
2021-04-07xfs: default attr fork size does not handle device inodesDave Chinner1-2/+7
2021-04-07xfs: inode fork allocation depends on XFS_IFEXTENT flagDave Chinner1-0/+1
2021-04-07xfs: eager inode attr fork init needs attr feature awarenessDave Chinner1-1/+1
2021-04-07xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R1-2/+28
2021-04-07xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R1-1/+3
2021-04-07xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos2-3/+1
2021-04-07xfs: merge _xfs_dic2xflags into xfs_ip2xflagsChristoph Hellwig1-32/+22
2021-04-07xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig9-29/+11
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig13-52/+49
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig17-47/+46
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig9-39/+39
2021-04-07xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig4-11/+20
2021-04-07xfs: use XFS_B_TO_FSB in xfs_ioctl_setattrChristoph Hellwig1-2/+2
2021-04-07xfs: cleanup xfs_fill_fsxattrChristoph Hellwig1-2/+4
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig6-15/+14
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeChristoph Hellwig9-15/+13
2021-04-07xfs: move the di_extsize field to struct xfs_inodeChristoph Hellwig8-16/+16
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig16-34/+33
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig29-98/+98
2021-04-07xfs: move the di_projid field to struct xfs_inodeChristoph Hellwig13-23/+23
2021-04-07xfs: don't clear the "dinode core" in xfs_inode_allocChristoph Hellwig1-1/+2
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeChristoph Hellwig6-17/+35
2021-04-07xfs: remove the unused xfs_icdinode_has_bigtime helperChristoph Hellwig1-5/+0
2021-04-07xfs: handle crtime more carefully in xfs_bulkstat_one_intChristoph Hellwig1-2/+2
2021-04-07xfs: consistently initialize di_flags2Christoph Hellwig2-1/+1
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig7-36/+17
2021-04-07xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R1-9/+0
2021-04-07xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R1-1/+2
2021-04-07xfs: Fix dax inode extent calculation when direct write is performed on an un...Chandan Babu R1-2/+3