index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-17
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
1
-6
/
+2
2023-10-17
xfs: create helpers to convert rt block numbers to rt extent numbers
Darrick J. Wong
1
-4
/
+4
2023-10-17
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
1
-2
/
+2
2023-10-17
xfs: rename xfs_verify_rtext to xfs_verify_rtbext
Darrick J. Wong
1
-2
/
+2
2023-10-17
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
1
-1
/
+1
2023-10-17
xfs: fix units conversion error in xfs_bmap_del_extent_delay
Darrick J. Wong
1
-1
/
+1
2023-10-17
xfs: hoist freeing of rt data fork extent mappings
Darrick J. Wong
1
-16
/
+3
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
1
-3
/
+5
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
1
-2
/
+8
2023-05-02
xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof
Darrick J. Wong
1
-2
/
+3
2023-04-27
xfs: fix livelock in delayed allocation at ENOSPC
Dave Chinner
1
-1
/
+0
2023-04-14
Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
1
-1
/
+30
2023-04-14
Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...
Dave Chinner
1
-0
/
+1
2023-04-12
xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...
Darrick J. Wong
1
-0
/
+6
2023-04-11
xfs: complain about bad file mapping records in the ondisk bmbt
Darrick J. Wong
1
-1
/
+30
2023-04-11
xfs: give xfs_bmap_intent its own perag reference
Darrick J. Wong
1
-0
/
+1
2023-02-13
xfs: return a referenced perag from filestreams allocator
Dave Chinner
1
-11
/
+28
2023-02-13
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
Dave Chinner
1
-83
/
+11
2023-02-13
xfs: use xfs_bmap_longest_free_extent() in filestreams
Dave Chinner
1
-1
/
+1
2023-02-13
xfs: get rid of notinit from xfs_bmap_longest_free_extent
Dave Chinner
1
-48
/
+37
2023-02-13
xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
Dave Chinner
1
-71
/
+96
2023-02-13
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
1
-8
/
+2
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
1
-4
/
+2
2023-02-13
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
1
-4
/
+2
2023-02-13
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
1
-18
/
+25
2023-02-13
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
1
-15
/
+16
2023-02-13
xfs: factor xfs_bmap_btalloc()
Dave Chinner
1
-137
/
+196
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
1
-22
/
+30
2023-02-13
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
1
-32
/
+46
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
1
-1
/
+1
2023-02-11
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
1
-2
/
+2
2023-02-11
xfs: drop firstblock constraints from allocation setup
Dave Chinner
1
-113
/
+55
2023-02-11
xfs: block reservation too large for minleft allocation
Dave Chinner
1
-1
/
+1
2023-02-11
xfs: fix low space alloc deadlock
Dave Chinner
1
-14
/
+0
2023-02-05
xfs: pass the xfs_bmbt_irec directly through the log intent code
Darrick J. Wong
1
-17
/
+15
2022-12-01
xfs: invalidate xfs_bufs when allocating cow extents
Darrick J. Wong
1
-1
/
+1
2022-11-29
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
1
-2
/
+4
2022-09-19
xfs: clean up "%Ld/%Lu" which doesn't meet C standard
Zeng Heng
1
-1
/
+1
2022-07-12
xfs: replace inode fork size macros with functions
Darrick J. Wong
1
-3
/
+3
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
1
-2
/
+2
2022-07-09
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
1
-1
/
+0
2022-07-09
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
1
-2
/
+2
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
1
-34
/
+34
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
1
-1
/
+1
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
1
-1
/
+2
2022-04-28
xfs: stop artificially limiting the length of bunmap calls
Darrick J. Wong
1
-21
/
+1
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
1
-64
/
+45
2022-04-21
xfs: convert bmapi flags to unsigned.
Dave Chinner
1
-11
/
+11
2022-04-21
xfs: convert bmap extent type flags to unsigned.
Dave Chinner
1
-7
/
+7
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
1
-2
/
+4
[next]