summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-08-21xfs: fix I_DONTCACHEDave Chinner2-2/+3
2022-08-21xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong1-4/+4
2022-08-21mm: Add kvrealloc()Dave Chinner1-1/+3
2022-08-03xfs: Enforce attr3 buffer recovery orderDave Chinner1-0/+1
2022-08-03xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2-11/+39
2022-08-03xfs: remove dead stale buf unpin handling codeBrian Foster1-19/+2
2022-08-03xfs: hold buffer across unpin and potential shutdown processingBrian Foster1-16/+21
2022-08-03xfs: force the log offline when log intent item recovery failsDarrick J. Wong2-1/+7
2022-08-03xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong1-1/+9
2022-08-03xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong1-3/+3
2022-08-03xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner13-65/+56
2022-08-03xfs: refactor xfs_file_fsyncChristoph Hellwig1-31/+50
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