summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-14xfs: add in-memory iunlink log itemDave Chinner
2022-07-14xfs: add log item precommit operationDave Chinner
2022-07-14xfs: combine iunlink inode update functionsDave Chinner
2022-07-14xfs: clean up xfs_iunlink_update_inode()Dave Chinner
2022-07-14xfs: double link the unlinked inode listDave Chinner
2022-07-14xfs: introduce xfs_iunlink_lookupDave Chinner
2022-07-14xfs: refactor xlog_recover_process_iunlinks()Dave Chinner
2022-07-14xfs: track the iunlink list pointer in the xfs_inodeDave Chinner
2022-07-14xfs: factor the xfs_iunlink functionsDave Chinner
2022-07-14xfs: flush inode gc workqueue before clearing agi bucketZhang Yi
2022-07-07xfs: make is_log_ag() a first class helperDave Chinner
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_read_agfDave Chinner
2022-07-07xfs: pass perag to xfs_read_agiDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: kill xfs_alloc_pagf_init()Dave Chinner
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner
2022-07-07xfs: kill xfs_ialloc_pagi_init()Dave Chinner
2022-07-07xfs: make last AG grow/shrink perag centricDave Chinner
2022-07-01xfs: prevent a UAF when log IO errors race with unmountxfs-5.19-fixes-4Darrick J. Wong
2022-06-29xfs: dont treat rt extents beyond EOF as eofblocks to be clearedxfs-5.19-fixes-3Darrick J. Wong
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong
2022-06-26xfs: clean up the end of xfs_attri_item_recoverxfs-existing-fixes-5.19_2022-06-27xfs-5.19-fixes-2Darrick J. Wong
2022-06-26xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong
2022-06-26xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia
2022-06-26xfs: factor out the common lock flags assertKaixu Xia
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner
2022-06-15xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesxfs-5.19-fixes-1Darrick J. Wong
2022-06-15xfs: fix variable state usageDarrick J. Wong
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-10afs: Fix some checker issuesDavid Howells
2022-06-10Merge tag 'zonefs-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-09Merge tag 'fs_for_v5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds
2022-06-08zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal
2022-06-08zonefs: Do not ignore explicit_open with active zone limitDamien Le Moal
2022-06-08zonefs: fix handling of explicit_open option on mountDamien Le Moal