index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: return a referenced perag from filestreams allocator
Dave Chinner
2023-02-12
1
-11
/
+28
*
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
Dave Chinner
2023-02-12
1
-83
/
+11
*
xfs: use xfs_bmap_longest_free_extent() in filestreams
Dave Chinner
2023-02-12
1
-1
/
+1
*
xfs: get rid of notinit from xfs_bmap_longest_free_extent
Dave Chinner
2023-02-12
1
-48
/
+37
*
xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
Dave Chinner
2023-02-12
1
-71
/
+96
*
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
2023-02-12
1
-8
/
+2
*
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-12
1
-4
/
+2
*
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
2023-02-12
1
-4
/
+2
*
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
2023-02-12
1
-18
/
+25
*
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
2023-02-12
1
-15
/
+16
*
xfs: factor xfs_bmap_btalloc()
Dave Chinner
2023-02-12
1
-137
/
+196
*
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-12
1
-22
/
+30
*
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
2023-02-12
1
-32
/
+46
*
xfs: perags need atomic operational state
Dave Chinner
2023-02-12
1
-1
/
+1
*
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2023-02-10
1
-2
/
+2
*
xfs: drop firstblock constraints from allocation setup
Dave Chinner
2023-02-10
1
-113
/
+55
*
xfs: block reservation too large for minleft allocation
Dave Chinner
2023-02-10
1
-1
/
+1
*
xfs: fix low space alloc deadlock
Dave Chinner
2023-02-10
1
-14
/
+0
*
xfs: pass the xfs_bmbt_irec directly through the log intent code
Darrick J. Wong
2023-02-05
1
-17
/
+15
*
xfs: invalidate xfs_bufs when allocating cow extents
Darrick J. Wong
2022-12-01
1
-1
/
+1
*
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
2022-11-28
1
-2
/
+4
*
xfs: clean up "%Ld/%Lu" which doesn't meet C standard
Zeng Heng
2022-09-18
1
-1
/
+1
*
xfs: replace inode fork size macros with functions
Darrick J. Wong
2022-07-12
1
-3
/
+3
*
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
2022-07-12
1
-2
/
+2
*
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
2022-07-10
1
-1
/
+0
*
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
2022-07-10
1
-2
/
+2
*
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-10
1
-34
/
+34
*
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
1
-1
/
+1
*
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
2022-07-07
1
-1
/
+2
*
xfs: stop artificially limiting the length of bunmap calls
Darrick J. Wong
2022-04-28
1
-21
/
+1
*
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
1
-64
/
+45
|
\
|
*
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-04-13
1
-2
/
+4
|
*
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
2022-04-13
1
-20
/
+0
|
*
xfs: Introduce macros to represent new maximum extent counts for data/attr forks
Chandan Babu R
2022-04-11
1
-5
/
+4
|
*
xfs: Use uint64_t to count maximum blocks that can be used by BMBT
Chandan Babu R
2022-04-11
1
-3
/
+3
|
*
xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
Chandan Babu R
2022-04-11
1
-2
/
+2
|
*
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
2022-04-11
1
-1
/
+1
|
*
xfs: Introduce xfs_iext_max_nextents() helper
Chandan Babu R
2022-04-11
1
-5
/
+4
|
*
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
2022-04-11
1
-28
/
+29
*
|
xfs: convert bmapi flags to unsigned.
Dave Chinner
2022-04-21
1
-11
/
+11
*
|
xfs: convert bmap extent type flags to unsigned.
Dave Chinner
2022-04-21
1
-7
/
+7
|
/
*
xfs: pass the mapping flags to xfs_bmbt_to_iomap
Christoph Hellwig
2021-12-04
1
-2
/
+2
*
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
2021-10-23
1
-53
/
+2
*
xfs: create slab caches for frequently-used deferred items
Darrick J. Wong
2021-10-23
1
-2
/
+19
*
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-10-23
1
-3
/
+3
*
xfs: remove kmem_zone typedef
Darrick J. Wong
2021-10-23
1
-1
/
+1
*
xfs: compute absolute maximum nlevels for each btree type
Darrick J. Wong
2021-10-19
1
-0
/
+1
*
xfs: encode the max btree height in the cursor
Darrick J. Wong
2021-10-19
1
-1
/
+1
*
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
2021-10-19
1
-5
/
+5
*
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
2021-10-14
1
-6
/
+6
[next]