summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong2023-10-175-31/+53
| * | | | | | | | Merge tag 'refactor-rt-unit-conversions-6.7_2023-10-19' of https://git.kernel...Chandan Babu R2023-10-2317-66/+200
| |\| | | | | | |
| | * | | | | | | xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong2023-10-176-0/+50
| | * | | | | | | xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong2023-10-172-5/+21
| | * | | | | | | xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2023-10-176-28/+28
| | * | | | | | | xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong2023-10-173-6/+37
| | * | | | | | | xfs: create a helper to convert extlen to rtextlenDarrick J. Wong2023-10-174-9/+16
| | * | | | | | | xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong2023-10-176-7/+19
| | * | | | | | | xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-176-12/+30
| * | | | | | | | Merge tag 'clean-up-realtime-units-6.7_2023-10-19' of https://git.kernel.org/...Chandan Babu R2023-10-2315-287/+319
| |\| | | | | | |
| | * | | | | | | xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong2023-10-178-139/+137
| | * | | | | | | xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong2023-10-176-10/+10
| | * | | | | | | xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2023-10-174-3/+5
| | * | | | | | | xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong2023-10-173-34/+34
| | * | | | | | | xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong2023-10-177-50/+50
| | * | | | | | | xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-179-78/+89
| | * | | | | | | xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong2023-10-171-5/+26
| | * | | | | | | xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong2023-10-171-1/+1
| * | | | | | | | Merge tag 'realtime-fixes-6.7_2023-10-19' of https://git.kernel.org/pub/scm/l...Chandan Babu R2023-10-235-29/+54
| |\| | | | | | | | | |_|/ / / / / | |/| | | | | |
| | * | | | | | xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong2023-10-171-12/+12
| | * | | | | | xfs: prevent rt growfs when quota is enabledDarrick J. Wong2023-10-171-1/+1
| | * | | | | | xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong2023-10-173-16/+41
| | * | | | | | xfs: bump max fsgeom struct versionDarrick J. Wong2023-10-171-1/+1
* | | | | | | | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-0725-56/+98
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: fix build error with CONFIG_EXPORTFS=m or not definedAmir Goldstein2023-10-282-41/+41
| * | | | | | | | freevxfs: derive f_fsid from bdev->bd_devAmir Goldstein2023-10-281-0/+2
| * | | | | | | | fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein2023-10-283-0/+7
| * | | | | | | | exportfs: support encoding non-decodeable file handles by defaultAmir Goldstein2023-10-281-3/+29
| * | | | | | | | exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein2023-10-281-3/+4
| * | | | | | | | exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-2816-13/+28
| * | | | | | | | exportfs: add helpers to check if filesystem can encode/decode file handlesAmir Goldstein2023-10-245-16/+7
| |/ / / / / / /
* | | | | | | | Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-0730-433/+421
|\ \ \ \ \ \ \ \
| * | | | | | | | gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher2023-11-061-3/+1
| * | | | | | | | gfs2: remove dead code in add_to_queueSu Hui2023-11-061-1/+0
| * | | | | | | | gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng2023-11-061-4/+6
| * | | | | | | | gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher2023-11-061-3/+4
| * | | | | | | | gfs2: fs: derive f_fsid from s_uuidAmir Goldstein2023-11-061-0/+1
| * | | | | | | | gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher2023-11-0619-285/+289
| * | | | | | | | gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher2023-11-063-15/+16
| * | | | | | | | gfs2: Convert gfs2_internal_read to foliosAndreas Gruenbacher2023-11-062-20/+18
| * | | | | | | | gfs2: Convert stuffed_readpage to foliosAndreas Gruenbacher2023-11-061-16/+14
| * | | | | | | | gfs2: Minor gfs2_write_jdata_batch PAGE_SIZE cleanupAndreas Gruenbacher2023-11-061-3/+3
| * | | | | | | | gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher2023-11-066-13/+15
| * | | | | | | | gfs2: Add metapath_dibh helperAndreas Gruenbacher2023-11-021-1/+7
| * | | | | | | | gfs2: Clean up quota.c:print_messageAndreas Gruenbacher2023-11-021-5/+5
| * | | | | | | | gfs2: Clean up gfs2_alloc_parms initializersAndreas Gruenbacher2023-11-022-4/+4
| * | | | | | | | gfs2: Two quota=account mode fixesAndreas Gruenbacher2023-11-022-6/+3
| * | | | | | | | gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFTAndreas Gruenbacher2023-10-232-10/+6
| * | | | | | | | gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher2023-10-231-1/+1
| * | | | | | | | gfs2: fix an oops in gfs2_permissionAl Viro2023-10-032-3/+10