Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b24a978c377be5f14e798cb41238e66fe51aab2f
/
fs
/
xfs
/
libxfs
b24a978
xfs: use GPF_NOFS when allocating btree cursors
by Darrick J. Wong
· 8 years ago
2e1d233
xfs: ignore leaf attr ichdr.count in verifier during log replay
by Eric Sandeen
· 8 years ago
974ae92
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
by Brian Foster
· 8 years ago
cf7841c
fs: xfs: libxfs: constify xfs_nameops structures
by Bhumika Goyal
· 8 years ago
fd26a88
xfs: factor rmap btree size into the indlen calculations
by Darrick J. Wong
· 8 years ago
0e8d630
xfs: remove NULLEXTNUM
by Christoph Hellwig
· 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
7efc794
xfs: use new extent lookup helpers in __xfs_bunmapi
by Christoph Hellwig
· 8 years ago
2d58f6e
xfs: use new extent lookup helpers in xfs_bmapi_write
by Christoph Hellwig
· 8 years ago
334f342
xfs: use new extent lookup helpers in xfs_bmapi_read
by Christoph Hellwig
· 8 years ago
86685f7
xfs: cleanup xfs_bmap_last_before
by Christoph Hellwig
· 8 years ago
93533c7
xfs: new inode extent list lookup helpers
by Christoph Hellwig
· 8 years ago
5d82930
xfs: provide helper for counting extents from if_bytes
by Eric Sandeen
· 8 years ago
b77428b
xfs: defer should abort intent items if the trans roll fails
by Darrick J. Wong
· 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
8cdcc81
libxfs: v3 inodes are only valid on crc-enabled filesystems
by Roger Willcocks
· 8 years ago
58d7896
libxfs: clean up _calc_dquots_per_chunk
by Darrick J. Wong
· 8 years ago
fe23759
xfs: remove pointless error goto in xfs_bmap_remap_alloc
by Eric Sandeen
· 8 years ago
f1b8243
xfs: add some 'static' annotations
by Eric Biggers
· 8 years ago
1d55a4b
xfs: remove redundant assignment of ifp
by Colin Ian King
· 8 years ago
6f97077
xfs: rework refcount cow recovery error handling
by Darrick J. Wong
· 8 years ago
1f08af5
xfs: implement swapext for rmap filesystems
by Darrick J. Wong
· 8 years ago
e54b5bf
xfs: recognize the reflink feature bit
by Darrick J. Wong
· 8 years ago
a35eb41
xfs: simulate per-AG reservations being critically low
by Darrick J. Wong
· 8 years ago
4f435eb
xfs: don't mix reflink and DAX mode for now
by Darrick J. Wong
· 8 years ago
c8e156a
xfs: check for invalid inode reflink flags
by Darrick J. Wong
· 8 years ago
3f165b3
xfs: convert unwritten status of reverse mappings for shared files
by Darrick J. Wong
· 8 years ago
ceeb9c8
xfs: use interval query for rmap alloc operations on shared files
by Darrick J. Wong
· 8 years ago
0e07c03
xfs: add shared rmap map/unmap/convert log item types
by Darrick J. Wong
· 8 years ago
80de462
xfs: increase log reservations for reflink
by Darrick J. Wong
· 8 years ago
90e2056
xfs: try other AGs to allocate a BMBT block
by Darrick J. Wong
· 8 years ago
84d6961
xfs: preallocate blocks for worst-case btree expansion
by Darrick J. Wong
· 8 years ago
f7ca352
xfs: create a separate cow extent size hint for the allocator
by Darrick J. Wong
· 8 years ago
f86f403
xfs: teach get_bmapx about shared extents and the CoW fork
by Darrick J. Wong
· 8 years ago
174edb0
xfs: store in-progress CoW allocations in the refcount btree
by Darrick J. Wong
· 8 years ago
4862cfe
xfs: support removing extents from CoW fork
by Darrick J. Wong
· 8 years ago
60b4984
xfs: support allocating delayed extents in 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
11715a2
xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
by Darrick J. Wong
· 8 years ago
f0ec1b8
xfs: add reflink feature flag to geometry
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
6413a01
xfs: create bmbt update intent log items
by Darrick J. Wong
· 8 years ago
350a27a
xfs: introduce reflink utility functions
by Darrick J. Wong
· 8 years ago
d0e853f
xfs: reserve AG space for the refcount btree root
by Darrick J. Wong
· 8 years ago
62aab20
xfs: adjust refcount when unmapping file blocks
by Darrick J. Wong
· 8 years ago
33ba6129
xfs: connect refcount adjust functions to upper layers
by Darrick J. Wong
· 8 years ago
3172725
xfs: adjust refcount of an extent of blocks in refcount btree
by Darrick J. Wong
· 8 years ago
f997ee2
xfs: log refcount intent items
by Darrick J. Wong
· 8 years ago
baf4bcac
xfs: create refcount update intent log items
by Darrick J. Wong
· 8 years ago
bdf2863
xfs: add refcount btree operations
by Darrick J. Wong
· 8 years ago
f310bd2
xfs: account for the refcount btree in the alloc/free log reservation
by Darrick J. Wong
· 8 years ago
1946b91
xfs: define the on-disk refcount btree format
by Darrick J. Wong
· 8 years ago
af30dfa
xfs: refcount btree add more reserved blocks
by Darrick J. Wong
· 8 years ago
46eeb52
xfs: introduce refcount btree definitions
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
a89b3f9
Merge branch 'xfs-4.9-delalloc-rework' 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
3fd129b
xfs: set up per-AG free space reservations
by Darrick J. Wong
· 8 years ago
385d6558
xfs: defer should allow ->finish_item to request a new transaction
by Darrick J. Wong
· 8 years ago
c611cc0
xfs: count the blocks in a btree
by Darrick J. Wong
· 8 years ago
4ed3f68
xfs: create a standard btree size calculator code
by Darrick J. Wong
· 8 years ago
a1d46cf
xfs: remove xfs_btree_bigkey
by Darrick J. Wong
· 8 years ago
cd00158
xfs: convert RUI log formats to use variable length arrays
by Darrick J. Wong
· 8 years ago
ea78d80
xfs: track log done items directly in the deferred pending work item
by Darrick J. Wong
· 8 years ago
f3d7ebd
xfs: fix superblock inprogress check
by Dave Chinner
· 8 years ago
5b5c2db
xfs: simple btree query range should look right if LE lookup fails
by Darrick J. Wong
· 8 years ago
7222789
xfs: fix some key handling problems in _btree_simple_query_range
by Darrick J. Wong
· 8 years ago
da1f039
xfs: don't log the entire end of the AGF
by Darrick J. Wong
· 8 years ago
ed150e1
xfs: don't perform lookups on zero-height btrees
by Darrick J. Wong
· 8 years ago
a03f1a6
xfs: remove OWN_AG rmap when allocating a block from the AGFL
by Darrick J. Wong
· 8 years ago
f32866fd
xfs: store rmapbt block count in the AGF
by Darrick J. Wong
· 8 years ago
3481b68
xfs: move (and rename) the deferred bmap-free tracepoints
by Darrick J. Wong
· 8 years ago
722e251
xfs: remove the extents array from the rmap update done log item
by Darrick J. Wong
· 8 years ago
c1d22ae
xfs: in btree_lshift, only allocate temporary cursor when needed
by Darrick J. Wong
· 8 years ago
1f704b2
xfs: remove unnecesary lshift/rshift key initialization
by Darrick J. Wong
· 8 years ago
973b831
xfs: remove the get*keys and update_keys btree ops pointers
by Darrick J. Wong
· 8 years ago
1c0607a
xfs: enable the rmap btree functionality
by Darrick J. Wong
· 8 years ago
04f1306
xfs: don't update rmapbt when fixing agfl
by Darrick J. Wong
· 8 years ago
5d650e9
xfs: add rmap btree geometry feature flag
by Darrick J. Wong
· 8 years ago
9c19464
xfs: propagate bmap updates to rmapbt
by Darrick J. Wong
· 8 years ago
f8dbebe
xfs: enable the xfs_defer mechanism to process rmaps to update
by Darrick J. Wong
· 8 years ago
5880f2d7
xfs: create rmap update intent log items
by Darrick J. Wong
· 8 years ago
abf0923
xfs: add rmap btree insert and delete helpers
by Darrick J. Wong
· 8 years ago
fb7d926
xfs: convert unwritten status of reverse mappings
by Darrick J. Wong
· 8 years ago
f922cd9
xfs: remove an extent from the rmap btree
by Darrick J. Wong
· 8 years ago
0a1b0b3
xfs: add an extent to the rmap btree
by Darrick J. Wong
· 8 years ago
c543838
xfs: teach rmapbt to support interval queries
by Darrick J. Wong
· 8 years ago
cfed56a
xfs: support overlapping intervals in the rmap btree
by Darrick J. Wong
· 8 years ago
4b8ed67
xfs: add rmap btree operations
by Darrick J. Wong
· 8 years ago
5254885
xfs: rmap btree requires more reserved free space
by Darrick J. Wong
· 8 years ago
fa30f03
xfs: rmap btree transaction reservations
by Darrick J. Wong
· 8 years ago
Next »