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
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: use ->t_firstblock in insert/collapse range
Brian Foster
2018-07-11
1
-6
/
+4
*
xfs: use ->t_firstblock in xfs_bmapi_remap()
Brian Foster
2018-07-11
1
-3
/
+2
*
xfs: use ->t_firstblock for all xfs_bunmapi() callers
Brian Foster
2018-07-11
5
-26
/
+15
*
xfs: use ->t_firstblock for all xfs_bmapi_write() callers
Brian Foster
2018-07-11
5
-25
/
+20
*
xfs: use ->t_firstblock in xattr ops
Brian Foster
2018-07-11
7
-38
/
+33
*
xfs: use ->t_firstblock in attrfork add
Brian Foster
2018-07-11
1
-20
/
+13
*
xfs: remove firstblock param from xfs dir ops
Brian Foster
2018-07-11
4
-33
/
+20
*
xfs: use ->t_firstblock in dir ops
Brian Foster
2018-07-11
2
-28
/
+23
*
xfs: add firstblock field to xfs_trans
Brian Foster
2018-07-11
2
-0
/
+3
*
xfs: allow null firstblock in xfs_bmapi_write() when tp is null
Brian Foster
2018-07-11
2
-7
/
+4
*
xfs: refactor dfops init to attach to transaction
Brian Foster
2018-07-11
14
-70
/
+55
*
xfs: use ->t_dfops in reflink cow recover path
Brian Foster
2018-07-11
1
-4
/
+5
*
xfs: use ->t_dfops in cancel cow blocks operation
Brian Foster
2018-07-11
1
-6
/
+8
*
xfs: use ->t_dfops for rmap extent swap operations
Brian Foster
2018-07-11
1
-13
/
+19
*
xfs: remove unused btree cursor bc_private.a.dfops field
Brian Foster
2018-07-11
7
-13
/
+9
*
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
2018-07-11
3
-18
/
+4
*
xfs: remove dfops param from internal bmap extent helpers
Brian Foster
2018-07-11
1
-48
/
+44
*
xfs: use ->t_dfops for collapse/insert range operations
Brian Foster
2018-07-11
3
-19
/
+17
*
xfs: remove struct xfs_bmalloca dfops field
Brian Foster
2018-07-11
3
-17
/
+17
*
xfs: remove xfs_bmapi_remap() dfops param
Brian Foster
2018-07-11
2
-5
/
+5
*
xfs: remove xfs_bunmapi() dfops param
Brian Foster
2018-07-11
9
-24
/
+19
*
xfs: use ->t_dfops for all xfs_bunmapi() callers
Brian Foster
2018-07-11
4
-24
/
+33
*
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
2018-07-11
10
-25
/
+20
*
xfs: use ->t_dfops for all xfs_bmapi_write() callers
Brian Foster
2018-07-11
5
-20
/
+26
*
xfs: use ->t_dfops in dqalloc transaction
Brian Foster
2018-07-11
1
-14
/
+20
*
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
Brian Foster
2018-07-11
7
-119
/
+117
*
xfs: use ->t_dfops in extent split tx and remove param
Brian Foster
2018-07-11
1
-7
/
+6
*
xfs: remove dfops param in attr fork add path
Brian Foster
2018-07-11
1
-11
/
+8
*
xfs: use ->t_dfops for attr set/remove operations
Brian Foster
2018-07-11
2
-5
/
+9
*
xfs: use ->t_dfops for recovery of [b|c]ui log items
Brian Foster
2018-07-11
2
-0
/
+16
*
xfs: remove dfops param from high level dirname calls
Brian Foster
2018-07-11
4
-42
/
+36
*
xfs: remove dfops parameter from ifree call stack
Brian Foster
2018-07-11
4
-12
/
+7
*
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
Brian Foster
2018-07-11
6
-16
/
+16
*
xfs: cow unwritten conversion uses uninitialized dfops
Brian Foster
2018-07-11
1
-7
/
+4
*
xfs: update my copyrights for the writeback and iomap code
Christoph Hellwig
2018-07-11
2
-1
/
+2
*
xfs: add support for sub-pagesize writeback without buffer_heads
Christoph Hellwig
2018-07-11
5
-455
/
+61
*
xfs: allow writeback on pages without buffer heads
Christoph Hellwig
2018-07-11
2
-15
/
+39
*
xfs: refactor the tail of xfs_writepage_map
Christoph Hellwig
2018-07-11
1
-33
/
+32
*
xfs: remove xfs_start_page_writeback
Christoph Hellwig
2018-07-11
1
-26
/
+20
*
xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
Christoph Hellwig
2018-07-11
1
-17
/
+5
*
xfs: don't look at buffer heads in xfs_add_to_ioend
Christoph Hellwig
2018-07-11
1
-36
/
+32
*
xfs: remove the imap_valid flag
Christoph Hellwig
2018-07-11
1
-51
/
+38
*
xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
Christoph Hellwig
2018-07-11
1
-14
/
+5
*
xfs: remove xfs_reflink_find_cow_mapping
Christoph Hellwig
2018-07-11
4
-39
/
+13
*
xfs: remove the now unused XFS_BMAPI_IGSTATE flag
Christoph Hellwig
2018-07-11
2
-7
/
+2
*
xfs: make xfs_writepage_map extent map centric
Dave Chinner
2018-07-11
1
-52
/
+36
*
xfs: rename the offset variable in xfs_writepage_map
Christoph Hellwig
2018-07-11
1
-10
/
+10
*
xfs: remove xfs_map_cow
Christoph Hellwig
2018-07-11
2
-99
/
+100
*
xfs: remove xfs_reflink_trim_irec_to_next_cow
Christoph Hellwig
2018-07-11
4
-43
/
+0
*
xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
Christoph Hellwig
2018-07-11
1
-4
/
+1
[next]