summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: verify buffer contents when we skip log replayDarrick J. Wong2023-06-141-0/+10
* xfs: don't consider future format versions validDave Chinner2023-05-111-5/+6
* xfs: remove xfs_setattr_time() declarationGaosheng Cui2023-03-171-1/+0
* xfs: set prealloc flag in xfs_alloc_file_space()Dave Chinner2023-03-172-14/+3
* xfs: fallocate() should call file_modified()Dave Chinner2023-03-171-4/+9
* xfs: remove XFS_PREALLOC_SYNCDave Chinner2023-03-172-8/+11
* xfs: use setattr_copy to set vfs inode attributesDarrick J. Wong2023-03-172-54/+5
* xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong2023-02-221-3/+5
* xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong2023-02-221-1/+8
* xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner2023-02-221-1/+7
* xfs: don't assert fail on perag references on teardownDave Chinner2023-02-221-2/+1
* xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner2023-02-221-14/+33
* xfs: validate v5 feature fieldsDave Chinner2023-02-221-10/+58
* xfs: set XFS_FEAT_NLINK correctlyDave Chinner2023-02-221-0/+2
* xfs: detect self referencing btree sibling pointersDave Chinner2023-02-221-35/+105
* xfs: fix potential log item leakDave Chinner2023-02-224-0/+7
* xfs: zero inode fork buffer at allocationDave Chinner2023-02-221-3/+9
* fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner2022-10-261-2/+8
* xfs: validate inode fork size against fork formatDave Chinner2022-09-281-9/+26
* xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster2022-09-281-1/+1
* xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner2022-09-281-11/+13
* xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong2022-08-251-1/+1
* xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen2022-08-251-1/+0
* xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster2022-08-251-3/+4
* xfs: fix overfilling of reserve poolDarrick J. Wong2022-08-251-7/+6
* xfs: always succeed at setting the reserve pool sizeDarrick J. Wong2022-08-251-4/+5
* xfs: remove infinite loop when reserving free block poolDarrick J. Wong2022-08-251-30/+20
* xfs: reserve quota for target dir expansion when renaming filesDarrick J. Wong2022-08-251-1/+32
* xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong2022-08-253-29/+106
* xfs: flush inodegc workqueue tasks before cancelBrian Foster2022-08-251-18/+4
* xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()Dan Carpenter2022-07-292-3/+4
* xfs: fix perag reference leak on iteration race with growfsBrian Foster2022-07-291-10/+6
* xfs: terminate perag iteration reliably on agcountBrian Foster2022-07-291-1/+1
* xfs: rename the next_agno perag iteration variableBrian Foster2022-07-291-9/+9
* xfs: fold perag loop iteration logic into helper functionBrian Foster2022-07-291-3/+13
* xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong2022-07-291-2/+2
* xfs: drop async cache flushes from CIL commits.Dave Chinner2022-07-215-93/+25
* xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacksDave Chinner2022-07-211-9/+13
* xfs: don't include bnobt blocks when reserving free block poolDarrick J. Wong2022-07-213-2/+17
* xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong2022-07-214-21/+27
* xfs: remove incorrect ASSERT in xfs_renameEric Sandeen2022-07-121-1/+0
* fs: port higher-level mapping helpersChristian Brauner2022-07-022-6/+6
* fs: move mapping helpersChristian Brauner2022-07-021-0/+1
* xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong2022-07-021-2/+5
* xfs: prevent UAF in xfs_log_item_in_current_chkptDarrick J. Wong2022-07-021-3/+3
* xfs: check sb_meta_uuid for dabuf buffer recoveryDave Chinner2022-07-021-1/+1
* xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong2022-07-021-3/+11
* xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu2022-07-021-10/+7
* xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster2022-07-021-3/+12
* xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev2022-07-021-3/+3