index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: defer should abort intent items if the trans roll fails
Darrick J. Wong
2016-10-24
1
-12
/
+5
*
xfs: remove xfs_bunmapi_cow
Christoph Hellwig
2016-10-20
2
-23
/
+0
*
xfs: refactor xfs_bunmapi_cow
Christoph Hellwig
2016-10-20
2
-154
/
+225
*
xfs: add xfs_trim_extent
Darrick J. Wong
2016-10-20
2
-0
/
+35
*
libxfs: v3 inodes are only valid on crc-enabled filesystems
Roger Willcocks
2016-10-20
3
-2
/
+14
*
libxfs: clean up _calc_dquots_per_chunk
Darrick J. Wong
2016-10-20
1
-2
/
+1
*
xfs: remove pointless error goto in xfs_bmap_remap_alloc
Eric Sandeen
2016-10-20
1
-3
/
+0
*
xfs: add some 'static' annotations
Eric Biggers
2016-10-20
1
-1
/
+1
*
xfs: remove redundant assignment of ifp
Colin Ian King
2016-10-20
1
-1
/
+1
*
xfs: rework refcount cow recovery error handling
Darrick J. Wong
2016-10-10
1
-11
/
+9
*
xfs: implement swapext for rmap filesystems
Darrick J. Wong
2016-10-05
1
-0
/
+9
*
xfs: recognize the reflink feature bit
Darrick J. Wong
2016-10-05
1
-1
/
+2
*
xfs: simulate per-AG reservations being critically low
Darrick J. Wong
2016-10-05
1
-1
/
+3
*
xfs: don't mix reflink and DAX mode for now
Darrick J. Wong
2016-10-05
1
-0
/
+4
*
xfs: check for invalid inode reflink flags
Darrick J. Wong
2016-10-05
1
-0
/
+16
*
xfs: convert unwritten status of reverse mappings for shared files
Darrick J. Wong
2016-10-05
1
-1
/
+384
*
xfs: use interval query for rmap alloc operations on shared files
Darrick J. Wong
2016-10-05
2
-2
/
+519
*
xfs: add shared rmap map/unmap/convert log item types
Darrick J. Wong
2016-10-05
1
-0
/
+3
*
xfs: increase log reservations for reflink
Darrick J. Wong
2016-10-05
2
-3
/
+15
*
xfs: try other AGs to allocate a BMBT block
Darrick J. Wong
2016-10-05
2
-0
/
+47
*
xfs: preallocate blocks for worst-case btree expansion
Darrick J. Wong
2016-10-05
5
-3
/
+150
*
xfs: create a separate cow extent size hint for the allocator
Darrick J. Wong
2016-10-05
6
-6
/
+17
*
xfs: teach get_bmapx about shared extents and the CoW fork
Darrick J. Wong
2016-10-05
1
-1
/
+3
*
xfs: store in-progress CoW allocations in the refcount btree
Darrick J. Wong
2016-10-05
4
-11
/
+476
*
xfs: support removing extents from CoW fork
Darrick J. Wong
2016-10-05
2
-0
/
+171
*
xfs: support allocating delayed extents in CoW fork
Darrick J. Wong
2016-10-04
1
-16
/
+32
*
xfs: support bmapping delalloc extents in the CoW fork
Darrick J. Wong
2016-10-04
2
-7
/
+12
*
xfs: introduce the CoW fork
Darrick J. Wong
2016-10-04
7
-26
/
+115
*
xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
Darrick J. Wong
2016-10-04
1
-1
/
+22
*
xfs: add reflink feature flag to geometry
Darrick J. Wong
2016-10-04
1
-1
/
+2
*
xfs: return work remaining at the end of a bunmapi operation
Darrick J. Wong
2016-10-04
2
-6
/
+34
*
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
2016-10-04
3
-0
/
+153
*
xfs: pass bmapi flags through to bmap_del_extent
Darrick J. Wong
2016-10-04
2
-4
/
+8
*
xfs: map an inode's offset to an exact physical block
Darrick J. Wong
2016-10-04
2
-1
/
+77
*
xfs: log bmap intent items
Darrick J. Wong
2016-10-04
1
-0
/
+13
*
xfs: create bmbt update intent log items
Darrick J. Wong
2016-10-04
1
-2
/
+56
*
xfs: introduce reflink utility functions
Darrick J. Wong
2016-10-03
2
-0
/
+106
*
xfs: reserve AG space for the refcount btree root
Darrick J. Wong
2016-10-03
1
-0
/
+2
*
xfs: adjust refcount when unmapping file blocks
Darrick J. Wong
2016-10-03
1
-3
/
+11
*
xfs: connect refcount adjust functions to upper layers
Darrick J. Wong
2016-10-03
3
-0
/
+188
*
xfs: adjust refcount of an extent of blocks in refcount btree
Darrick J. Wong
2016-10-03
1
-0
/
+814
*
xfs: log refcount intent items
Darrick J. Wong
2016-10-03
1
-0
/
+14
*
xfs: create refcount update intent log items
Darrick J. Wong
2016-10-03
1
-2
/
+56
*
xfs: add refcount btree operations
Darrick J. Wong
2016-10-03
5
-2
/
+429
*
xfs: account for the refcount btree in the alloc/free log reservation
Darrick J. Wong
2016-10-03
1
-1
/
+4
*
xfs: define the on-disk refcount btree format
Darrick J. Wong
2016-10-03
9
-1
/
+309
*
xfs: refcount btree add more reserved blocks
Darrick J. Wong
2016-10-03
2
-0
/
+15
*
xfs: introduce refcount btree definitions
Darrick J. Wong
2016-10-03
6
-9
/
+60
*
Merge branch 'xfs-4.9-log-recovery-fixes' into for-next
Dave Chinner
2016-10-03
4
-29
/
+54
|
\
|
*
xfs: remote attribute blocks aren't really userdata
Dave Chinner
2016-09-26
4
-29
/
+54
[next]