index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: pull up dfops from xfs_itruncate_extents()
Brian Foster
2018-07-26
5
-5
/
+14
*
xfs: force summary counter recalc at next mount
Darrick J. Wong
2018-07-23
5
-2
/
+35
*
xfs: refactor unmount record write
Darrick J. Wong
2018-07-23
2
-62
/
+82
*
xfs: detect and fix bad summary counts at mount
Darrick J. Wong
2018-07-23
3
-29
/
+73
*
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
2018-07-23
25
-843
/
+832
*
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
2018-07-23
25
-294
/
+294
*
xfs: shorten xfs_repair_ prefix to xrep_
Darrick J. Wong
2018-07-23
6
-168
/
+168
*
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
2018-07-23
24
-1190
/
+1196
*
xfs: clean up xfs_btree_del_cursor callers
Darrick J. Wong
2018-07-23
2
-12
/
+6
*
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
2018-07-23
12
-46
/
+23
*
xfs: return from _defer_finish with a clean transaction
Darrick J. Wong
2018-07-23
1
-0
/
+6
*
xfs: check leaf attribute block freemap in verifier
Darrick J. Wong
2018-07-23
1
-0
/
+22
*
libxfs: Fix a couple of sparse complaintis
Carlos Maiolino
2018-07-17
2
-2
/
+2
*
xfs: use swap macro in xfs_dir2_leafn_rebalance
Gustavo A. R. Silva
2018-07-17
1
-10
/
+7
*
xfs_bmap_util: use swap macro
Gustavo A. R. Silva
2018-07-17
1
-23
/
+5
*
xfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalance
Gustavo A. R. Silva
2018-07-17
1
-10
/
+3
*
xfs: don't assume a left rmap when allocating a new rmap
Darrick J. Wong
2018-07-17
1
-12
/
+12
*
xfs: Initialize variables in xfs_alloc_get_rec before using them
Carlos Maiolino
2018-07-12
1
-2
/
+3
*
xfs: remove unused iolock arg from xfs_break_dax_layouts
Eric Sandeen
2018-07-12
1
-2
/
+1
*
xfs: kill __xfs_buf_submit_common()
Brian Foster
2018-07-12
1
-49
/
+34
*
xfs: combine [a]sync buffer submission apis
Brian Foster
2018-07-12
3
-53
/
+33
*
xfs: use sync buffer I/O for sync delwri queue submission
Brian Foster
2018-07-12
1
-39
/
+41
*
xfs: refactor buffer submission into a common helper
Brian Foster
2018-07-12
2
-49
/
+37
*
xfs: remove xfs_defer_init() firstblock param
Brian Foster
2018-07-12
14
-58
/
+44
*
xfs: use ->t_firstblock in inode inactivate
Brian Foster
2018-07-12
1
-2
/
+1
*
xfs: use ->t_firstblock in extent swap
Brian Foster
2018-07-12
1
-4
/
+2
*
xfs: use ->t_firstblock in reflink cow block cancel
Brian Foster
2018-07-12
1
-2
/
+1
*
xfs: replace no-op firstblock init with ->t_firstblock
Brian Foster
2018-07-12
1
-1
/
+1
*
xfs: use ->t_firstblock in dq alloc
Brian Foster
2018-07-12
1
-2
/
+1
*
xfs: remove xfs_alloc_arg firstblock field
Brian Foster
2018-07-12
6
-17
/
+11
*
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
2018-07-12
3
-32
/
+7
*
xfs: remove bmap format helpers firstblock params
Brian Foster
2018-07-12
1
-34
/
+29
*
xfs: remove bmap extent add helper firstblock params
Brian Foster
2018-07-12
1
-16
/
+10
*
xfs: remove xfs_bmalloca firstblock field
Brian Foster
2018-07-12
2
-22
/
+23
*
xfs: use ->t_firstblock in bmap extent split
Brian Foster
2018-07-12
1
-9
/
+6
*
xfs: remove bmap insert/collapse firstblock param
Brian Foster
2018-07-12
3
-10
/
+8
*
xfs: remove xfs_bunmapi() firstblock param
Brian Foster
2018-07-12
9
-32
/
+22
*
xfs: remove xfs_bmapi_write() firstblock param
Brian Foster
2018-07-12
10
-38
/
+22
*
xfs: use ->t_firstblock in insert/collapse range
Brian Foster
2018-07-12
1
-6
/
+4
*
xfs: use ->t_firstblock in xfs_bmapi_remap()
Brian Foster
2018-07-12
1
-3
/
+2
*
xfs: use ->t_firstblock for all xfs_bunmapi() callers
Brian Foster
2018-07-12
5
-26
/
+15
*
xfs: use ->t_firstblock for all xfs_bmapi_write() callers
Brian Foster
2018-07-12
5
-25
/
+20
*
xfs: use ->t_firstblock in xattr ops
Brian Foster
2018-07-12
7
-38
/
+33
*
xfs: use ->t_firstblock in attrfork add
Brian Foster
2018-07-12
1
-20
/
+13
*
xfs: remove firstblock param from xfs dir ops
Brian Foster
2018-07-12
4
-33
/
+20
*
xfs: use ->t_firstblock in dir ops
Brian Foster
2018-07-12
2
-28
/
+23
*
xfs: add firstblock field to xfs_trans
Brian Foster
2018-07-12
2
-0
/
+3
*
xfs: allow null firstblock in xfs_bmapi_write() when tp is null
Brian Foster
2018-07-12
2
-7
/
+4
*
xfs: refactor dfops init to attach to transaction
Brian Foster
2018-07-12
14
-70
/
+55
*
xfs: use ->t_dfops in reflink cow recover path
Brian Foster
2018-07-12
1
-4
/
+5
[next]