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: 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
*
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
2021-02-03
1
-24
/
+5
*
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
2021-02-03
1
-11
/
+3
*
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2021-02-03
1
-13
/
+11
*
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
2021-02-03
1
-7
/
+4
*
xfs: clean up quota reservation callsites
Darrick J. Wong
2021-02-03
1
-2
/
+2
*
xfs: Check for extent overflow when swapping extents
Chandan Babu R
2021-01-23
1
-0
/
+16
*
xfs: Check for extent overflow when punching a hole
Chandan Babu R
2021-01-23
1
-0
/
+10
*
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2021-01-23
1
-0
/
+5
*
xfs: fix fallocate functions when rtextsize is larger than 1
Darrick J. Wong
2020-10-21
1
-13
/
+5
*
xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...
Darrick J. Wong
2020-09-16
1
-0
/
+16
*
xfs: finish dfops on every insert range shift iteration
Brian Foster
2020-08-26
1
-1
/
+1
*
Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-08-07
1
-9
/
+9
|
\
|
*
xfs: preserve rmapbt swapext block reservation from freed blocks
Brian Foster
2020-07-06
1
-9
/
+9
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
/
*
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-28
/
+28
*
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-16
/
+12
*
xfs: don't allow SWAPEXT if we'd screw up quota accounting
Darrick J. Wong
2020-05-19
1
-0
/
+7
*
xfs: clean up the error handling in xfs_swap_extents
Darrick J. Wong
2020-05-06
1
-1
/
+1
*
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2020-03-19
1
-8
/
+8
[next]