index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_bmap_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-13
xfs: add missing error check in xfs_prepare_shift()
Brian Foster
1
-0
/
+2
2019-12-13
xfs: extent shifting doesn't fully invalidate page cache
Dave Chinner
1
-7
/
+1
2019-07-26
xfs: flush removing page cache in xfs_reflink_remap_prep
Dave Chinner
1
-1
/
+1
2019-02-12
xfs: fix PAGE_MASK usage in xfs_free_file_space
Darrick J. Wong
1
-2
/
+2
2019-02-12
xfs: cancel COW blocks before swapext
Christoph Hellwig
1
-0
/
+6
2018-09-29
xfs: don't bring in extents in xfs_bmap_punch_delalloc_range
Christoph Hellwig
1
-6
/
+2
2018-09-29
xfs: remove last of unnecessary xfs_defer_cancel() callers
Brian Foster
1
-7
/
+5
2018-08-02
xfs: pass transaction to xfs_defer_add()
Brian Foster
1
-9
/
+4
2018-08-02
xfs: cancel dfops on xfs_defer_finish() error
Brian Foster
1
-1
/
+1
2018-08-02
xfs: automatic dfops inode relogging
Brian Foster
1
-4
/
+0
2018-08-02
xfs: add missing defer ijoins for held inodes
Brian Foster
1
-0
/
+1
2018-07-30
xfs: introduce a new xfs_inode_has_cow_data helper
Christoph Hellwig
1
-1
/
+1
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
1
-2
/
+2
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
1
-37
/
+6
2018-07-26
xfs: pull up dfops from xfs_itruncate_extents()
Brian Foster
1
-0
/
+2
2018-07-17
xfs_bmap_util: use swap macro
Gustavo A. R. Silva
1
-23
/
+5
2018-07-11
xfs: remove xfs_defer_init() firstblock param
Brian Foster
1
-6
/
+6
2018-07-11
xfs: use ->t_firstblock in extent swap
Brian Foster
1
-4
/
+2
2018-07-11
xfs: remove bmap insert/collapse firstblock param
Brian Foster
1
-2
/
+2
2018-07-11
xfs: remove xfs_bunmapi() firstblock param
Brian Foster
1
-2
/
+1
2018-07-11
xfs: remove xfs_bmapi_write() firstblock param
Brian Foster
1
-3
/
+2
2018-07-11
xfs: use ->t_firstblock in insert/collapse range
Brian Foster
1
-6
/
+4
2018-07-11
xfs: use ->t_firstblock for all xfs_bunmapi() callers
Brian Foster
1
-4
/
+3
2018-07-11
xfs: use ->t_firstblock for all xfs_bmapi_write() callers
Brian Foster
1
-4
/
+4
2018-07-11
xfs: refactor dfops init to attach to transaction
Brian Foster
1
-11
/
+6
2018-07-11
xfs: use ->t_dfops for rmap extent swap operations
Brian Foster
1
-13
/
+19
2018-07-11
xfs: use ->t_dfops for collapse/insert range operations
Brian Foster
1
-6
/
+8
2018-07-11
xfs: remove xfs_bunmapi() dfops param
Brian Foster
1
-1
/
+1
2018-07-11
xfs: use ->t_dfops for all xfs_bunmapi() callers
Brian Foster
1
-4
/
+5
2018-07-11
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
1
-1
/
+1
2018-07-11
xfs: use ->t_dfops for all xfs_bmapi_write() callers
Brian Foster
1
-2
/
+3
2018-07-11
xfs: move locking into xfs_bmap_punch_delalloc_range
Christoph Hellwig
1
-4
/
+5
2018-06-24
xfs: ensure post-EOF zeroing happens after zeroing part of a file
Darrick J. Wong
1
-1
/
+16
2018-06-24
xfs: don't allow insert-range to shift extents past the maximum offset
Darrick J. Wong
1
-0
/
+4
2018-06-21
xfs: simplify xfs_bmap_punch_delalloc_range
Christoph Hellwig
1
-53
/
+32
2018-06-08
xfs: replace do_mod with native operations
Dave Chinner
1
-4
/
+8
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-15
xfs: factor out nodiscard helpers
Brian Foster
1
-2
/
+2
2018-05-10
xfs: remove unnecessary xfs_qm_dqattach parameter
Darrick J. Wong
1
-3
/
+3
2018-05-10
xfs: skip online discard during eofblocks trims
Brian Foster
1
-2
/
+2
2018-04-09
xfs: non-scrub - remove unused function parameters
Eric Sandeen
1
-2
/
+1
2018-03-15
xfs: remove xfs_zero_range
Christoph Hellwig
1
-7
/
+4
2018-03-15
xfs: fix the check for COW extents in xfs_swap_extents
Christoph Hellwig
1
-2
/
+2
2018-03-11
xfs: account format bouncing into rmapbt swapext tx reservation
Brian Foster
1
-9
/
+20
2018-01-29
xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modes
Darrick J. Wong
1
-2
/
+2
2017-11-06
xfs: remove support for inlining data/extents into the inode fork
Christoph Hellwig
1
-15
/
+0
2017-11-06
xfs: introduce the xfs_iext_cursor abstraction
Christoph Hellwig
1
-5
/
+7
2017-10-26
xfs: add asserts for the mmap lock in xfs_{insert,collapse}_file_space
Christoph Hellwig
1
-0
/
+4
2017-10-26
xfs: split xfs_bmap_shift_extents
Christoph Hellwig
1
-8
/
+6
2017-10-26
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
Christoph Hellwig
1
-12
/
+2
[next]