summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-07-12xfs: remove incorrect ASSERT in xfs_renameEric Sandeen1-1/+0
2022-07-07xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong1-1/+2
2022-07-07xfs: update superblock counters correctly for !lazysbcountDave Chinner2-3/+16
2022-07-07xfs: fix xfs_trans slab cache nameAnthony Iliopoulos1-1/+1
2022-07-07xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang1-0/+2
2022-07-07xfs: Skip repetitive warnings about mount optionsPavel Reichl1-4/+20
2022-07-07xfs: rename variable mp to parsing_mpPavel Reichl1-51/+51
2022-07-07xfs: use current->journal_info for detecting transaction recursionDave Chinner4-19/+60
2022-07-02xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner1-1/+1
2022-07-02xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong1-3/+11
2022-07-02xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu1-8/+5
2022-07-02xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster1-3/+12
2022-07-02xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev1-3/+3
2022-06-09xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner1-1/+7
2022-06-09xfs: consider shutdown in bmapbt cursor delete assertBrian Foster1-21/+12
2022-06-09xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong1-46/+44
2022-06-09xfs: restore shutdown check in mapped write fault pathBrian Foster1-0/+3
2022-06-09xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong1-2/+37
2022-06-09xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong1-57/+35
2022-06-09xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster3-10/+22
2022-06-09xfs: set inode size after creating symlinkJeffrey Mitchell1-0/+1
2022-06-06xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner3-24/+49
2022-06-06xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong3-20/+26
2022-06-06xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong1-1/+1
2022-06-06xfs: show the proper user quota optionsKaixu Xia1-4/+6
2022-06-06xfs: detect overflows in bmbt recordsDarrick J. Wong1-0/+5
2022-01-11xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong1-1/+2
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen8-16/+17
2021-05-14xfs: fix return of uninitialized value in variable errorColin Ian King1-0/+1
2021-03-07xfs: Fix assert failure in xfs_setattr_size()Yumei Huang1-1/+1
2020-11-20xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong1-8/+8
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner1-0/+29
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai1-3/+8
2020-11-18xfs: ensure inobt record walks always make forward progressDarrick J. Wong1-3/+24
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang1-1/+7
2020-11-18xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong1-4/+17
2020-11-18xfs: strengthen rmap record flags checkingDarrick J. Wong1-4/+4
2020-11-18xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong1-18/+27
2020-11-11xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig1-1/+1
2020-11-11xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong1-5/+3
2020-11-11xfs: fix rmap key and record comparison functionsDarrick J. Wong1-8/+8
2020-11-11xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong1-0/+2
2020-11-11xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong1-1/+1
2020-11-05xfs: only flush the unshared range in xfs_reflink_unshareDarrick J. Wong1-1/+2
2020-11-04xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong1-2/+1
2020-11-04xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong1-2/+4
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster1-6/+8
2020-11-04xfs: flush new eof page on truncate to avoid post-eof corruptionBrian Foster1-0/+10
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2-1/+2
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1