summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2022-08-21xfs: fix I_DONTCACHEDave Chinner
2022-08-21xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong
2022-08-21mm: Add kvrealloc()Dave Chinner
2022-08-03xfs: Enforce attr3 buffer recovery orderDave Chinner
2022-08-03xfs: logging the on disk inode LSN can make it go backwardsDave Chinner
2022-08-03xfs: remove dead stale buf unpin handling codeBrian Foster
2022-08-03xfs: hold buffer across unpin and potential shutdown processingBrian Foster
2022-08-03xfs: force the log offline when log intent item recovery failsDarrick J. Wong
2022-08-03xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong
2022-08-03xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong
2022-08-03xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2022-08-03xfs: refactor xfs_file_fsyncChristoph Hellwig
2022-07-12xfs: remove incorrect ASSERT in xfs_renameEric Sandeen
2022-07-07xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_rangeDarrick J. Wong
2022-07-07xfs: update superblock counters correctly for !lazysbcountDave Chinner
2022-07-07xfs: fix xfs_trans slab cache nameAnthony Iliopoulos
2022-07-07xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang
2022-07-07xfs: Skip repetitive warnings about mount optionsPavel Reichl
2022-07-07xfs: rename variable mp to parsing_mpPavel Reichl
2022-07-07xfs: use current->journal_info for detecting transaction recursionDave Chinner
2022-07-02xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner
2022-07-02xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong
2022-07-02xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu
2022-07-02xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster
2022-07-02xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev
2022-06-09xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner
2022-06-09xfs: consider shutdown in bmapbt cursor delete assertBrian Foster
2022-06-09xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong
2022-06-09xfs: restore shutdown check in mapped write fault pathBrian Foster
2022-06-09xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong
2022-06-09xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong
2022-06-09xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster
2022-06-09xfs: set inode size after creating symlinkJeffrey Mitchell
2022-06-06xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner
2022-06-06xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2022-06-06xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong
2022-06-06xfs: show the proper user quota optionsKaixu Xia
2022-06-06xfs: detect overflows in bmbt recordsDarrick J. Wong
2022-01-11xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-05-14xfs: fix return of uninitialized value in variable errorColin Ian King
2021-03-07xfs: Fix assert failure in xfs_setattr_size()Yumei Huang
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesDave Chinner
2020-11-18xfs: return corresponding errcode if xfs_initialize_perag() failYu Kuai
2020-11-18xfs: ensure inobt record walks always make forward progressDarrick J. Wong
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang
2020-11-18xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong
2020-11-18xfs: strengthen rmap record flags checkingDarrick J. Wong
2020-11-18xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong