summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig2024-09-013-4/+15
| * | | xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblockChristoph Hellwig2024-09-011-3/+5
| * | | xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig2024-09-014-16/+23
| * | | xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig2024-09-013-117/+133
| * | | xfs: factor out a xfs_last_rt_bmblock helperChristoph Hellwig2024-09-011-10/+19
| * | | xfs: factor out a xfs_growfs_rt_bmblock helperChristoph Hellwig2024-09-011-159/+158
| * | | xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtallocChristoph Hellwig2024-09-011-20/+18
| * | | xfs: cleanup the calling convention for xfs_rtpick_extentChristoph Hellwig2024-09-011-8/+4
| * | | xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig2024-09-012-21/+32
| * | | xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig2024-09-011-0/+2
| * | | xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig2024-09-013-7/+6
| * | | xfs: make the RT rsum_cache mandatoryChristoph Hellwig2024-09-011-11/+15
| * | | xfs: factor out a xfs_validate_rt_geometry helperChristoph Hellwig2024-09-012-29/+36
| * | | xfs: remove xfs_validate_rtextentsChristoph Hellwig2024-09-013-14/+2
| * | | xfs: pass the icreate args object to xfs_diallocDarrick J. Wong2024-09-016-8/+11
| * | | xfs: match on the global RT inode numbers in xfs_is_metadata_inodeChristoph Hellwig2024-09-011-3/+4
| * | | xfs: validate inumber in xfs_igetDarrick J. Wong2024-09-011-1/+1
| * | | xfs: introduce new file range commit ioctlsDarrick J. Wong2024-09-015-3/+243
| | |/ | |/|
* | | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-171-1/+1
|\ \ \
| * | | Merge branch 'linus' into timers/coreThomas Gleixner2024-09-1017-81/+182
| |\| |
| * | | treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen2024-09-081-1/+1
| | |/ | |/|
* | | Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-162-145/+219
|\ \ \ | |_|/ |/| |
| * | xfs: refactor xfs_file_fallocateChristoph Hellwig2024-08-281-122/+208
| * | xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_spaceChristoph Hellwig2024-08-282-5/+6
| * | xfs: call xfs_flush_unmap_range from xfs_free_file_spaceChristoph Hellwig2024-08-282-21/+8
* | | xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong2024-08-271-0/+40
* | | xfs: take m_growlock when running growfsrtDarrick J. Wong2024-08-271-13/+25
* | | xfs: Fix missing interval for missing_owner in xfs fsmapZizhi Wo2024-08-271-1/+23
* | | xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap codeDarrick J. Wong2024-08-271-2/+2
* | | xfs: Fix the owner setting issue for rmap query in xfs fsmapZizhi Wo2024-08-261-1/+1
* | | xfs: don't bother reporting blocks trimmed via FITRIMDarrick J. Wong2024-08-261-25/+11
* | | xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner2024-08-261-1/+1
* | | xfs: fix folio dirtying for XFILE_ALLOC callersDarrick J. Wong2024-08-261-1/+1
* | | xfs: fix di_onlink checking for V1/V2 inodesDarrick J. Wong2024-08-261-4/+10
|/ /
* | xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is setDarrick J. Wong2024-08-141-0/+11
* | xfs: revert AIL TASK_KILLABLE thresholdDarrick J. Wong2024-08-141-1/+6
* | xfs: attr forks require attr, not attr2Darrick J. Wong2024-08-141-1/+7
* | xfs: convert comma to semicolonChen Ni2024-07-291-1/+1
* | xfs: convert comma to semicolonChen Ni2024-07-291-1/+1
* | xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2024-07-292-15/+15
* | xfs: fix file_path handling in tracepointsDarrick J. Wong2024-07-292-12/+8
* | xfs: allow SECURE namespace xattrs to use reserved block poolEric Sandeen2024-07-291-1/+18
* | xfs: fix a memory leakDarrick J. Wong2024-07-291-1/+1
|/
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-3/+3
* Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-07-1778-3393/+3769
|\
| * xfs: fix rtalloc rotoring when delalloc is in useChristoph Hellwig2024-07-091-1/+2
| * xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li2024-07-042-20/+6
| * xfs: skip flushing log items during pushDave Chinner2024-07-044-3/+16
| * xfs: grant heads track byte counts, not LSNsDave Chinner2024-07-046-228/+130
| * xfs: pass the full grant head to accounting functionsDave Chinner2024-07-042-82/+77