index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
xfs: ensure rtx mask/shift are correct after growfs
Christoph Hellwig
2024-09-01
3
-4
/
+15
|
*
|
|
xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock
Christoph Hellwig
2024-09-01
1
-3
/
+5
|
*
|
|
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
Christoph Hellwig
2024-09-01
4
-16
/
+23
|
*
|
|
xfs: factor out rtbitmap/summary initialization helpers
Christoph Hellwig
2024-09-01
3
-117
/
+133
|
*
|
|
xfs: factor out a xfs_last_rt_bmblock helper
Christoph Hellwig
2024-09-01
1
-10
/
+19
|
*
|
|
xfs: factor out a xfs_growfs_rt_bmblock helper
Christoph Hellwig
2024-09-01
1
-159
/
+158
|
*
|
|
xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtalloc
Christoph Hellwig
2024-09-01
1
-20
/
+18
|
*
|
|
xfs: cleanup the calling convention for xfs_rtpick_extent
Christoph Hellwig
2024-09-01
1
-8
/
+4
|
*
|
|
xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
Christoph Hellwig
2024-09-01
2
-21
/
+32
|
*
|
|
xfs: assert a valid limit in xfs_rtfind_forw
Christoph Hellwig
2024-09-01
1
-0
/
+2
|
*
|
|
xfs: remove the limit argument to xfs_rtfind_back
Christoph Hellwig
2024-09-01
3
-7
/
+6
|
*
|
|
xfs: make the RT rsum_cache mandatory
Christoph Hellwig
2024-09-01
1
-11
/
+15
|
*
|
|
xfs: factor out a xfs_validate_rt_geometry helper
Christoph Hellwig
2024-09-01
2
-29
/
+36
|
*
|
|
xfs: remove xfs_validate_rtextents
Christoph Hellwig
2024-09-01
3
-14
/
+2
|
*
|
|
xfs: pass the icreate args object to xfs_dialloc
Darrick J. Wong
2024-09-01
6
-8
/
+11
|
*
|
|
xfs: match on the global RT inode numbers in xfs_is_metadata_inode
Christoph Hellwig
2024-09-01
1
-3
/
+4
|
*
|
|
xfs: validate inumber in xfs_iget
Darrick J. Wong
2024-09-01
1
-1
/
+1
|
*
|
|
xfs: introduce new file range commit ioctls
Darrick J. Wong
2024-09-01
5
-3
/
+243
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-09-17
1
-1
/
+1
|
\
\
\
|
*
|
|
Merge branch 'linus' into timers/core
Thomas Gleixner
2024-09-10
17
-81
/
+182
|
|
\
|
|
|
*
|
|
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
2024-09-08
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-16
2
-145
/
+219
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
xfs: refactor xfs_file_fallocate
Christoph Hellwig
2024-08-28
1
-122
/
+208
|
*
|
xfs: move the xfs_is_always_cow_inode check into xfs_alloc_file_space
Christoph Hellwig
2024-08-28
2
-5
/
+6
|
*
|
xfs: call xfs_flush_unmap_range from xfs_free_file_space
Christoph Hellwig
2024-08-28
2
-21
/
+8
*
|
|
xfs: reset rootdir extent size hint after growfsrt
Darrick J. Wong
2024-08-27
1
-0
/
+40
*
|
|
xfs: take m_growlock when running growfsrt
Darrick J. Wong
2024-08-27
1
-13
/
+25
*
|
|
xfs: Fix missing interval for missing_owner in xfs fsmap
Zizhi Wo
2024-08-27
1
-1
/
+23
*
|
|
xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
Darrick J. Wong
2024-08-27
1
-2
/
+2
*
|
|
xfs: Fix the owner setting issue for rmap query in xfs fsmap
Zizhi Wo
2024-08-26
1
-1
/
+1
*
|
|
xfs: don't bother reporting blocks trimmed via FITRIM
Darrick J. Wong
2024-08-26
1
-25
/
+11
*
|
|
xfs: xfs_finobt_count_blocks() walks the wrong btree
Dave Chinner
2024-08-26
1
-1
/
+1
*
|
|
xfs: fix folio dirtying for XFILE_ALLOC callers
Darrick J. Wong
2024-08-26
1
-1
/
+1
*
|
|
xfs: fix di_onlink checking for V1/V2 inodes
Darrick J. Wong
2024-08-26
1
-4
/
+10
|
/
/
*
|
xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
Darrick J. Wong
2024-08-14
1
-0
/
+11
*
|
xfs: revert AIL TASK_KILLABLE threshold
Darrick J. Wong
2024-08-14
1
-1
/
+6
*
|
xfs: attr forks require attr, not attr2
Darrick J. Wong
2024-08-14
1
-1
/
+7
*
|
xfs: convert comma to semicolon
Chen Ni
2024-07-29
1
-1
/
+1
*
|
xfs: convert comma to semicolon
Chen Ni
2024-07-29
1
-1
/
+1
*
|
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
Julian Sun
2024-07-29
2
-15
/
+15
*
|
xfs: fix file_path handling in tracepoints
Darrick J. Wong
2024-07-29
2
-12
/
+8
*
|
xfs: allow SECURE namespace xattrs to use reserved block pool
Eric Sandeen
2024-07-29
1
-1
/
+18
*
|
xfs: fix a memory leak
Darrick J. Wong
2024-07-29
1
-1
/
+1
|
/
*
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
1
-3
/
+3
*
Merge tag 'xfs-6.11-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2024-07-17
78
-3393
/
+3769
|
\
|
*
xfs: fix rtalloc rotoring when delalloc is in use
Christoph Hellwig
2024-07-09
1
-1
/
+2
|
*
xfs: get rid of xfs_ag_resv_rmapbt_alloc
Long Li
2024-07-04
2
-20
/
+6
|
*
xfs: skip flushing log items during push
Dave Chinner
2024-07-04
4
-3
/
+16
|
*
xfs: grant heads track byte counts, not LSNs
Dave Chinner
2024-07-04
6
-228
/
+130
|
*
xfs: pass the full grant head to accounting functions
Dave Chinner
2024-07-04
2
-82
/
+77
[prev]
[next]