index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_bmap_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: don't bring in extents in xfs_bmap_punch_delalloc_range
Christoph Hellwig
2018-09-29
1
-6
/
+2
*
xfs: remove last of unnecessary xfs_defer_cancel() callers
Brian Foster
2018-09-29
1
-7
/
+5
*
xfs: pass transaction to xfs_defer_add()
Brian Foster
2018-08-02
1
-9
/
+4
*
xfs: cancel dfops on xfs_defer_finish() error
Brian Foster
2018-08-02
1
-1
/
+1
*
xfs: automatic dfops inode relogging
Brian Foster
2018-08-02
1
-4
/
+0
*
xfs: add missing defer ijoins for held inodes
Brian Foster
2018-08-02
1
-0
/
+1
*
xfs: introduce a new xfs_inode_has_cow_data helper
Christoph Hellwig
2018-07-30
1
-1
/
+1
*
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
2018-07-26
1
-2
/
+2
*
xfs: remove all boilerplate defer init/finish code
Brian Foster
2018-07-26
1
-37
/
+6
*
xfs: pull up dfops from xfs_itruncate_extents()
Brian Foster
2018-07-26
1
-0
/
+2
*
xfs_bmap_util: use swap macro
Gustavo A. R. Silva
2018-07-17
1
-23
/
+5
*
xfs: remove xfs_defer_init() firstblock param
Brian Foster
2018-07-11
1
-6
/
+6
*
xfs: use ->t_firstblock in extent swap
Brian Foster
2018-07-11
1
-4
/
+2
*
xfs: remove bmap insert/collapse firstblock param
Brian Foster
2018-07-11
1
-2
/
+2
*
xfs: remove xfs_bunmapi() firstblock param
Brian Foster
2018-07-11
1
-2
/
+1
*
xfs: remove xfs_bmapi_write() firstblock param
Brian Foster
2018-07-11
1
-3
/
+2
*
xfs: use ->t_firstblock in insert/collapse range
Brian Foster
2018-07-11
1
-6
/
+4
*
xfs: use ->t_firstblock for all xfs_bunmapi() callers
Brian Foster
2018-07-11
1
-4
/
+3
*
xfs: use ->t_firstblock for all xfs_bmapi_write() callers
Brian Foster
2018-07-11
1
-4
/
+4
*
xfs: refactor dfops init to attach to transaction
Brian Foster
2018-07-11
1
-11
/
+6
*
xfs: use ->t_dfops for rmap extent swap operations
Brian Foster
2018-07-11
1
-13
/
+19
*
xfs: use ->t_dfops for collapse/insert range operations
Brian Foster
2018-07-11
1
-6
/
+8
*
xfs: remove xfs_bunmapi() dfops param
Brian Foster
2018-07-11
1
-1
/
+1
*
xfs: use ->t_dfops for all xfs_bunmapi() callers
Brian Foster
2018-07-11
1
-4
/
+5
*
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
2018-07-11
1
-1
/
+1
*
xfs: use ->t_dfops for all xfs_bmapi_write() callers
Brian Foster
2018-07-11
1
-2
/
+3
*
xfs: move locking into xfs_bmap_punch_delalloc_range
Christoph Hellwig
2018-07-11
1
-4
/
+5
*
xfs: ensure post-EOF zeroing happens after zeroing part of a file
Darrick J. Wong
2018-06-24
1
-1
/
+16
*
xfs: don't allow insert-range to shift extents past the maximum offset
Darrick J. Wong
2018-06-24
1
-0
/
+4
*
xfs: simplify xfs_bmap_punch_delalloc_range
Christoph Hellwig
2018-06-21
1
-53
/
+32
*
xfs: replace do_mod with native operations
Dave Chinner
2018-06-08
1
-4
/
+8
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: factor out nodiscard helpers
Brian Foster
2018-05-15
1
-2
/
+2
*
xfs: remove unnecessary xfs_qm_dqattach parameter
Darrick J. Wong
2018-05-10
1
-3
/
+3
*
xfs: skip online discard during eofblocks trims
Brian Foster
2018-05-10
1
-2
/
+2
*
xfs: non-scrub - remove unused function parameters
Eric Sandeen
2018-04-09
1
-2
/
+1
*
xfs: remove xfs_zero_range
Christoph Hellwig
2018-03-15
1
-7
/
+4
*
xfs: fix the check for COW extents in xfs_swap_extents
Christoph Hellwig
2018-03-15
1
-2
/
+2
*
xfs: account format bouncing into rmapbt swapext tx reservation
Brian Foster
2018-03-11
1
-9
/
+20
*
xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modes
Darrick J. Wong
2018-01-29
1
-2
/
+2
*
xfs: remove support for inlining data/extents into the inode fork
Christoph Hellwig
2017-11-06
1
-15
/
+0
*
xfs: introduce the xfs_iext_cursor abstraction
Christoph Hellwig
2017-11-06
1
-5
/
+7
*
xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_space
Christoph Hellwig
2017-10-26
1
-0
/
+4
*
xfs: split xfs_bmap_shift_extents
Christoph Hellwig
2017-10-26
1
-8
/
+6
*
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
Christoph Hellwig
2017-10-26
1
-12
/
+2
*
xfs: inline xfs_shift_file_space into callers
Christoph Hellwig
2017-10-26
1
-90
/
+102
*
xfs: simplify the xfs_getbmap interface
Christoph Hellwig
2017-10-26
1
-29
/
+9
*
xfs: rewrite getbmap using the xfs_iext_* helpers
Christoph Hellwig
2017-10-26
1
-317
/
+208
*
xfs: move more RT specific code under CONFIG_XFS_RT
Dave Chinner
2017-10-11
1
-0
/
+2
*
xfs: always swap the cow forks when swapping extents
Darrick J. Wong
2017-10-03
1
-2
/
+22
[next]