开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.c
Age
Commit message (
Expand
)
Author
2023-10-17
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
2023-10-17
xfs: create helpers to convert rt block numbers to rt extent numbers
Darrick J. Wong
2023-10-17
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
2023-10-17
xfs: rename xfs_verify_rtext to xfs_verify_rtbext
Darrick J. Wong
2023-10-17
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
2023-10-17
xfs: fix units conversion error in xfs_bmap_del_extent_delay
Darrick J. Wong
2023-10-17
xfs: hoist freeing of rt data fork extent mappings
Darrick J. Wong
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
2023-05-02
xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof
Darrick J. Wong
2023-04-27
xfs: fix livelock in delayed allocation at ENOSPC
Dave Chinner
2023-04-14
Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...
Dave Chinner
2023-04-14
Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...
Dave Chinner
2023-04-12
xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...
Darrick J. Wong
2023-04-11
xfs: complain about bad file mapping records in the ondisk bmbt
Darrick J. Wong
2023-04-11
xfs: give xfs_bmap_intent its own perag reference
Darrick J. Wong
2023-02-13
xfs: return a referenced perag from filestreams allocator
Dave Chinner
2023-02-13
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
Dave Chinner
2023-02-13
xfs: use xfs_bmap_longest_free_extent() in filestreams
Dave Chinner
2023-02-13
xfs: get rid of notinit from xfs_bmap_longest_free_extent
Dave Chinner
2023-02-13
xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
Dave Chinner
2023-02-13
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-13
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
2023-02-13
xfs: factor xfs_bmap_btalloc()
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-13
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
2023-02-11
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
2023-02-11
xfs: drop firstblock constraints from allocation setup
Dave Chinner
2023-02-11
xfs: block reservation too large for minleft allocation
Dave Chinner
2023-02-11
xfs: fix low space alloc deadlock
Dave Chinner
2023-02-05
xfs: pass the xfs_bmbt_irec directly through the log intent code
Darrick J. Wong
2022-12-01
xfs: invalidate xfs_bufs when allocating cow extents
Darrick J. Wong
2022-11-29
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
2022-09-19
xfs: clean up "%Ld/%Lu" which doesn't meet C standard
Zeng Heng
2022-07-12
xfs: replace inode fork size macros with functions
Darrick J. Wong
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
2022-07-09
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
2022-07-09
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
2022-04-28
xfs: stop artificially limiting the length of bunmap calls
Darrick J. Wong
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
xfs: convert bmapi flags to unsigned.
Dave Chinner
2022-04-21
xfs: convert bmap extent type flags to unsigned.
Dave Chinner
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
[next]