index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_bmap_util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: support deferred bmap updates on the attr fork
Darrick J. Wong
2024-02-22
1
-4
/
+4
*
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2024-02-19
1
-6
/
+4
*
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
2024-02-13
1
-1
/
+1
*
xfs: move xfs_bmap_rtalloc to xfs_rtalloc.c
Christoph Hellwig
2023-12-22
1
-131
/
+0
*
xfs: also use xfs_bmap_btalloc_accounting for RT allocations
Christoph Hellwig
2023-12-22
1
-11
/
+1
*
Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-11-08
1
-40
/
+34
|
\
|
*
xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
Christoph Hellwig
2023-10-23
1
-11
/
+13
|
*
xfs: create rt extent rounding helpers for realtime extent blocks
Darrick J. Wong
2023-10-18
1
-5
/
+3
|
*
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
2023-10-18
1
-6
/
+4
|
*
xfs: create a helper to convert extlen to rtextlen
Darrick J. Wong
2023-10-18
1
-7
/
+4
|
*
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
2023-10-18
1
-1
/
+1
|
*
xfs: create a helper to convert rtextents to rtblocks
Darrick J. Wong
2023-10-18
1
-4
/
+5
|
*
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
2023-10-18
1
-7
/
+5
|
*
xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
Darrick J. Wong
2023-10-18
1
-3
/
+3
*
|
xfs: convert to new timestamp accessors
Jeff Layton
2023-10-18
1
-3
/
+4
|
/
*
xfs: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-2
/
+4
*
xfs: fix negative array access in xfs_getbmap
Darrick J. Wong
2023-05-02
1
-1
/
+3
*
xfs: fix BUG_ON in xfs_getbmap()
Ye Bin
2023-04-12
1
-8
/
+6
*
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2023-02-10
1
-1
/
+1
*
xfs: xfs_bmap_punch_delalloc_range() should take a byte range
Dave Chinner
2022-11-28
1
-4
/
+6
*
xfs: fix NULL pointer dereference in xfs_getbmap()
ChenXiaoSong
2022-07-31
1
-8
/
+9
*
xfs: replace inode fork size macros with functions
Darrick J. Wong
2022-07-12
1
-2
/
+2
*
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
2022-07-12
1
-5
/
+5
*
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
2022-07-10
1
-4
/
+4
*
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-10
1
-2
/
+2
*
xfs: dont treat rt extents beyond EOF as eofblocks to be cleared
Darrick J. Wong
2022-06-29
1
-0
/
+2
*
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-04-13
1
-0
/
+13
*
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
2022-04-11
1
-6
/
+8
*
xfs: set prealloc flag in xfs_alloc_file_space()
Dave Chinner
2022-02-01
1
-6
/
+3
*
Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-01-21
1
-4
/
+3
|
\
|
*
xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls
Darrick J. Wong
2022-01-17
1
-4
/
+3
*
|
xfs: add xfs_zero_range and xfs_truncate_page helpers
Shiyang Ruan
2021-12-04
1
-4
/
+3
|
/
*
Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-09-02
1
-10
/
+10
|
\
|
*
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
1
-2
/
+2
|
*
xfs: convert mount flags to features
Dave Chinner
2021-08-19
1
-1
/
+1
|
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-7
/
+7
*
|
xfs: Convert double locking of MMAPLOCK to use VFS helpers
Jan Kara
2021-07-13
1
-7
/
+8
|
/
*
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-07-02
1
-3
/
+3
|
\
|
*
xfs: remove unnecessary shifts
Darrick J. Wong
2021-06-01
1
-3
/
+3
*
|
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2021-06-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-26
1
-1
/
+1
*
|
xfs: retry allocations when locality-based search fails
Darrick J. Wong
2021-05-20
1
-1
/
+14
*
|
xfs: adjust rt allocation minlen when extszhint > rtextsize
Darrick J. Wong
2021-05-17
1
-26
/
+57
|
/
*
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
2021-04-15
1
-2
/
+2
*
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-15
1
-10
/
+6
*
xfs: move the check for post-EOF mappings into xfs_can_free_eofblocks
Darrick J. Wong
2021-04-07
1
-65
/
+80
*
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-12
/
+12
*
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-2
/
+2
*
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-4
/
+4
*
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-3
/
+3
[next]