summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig2023-12-075-50/+14
* xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig2023-12-073-26/+20
* xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig2023-12-071-44/+43
* Documentation: xfs: consolidate XFS docs into its own subdirectoryBagas Sanjaya2023-12-078-8/+19
* mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan2023-12-074-11/+122
* Merge tag 'repair-auto-reap-space-reservations-6.8_2023-12-06' of https://git...Chandan Babu R2023-12-0720-76/+1007
|\
| * xfs: force small EFIs for reaping btree extentsDarrick J. Wong2023-12-063-11/+104
| * xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong2023-12-062-8/+29
| * xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong2023-12-064-0/+595
| * xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong2023-12-061-6/+0
| * xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong2023-12-063-8/+117
| * xfs: remove __xfs_free_extent_laterDarrick J. Wong2023-12-0611-27/+16
| * xfs: allow pausing of pending deferred work itemsDarrick J. Wong2023-12-063-16/+111
| * xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong2023-12-061-13/+48
* | Merge tag 'scrub-livelock-prevention-6.8_2023-12-06' of https://git.kernel.or...Chandan Babu R2023-12-073-4/+31
|\|
| * xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong2023-12-063-4/+31
* | Merge tag 'defer-elide-create-done-6.8_2023-12-06' of https://git.kernel.org/...Chandan Babu R2023-12-073-3/+13
|\|
| * xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong2023-12-062-3/+4
| * xfs: document what LARP meansDarrick J. Wong2023-12-061-0/+9
* | Merge tag 'fix-rtmount-overflows-6.8_2023-12-06' of https://git.kernel.org/pu...Chandan Babu R2023-12-074-4/+38
|\|
| * xfs: don't allow overly small or large realtime volumesDarrick J. Wong2023-12-063-1/+17
| * xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong2023-12-061-3/+5
| * xfs: make rextslog computation consistent with mkfsDarrick J. Wong2023-12-064-3/+19
* | Merge tag 'reconstruct-defer-cleanups-6.8_2023-12-06' of https://git.kernel.o...Chandan Babu R2023-12-078-495/+275
|\|
| * xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong2023-12-068-119/+120
| * xfs: collapse the ->create_done functionsDarrick J. Wong2023-12-065-109/+64
| * xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong2023-12-066-17/+6
| * xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong2023-12-066-7/+11
| * xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong2023-12-067-26/+14
| * xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong2023-12-066-15/+2
| * xfs: collapse the ->finish_item helpersDarrick J. Wong2023-12-065-146/+58
| * xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong2023-12-066-92/+34
| * xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log itemDarrick J. Wong2023-12-061-2/+4
* | Merge tag 'reconstruct-defer-work-6.8_2023-12-06' of https://git.kernel.org/p...Chandan Babu R2023-12-0712-455/+493
|\|
| * xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong2023-12-0610-88/+109
| * xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong2023-12-069-157/+49
| * xfs: dump the recovered xattri log item if corruption happensDarrick J. Wong2023-12-061-0/+4
| * xfs: recreate work items when recovering intent itemsDarrick J. Wong2023-12-067-163/+215
| * xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong2023-12-067-7/+22
| * xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong2023-12-067-7/+14
| * xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong2023-12-0611-116/+158
| * xfs: don't leak recovered attri intent itemsDarrick J. Wong2023-12-061-2/+7
|/
* Linux 6.7-rc4v6.7-rc4Linus Torvalds2023-12-031-1/+1
* Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-037-34/+54
|\
| * smb: client, common: fix fortify warningsDmitry Antipov2023-11-305-31/+40
| * cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-11-291-0/+3
| * cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-11-291-2/+8
| * smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-11-281-0/+2
| * smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-11-281-1/+1
* | Merge tag 'firewire-fixes-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-12-031-7/+4
|\ \