index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-11
xfs: refactor buffer submission into a common helper
Brian Foster
2
-49
/
+37
2018-07-11
xfs: remove xfs_defer_init() firstblock param
Brian Foster
14
-58
/
+44
2018-07-11
xfs: use ->t_firstblock in inode inactivate
Brian Foster
1
-2
/
+1
2018-07-11
xfs: use ->t_firstblock in extent swap
Brian Foster
1
-4
/
+2
2018-07-11
xfs: use ->t_firstblock in reflink cow block cancel
Brian Foster
1
-2
/
+1
2018-07-11
xfs: replace no-op firstblock init with ->t_firstblock
Brian Foster
1
-1
/
+1
2018-07-11
xfs: use ->t_firstblock in dq alloc
Brian Foster
1
-2
/
+1
2018-07-11
xfs: remove xfs_alloc_arg firstblock field
Brian Foster
6
-17
/
+11
2018-07-11
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
3
-32
/
+7
2018-07-11
xfs: remove bmap format helpers firstblock params
Brian Foster
1
-34
/
+29
2018-07-11
xfs: remove bmap extent add helper firstblock params
Brian Foster
1
-16
/
+10
2018-07-11
xfs: remove xfs_bmalloca firstblock field
Brian Foster
2
-22
/
+23
2018-07-11
xfs: use ->t_firstblock in bmap extent split
Brian Foster
1
-9
/
+6
2018-07-11
xfs: remove bmap insert/collapse firstblock param
Brian Foster
3
-10
/
+8
2018-07-11
xfs: remove xfs_bunmapi() firstblock param
Brian Foster
9
-32
/
+22
2018-07-11
xfs: remove xfs_bmapi_write() firstblock param
Brian Foster
10
-38
/
+22
2018-07-11
xfs: use ->t_firstblock in insert/collapse range
Brian Foster
1
-6
/
+4
2018-07-11
xfs: use ->t_firstblock in xfs_bmapi_remap()
Brian Foster
1
-3
/
+2
2018-07-11
xfs: use ->t_firstblock for all xfs_bunmapi() callers
Brian Foster
5
-26
/
+15
2018-07-11
xfs: use ->t_firstblock for all xfs_bmapi_write() callers
Brian Foster
5
-25
/
+20
2018-07-11
xfs: use ->t_firstblock in xattr ops
Brian Foster
7
-38
/
+33
2018-07-11
xfs: use ->t_firstblock in attrfork add
Brian Foster
1
-20
/
+13
2018-07-11
xfs: remove firstblock param from xfs dir ops
Brian Foster
4
-33
/
+20
2018-07-11
xfs: use ->t_firstblock in dir ops
Brian Foster
2
-28
/
+23
2018-07-11
xfs: add firstblock field to xfs_trans
Brian Foster
2
-0
/
+3
2018-07-11
xfs: allow null firstblock in xfs_bmapi_write() when tp is null
Brian Foster
2
-7
/
+4
2018-07-11
xfs: refactor dfops init to attach to transaction
Brian Foster
14
-70
/
+55
2018-07-11
xfs: use ->t_dfops in reflink cow recover path
Brian Foster
1
-4
/
+5
2018-07-11
xfs: use ->t_dfops in cancel cow blocks operation
Brian Foster
1
-6
/
+8
2018-07-11
xfs: use ->t_dfops for rmap extent swap operations
Brian Foster
1
-13
/
+19
2018-07-11
xfs: remove unused btree cursor bc_private.a.dfops field
Brian Foster
7
-13
/
+9
2018-07-11
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
3
-18
/
+4
2018-07-11
xfs: remove dfops param from internal bmap extent helpers
Brian Foster
1
-48
/
+44
2018-07-11
xfs: use ->t_dfops for collapse/insert range operations
Brian Foster
3
-19
/
+17
2018-07-11
xfs: remove struct xfs_bmalloca dfops field
Brian Foster
3
-17
/
+17
2018-07-11
xfs: remove xfs_bmapi_remap() dfops param
Brian Foster
2
-5
/
+5
2018-07-11
xfs: remove xfs_bunmapi() dfops param
Brian Foster
9
-24
/
+19
2018-07-11
xfs: use ->t_dfops for all xfs_bunmapi() callers
Brian Foster
4
-24
/
+33
2018-07-11
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
10
-25
/
+20
2018-07-11
xfs: use ->t_dfops for all xfs_bmapi_write() callers
Brian Foster
5
-20
/
+26
2018-07-11
xfs: use ->t_dfops in dqalloc transaction
Brian Foster
1
-14
/
+20
2018-07-11
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
Brian Foster
7
-119
/
+117
2018-07-11
xfs: use ->t_dfops in extent split tx and remove param
Brian Foster
1
-7
/
+6
2018-07-11
xfs: remove dfops param in attr fork add path
Brian Foster
1
-11
/
+8
2018-07-11
xfs: use ->t_dfops for attr set/remove operations
Brian Foster
2
-5
/
+9
2018-07-11
xfs: use ->t_dfops for recovery of [b|c]ui log items
Brian Foster
2
-0
/
+16
2018-07-11
xfs: remove dfops param from high level dirname calls
Brian Foster
4
-42
/
+36
2018-07-11
xfs: remove dfops parameter from ifree call stack
Brian Foster
4
-12
/
+7
2018-07-11
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
Brian Foster
6
-16
/
+16
2018-07-11
xfs: cow unwritten conversion uses uninitialized dfops
Brian Foster
1
-7
/
+4
[next]