summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci
2023-12-07xfs: update dir3 leaf block metadata after swapZhang Tianci
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang
2023-12-07xfs: clean up xfs_fsops.hChristoph Hellwig
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig
2023-12-07xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan
2023-12-06xfs: force small EFIs for reaping btree extentsDarrick J. Wong
2023-12-06xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong
2023-12-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2023-12-06xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong
2023-12-06xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong
2023-12-06xfs: allow pausing of pending deferred work itemsDarrick J. Wong
2023-12-06xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong
2023-12-06xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong
2023-12-06xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong
2023-12-06xfs: document what LARP meansDarrick J. Wong
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong
2023-12-06xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: collapse the ->create_done functionsDarrick J. Wong
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong
2023-12-06xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong
2023-12-06xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong
2023-12-06xfs: collapse the ->finish_item helpersDarrick J. Wong
2023-12-06xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong
2023-12-06xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log itemDarrick J. Wong
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong
2023-12-06xfs: dump the recovered xattri log item if corruption happensDarrick J. Wong
2023-12-06xfs: recreate work items when recovering intent itemsDarrick J. Wong
2023-12-06xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong
2023-12-06xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong
2023-12-06xfs: don't leak recovered attri intent itemsDarrick J. Wong
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet
2023-11-28bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet
2023-11-28bcachefs: Fix race between btree writes and metadata dropKent Overstreet