summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/log.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval4-144/+135
2023-10-19xfs: consolidate realtime allocation argumentsDave Chinner4-365/+386
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong7-24/+71
2023-10-19xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong3-10/+43
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong4-77/+70
2023-10-18xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong1-15/+40
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong5-9/+48
2023-10-18xfs: convert rt summary macros to helpersDarrick J. Wong5-18/+67
2023-10-18xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong2-28/+42
2023-10-18xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong3-11/+9
2023-10-18xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong5-31/+53
2023-10-18xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong6-0/+50
2023-10-18xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong2-5/+21
2023-10-18xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong6-28/+28
2023-10-18xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong3-6/+37
2023-10-18xfs: create a helper to convert extlen to rtextlenDarrick J. Wong4-9/+16
2023-10-18xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong6-7/+19
2023-10-18xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong6-12/+30
2023-10-18xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong8-139/+137
2023-10-18xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong6-10/+10
2023-10-18xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong4-3/+5
2023-10-18xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong3-34/+34
2023-10-18xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong7-50/+50
2023-10-18xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong9-78/+89
2023-10-18xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2023-10-18xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2023-10-18xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong1-12/+12
2023-10-18xfs: prevent rt growfs when quota is enabledDarrick J. Wong1-1/+1
2023-10-17xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong3-16/+41
2023-10-17xfs: bump max fsgeom struct versionDarrick J. Wong1-1/+1
2023-10-15Linux 6.6-rc6v6.6-rc6Linus Torvalds1-1/+1
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds3-60/+7
2023-10-15virtio_net: fix the missing of the dma cpu syncXuan Zhuo1-7/+7
2023-10-14ovl: temporarily disable appending lowedirsAmir Goldstein1-49/+3
2023-10-14ovl: fix regression in showing lowerdir mount optionAmir Goldstein2-15/+35
2023-10-14Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco1-0/+1
2023-10-14Input: xpad - add PXN V900 supportMatthias Berndt1-0/+2
2023-10-14Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov2-22/+29
2023-10-14Input: psmouse - fix fast_reconnect function for PS/2 modeJeffery Miller2-0/+2
2023-10-13ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon1-1/+1
2023-10-13ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon1-0/+3
2023-10-13ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon1-4/+5
2023-10-13ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon1-2/+2
2023-10-13Revert "Input: psmouse - add delay when deactivating for SMBus mode"Dmitry Torokhov1-12/+7
2023-10-12workqueue: fix -Wformat-truncation in create_workerLucy Mielke1-1/+1
2023-10-12workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long1-2/+6
2023-10-12drivers: perf: Fix panic in riscv SBI mmap supportAlexandre Ghiti2-7/+12
2023-10-12riscv: Fix ftrace syscall handling which are now prefixed with __riscv_Alexandre Ghiti1-0/+21
2023-10-12RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACKJiexun Wang1-2/+2
2023-10-12riscv: kdump: fix crashkernel reserving problem on RISC-VChen Jiahao1-13/+0