summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2022-05-011-3/+3
* xfs: return errors in xfs_fs_sync_fsDarrick J. Wong2022-04-271-1/+5
* xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong2022-01-111-1/+2
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-4/+12
|\
| * dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-1/+2
| * xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig2021-08-261-4/+11
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-3/+6
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-3/+6
| |/
* | Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-09-02150-3201/+4064
|\ \
| * | xfs: fix I_DONTCACHEDave Chinner2021-08-242-2/+3
| * | xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong2021-08-231-4/+4
| * | xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong2021-08-204-4/+7
| * | xfs: rename buffer cache index variable b_bnDave Chinner2021-08-192-25/+12
| * | xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-1921-61/+58
| * | xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-1915-22/+26
| * | xfs: kill xfs_sb_version_has_v3inode()Dave Chinner2021-08-194-19/+15
| * | xfs: introduce xfs_sb_is_v5 helperDave Chinner2021-08-195-38/+38