aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-07xfs: clean up xfs_fsops.hChristoph Hellwig1-5/+5
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig5-50/+14
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig3-26/+20
2023-12-07xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig1-44/+43
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-6/+102
2023-12-06xfs: force small EFIs for reaping btree extentsDarrick J. Wong3-11/+104
2023-12-06xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong2-8/+29
2023-12-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong4-0/+595
2023-12-06xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2023-12-06xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong3-8/+117
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong11-27/+16
2023-12-06xfs: allow pausing of pending deferred work itemsDarrick J. Wong3-16/+111
2023-12-06xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong1-13/+48
2023-12-06xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong3-4/+31
2023-12-06xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong2-3/+4
2023-12-06xfs: document what LARP meansDarrick J. Wong1-0/+9
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong3-1/+17
2023-12-06xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong4-3/+19
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong8-119/+120
2023-12-06xfs: collapse the ->create_done functionsDarrick J. Wong5-109/+64
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong6-17/+6
2023-12-06xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong6-7/+11
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong7-26/+14
2023-12-06xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong6-15/+2
2023-12-06xfs: collapse the ->finish_item helpersDarrick J. Wong5-146/+58
2023-12-06xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong6-92/+34
2023-12-06xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log itemDarrick J. Wong1-2/+4
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong10-88/+109
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong9-157/+49
2023-12-06xfs: dump the recovered xattri log item if corruption happensDarrick J. Wong1-0/+4
2023-12-06xfs: recreate work items when recovering intent itemsDarrick J. Wong7-163/+215
2023-12-06xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong7-7/+22
2023-12-06xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong7-7/+14
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong11-116/+158
2023-12-06xfs: don't leak recovered attri intent itemsDarrick J. Wong1-2/+7
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-34/+54
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds36-228/+394
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-10/+182
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov5-31/+40
2023-11-29Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-10/+182
2023-11-29cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells1-0/+3
2023-11-29cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells1-2/+8
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2-4/+10
2023-11-28bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet1-4/+5
2023-11-28bcachefs: Fix race between btree writes and metadata dropKent Overstreet1-0/+4
2023-11-28bcachefs: move journal seq assertionKent Overstreet2-3/+3
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet1-0/+4
2023-11-28smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2