Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
161309788e426203e1d436abf9a5a845cc19d20c
/
fs
/
xfs
/
libxfs
/
xfs_bmap.h
b73df17
xfs: open code insert range extent split helper
by Brian Foster
· 5 years ago
4e087a3
xfs: use a struct iomap in xfs_writepage_ctx
by Christoph Hellwig
· 5 years ago
aeea4b7
xfs: move local to extent inode logging into bmap helper
by Brian Foster
· 5 years ago
eb77b23
xfs: add a xfs_valid_startblock helper
by Christoph Hellwig
· 5 years ago
3e08f42
xfs: remove unnecessary int returns from deferred bmap functions
by Darrick J. Wong
· 5 years ago
26b91c7
xfs: make COW fork unwritten extent conversions more robust
by Christoph Hellwig
· 6 years ago
491ce61
xfs: move transaction handling to xfs_bmapi_convert_delalloc
by Christoph Hellwig
· 6 years ago
d8ae82e
xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write
by Christoph Hellwig
· 6 years ago
c2b3164
xfs: use the latest extent at writeback delalloc conversion time
by Brian Foster
· 6 years ago
627209f
xfs: create delalloc bmapi wrapper for full extent allocation
by Brian Foster
· 6 years ago
3b35089
xfs: remove superfluous writeback mapping eof trimming
by Brian Foster
· 6 years ago
66e3237
xfs: const-ify xfs_owner_info arguments
by Darrick J. Wong
· 6 years ago
2f3cd80
xfs: Add attibute set and helper functions
by Allison Henderson
· 6 years ago
0f37d17
xfs: pass transaction to xfs_defer_add()
by Brian Foster
· 6 years ago
7dbddba
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
by Brian Foster
· 6 years ago
94c07b4
xfs: remove xfs_bmalloca firstblock field
by Brian Foster
· 7 years ago
333f950
xfs: remove bmap insert/collapse firstblock param
by Brian Foster
· 7 years ago
2af5284
xfs: remove xfs_bunmapi() firstblock param
by Brian Foster
· 7 years ago
a7beabe
xfs: remove xfs_bmapi_write() firstblock param
by Brian Foster
· 7 years ago
f4a9cf97
xfs: use ->t_dfops for collapse/insert range operations
by Brian Foster
· 7 years ago
3e3673e
xfs: remove struct xfs_bmalloca dfops field
by Brian Foster
· 7 years ago
ff3edf2
xfs: remove xfs_bmapi_remap() dfops param
by Brian Foster
· 7 years ago
ccd9d91
xfs: remove xfs_bunmapi() dfops param
by Brian Foster
· 7 years ago
6e702a5
xfs: remove xfs_bmapi_write() dfops param
by Brian Foster
· 7 years ago
c3a2f9f
xfs: remove the now unused XFS_BMAPI_IGSTATE flag
by Christoph Hellwig
· 7 years ago
f62cb48
xfs: don't allow insert-range to shift extents past the maximum offset
by Darrick J. Wong
· 7 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
7cf199b
xfs: make xfs_bmapi_remapi work with attribute forks
by Darrick J. Wong
· 7 years ago
4e52933
xfs: factor out nodiscard helpers
by Brian Foster
· 7 years ago
95eb308
xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
by Darrick J. Wong
· 7 years ago
fcb762f
xfs: add bmapi nodiscard flag
by Brian Foster
· 7 years ago
a1f6941
xfs: non-scrub - remove unused function parameters
by Eric Sandeen
· 7 years ago
30b0984
xfs: refactor bmap record validation
by Darrick J. Wong
· 7 years ago
b121459
xfs: simplify xfs_reflink_convert_cow
by Christoph Hellwig
· 7 years ago
b2b1712
xfs: introduce the xfs_iext_cursor abstraction
by Christoph Hellwig
· 7 years ago
211e95b
xfs: merge xfs_bmap_read_extents into xfs_iread_extents
by Christoph Hellwig
· 7 years ago
bf80628
xfs: remove xfs_bmse_shift_one
by Christoph Hellwig
· 7 years ago
ecfea3f
xfs: split xfs_bmap_shift_extents
by Christoph Hellwig
· 7 years ago
6b18af0
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
by Christoph Hellwig
· 7 years ago
e8e0e17
xfs: remove XFS_BMAP_TRACE_EXLIST
by Christoph Hellwig
· 7 years ago
060ea65
xfs: add a xfs_bmap_fork_to_state helper
by Christoph Hellwig
· 7 years ago
40214d1
xfs: trim writepage mapping to within eof
by Brian Foster
· 7 years ago
e1a4e37
xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
by Darrick J. Wong
· 8 years ago
0c1d9e4
xfs: simplify validation of the unwritten extent bit
by Christoph Hellwig
· 8 years ago
9c4f29d
xfs: factor out a xfs_bmap_is_real_extent helper
by Christoph Hellwig
· 8 years ago
d2b3964
xfs: fix COW writeback race
by Christoph Hellwig
· 8 years ago
974ae92
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
by Brian Foster
· 8 years ago
6edc977
xfs: remove xfs_bmap_search_extents
by Christoph Hellwig
· 8 years ago
65c5f41
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
by Christoph Hellwig
· 8 years ago
64e6428
xfs: remove xfs_bunmapi_cow
by Christoph Hellwig
· 8 years ago
fa5c836
xfs: refactor xfs_bunmapi_cow
by Christoph Hellwig
· 8 years ago
0a0af28
xfs: add xfs_trim_extent
by Darrick J. Wong
· 8 years ago
4862cfe
xfs: support removing extents from CoW fork
by Darrick J. Wong
· 8 years ago
be51f81
xfs: support bmapping delalloc extents in the CoW fork
by Darrick J. Wong
· 8 years ago
3993bae
xfs: introduce the CoW fork
by Darrick J. Wong
· 8 years ago
4453593
xfs: return work remaining at the end of a bunmapi operation
by Darrick J. Wong
· 8 years ago
9f3afb5
xfs: implement deferred bmbt map/unmap operations
by Darrick J. Wong
· 8 years ago
4847acf
xfs: pass bmapi flags through to bmap_del_extent
by Darrick J. Wong
· 8 years ago
f65306e
xfs: map an inode's offset to an exact physical block
by Darrick J. Wong
· 8 years ago
77d61fe
xfs: log bmap intent items
by Darrick J. Wong
· 8 years ago
155cd43
Merge branch 'xfs-4.9-log-recovery-fixes' into for-next
by Dave Chinner
· 8 years ago
292378e
xfs: remote attribute blocks aren't really userdata
by Dave Chinner
· 8 years ago
51446f5
xfs: rewrite and optimize the delalloc write path
by Christoph Hellwig
· 8 years ago
340785c
xfs: add owner field to extent allocation and freeing
by Darrick J. Wong
· 8 years ago
2c3234d
xfs: rename flist/free_list to dfops
by Darrick J. Wong
· 8 years ago
310a75a
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
by Darrick J. Wong
· 8 years ago
3ab78df
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
by Darrick J. Wong
· 8 years ago
e66a4c6
xfs: convert list of extents to free into a regular list
by Darrick J. Wong
· 9 years ago
59bad07
xfs: rearrange xfs_bmap_add_free parameters
by Darrick J. Wong
· 9 years ago
f6106ef
xfs: eliminate committed arg from xfs_bmap_finish
by Eric Sandeen
· 9 years ago
3fbbbea
xfs: introduce BMAPI_ZERO for allocating zeroed extents
by Dave Chinner
· 9 years ago
a904b1c
xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
by Namjae Jeon
· 10 years ago
aa5d95c
xfs: move xfs_bmap_finish prototype
by Dave Chinner
· 10 years ago
9799b43
xfs: move struct xfs_bmalloca to libxfs
by Dave Chinner
· 10 years ago
2c845f5
xfs: track collapse via file offset rather than extent index
by Brian Foster
· 10 years ago
7f8a058
Merge branch 'xfs-libxfs-restructure' into for-next
by Dave Chinner
· 11 years ago
84be0ff
libxfs: move header files
by Dave Chinner
· 11 years ago
[Renamed from fs/xfs/xfs_bmap.h]
7fb2cd4
xfs: remove unused tp arg from xfs_bmap_last_offset() and callers
by Eric Sandeen
· 11 years ago
e1d8fb8
xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
by Namjae Jeon
· 11 years ago
b49a0c1
xfs: remove __KERNEL__ from debug code
by Dave Chinner
· 11 years ago
6898811
xfs: create xfs_bmap_util.[ch]
by Dave Chinner
· 11 years ago
d386b32
xfs: sync minor header differences needed by userspace.
by Dave Chinner
· 11 years ago
f3508bc
xfs: remove local fork format handling from xfs_bmapi_write()
by Dave Chinner
· 12 years ago
1f3c785
xfs: move allocation stack switch up to xfs_bmapi_allocate
by Dave Chinner
· 12 years ago
326c035
xfs: introduce XFS_BMAPI_STACK_SWITCH
by Dave Chinner
· 12 years ago
fd50092
xfs: move xfs_fsb_to_db to xfs_bmap.h
by Dave Chinner
· 13 years ago
d952e2f
xfs: cleanup xfs_bmap.h
by Christoph Hellwig
· 13 years ago
c315c90
xfs: move logflags into bmalloca
by Christoph Hellwig
· 13 years ago
e0c3da5
xfs: move lastx and nallocs into bmalloca
by Dave Chinner
· 13 years ago
29c8d17
xfs: move btree cursor into bmalloca
by Dave Chinner
· 13 years ago
3a75667
xfs: rename allocation range fields in struct xfs_bmalloca
by Dave Chinner
· 13 years ago
0937e0f
xfs: move firstblock and bmap freelist cursor into bmalloca structure
by Dave Chinner
· 13 years ago
baf41a5
xfs: move extent records into bmalloca structure
by Dave Chinner
· 13 years ago
c0dc782
xfs: rename xfs_bmapi to xfs_bmapi_write
by Dave Chinner
· 13 years ago
4403280
xfs: introduce xfs_bmapi_delay()
by Christoph Hellwig
· 13 years ago
5b777ad
xfs: remove xfs_bmapi_single()
by Dave Chinner
· 13 years ago
5c8ed20
xfs: introduce xfs_bmapi_read()
by Dave Chinner
· 13 years ago
5489327
xfs: remove the unused XFS_BMAPI_RSVBLOCKS flag
by Christoph Hellwig
· 14 years ago
c726de4
xfs: fix failed write truncation handling.
by Dave Chinner
· 14 years ago
4472235
xfs: Introduce XFS_IOC_ZERO_RANGE
by Dave Chinner
· 14 years ago
Next »