index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
2018-07-11
1
-25
/
+3
*
xfs: remove bmap format helpers firstblock params
Brian Foster
2018-07-11
1
-34
/
+29
*
xfs: remove bmap extent add helper firstblock params
Brian Foster
2018-07-11
1
-16
/
+10
*
xfs: remove xfs_bmalloca firstblock field
Brian Foster
2018-07-11
1
-21
/
+23
*
xfs: use ->t_firstblock in bmap extent split
Brian Foster
2018-07-11
1
-9
/
+6
*
xfs: remove bmap insert/collapse firstblock param
Brian Foster
2018-07-11
1
-6
/
+4
*
xfs: remove xfs_bunmapi() firstblock param
Brian Foster
2018-07-11
1
-13
/
+12
*
xfs: remove xfs_bmapi_write() firstblock param
Brian Foster
2018-07-11
1
-13
/
+5
*
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
1
-10
/
+2
*
xfs: use ->t_firstblock in xattr ops
Brian Foster
2018-07-11
1
-1
/
+0
*
xfs: use ->t_firstblock in attrfork add
Brian Foster
2018-07-11
1
-20
/
+13
*
xfs: allow null firstblock in xfs_bmapi_write() when tp is null
Brian Foster
2018-07-11
1
-1
/
+1
*
xfs: refactor dfops init to attach to transaction
Brian Foster
2018-07-11
1
-4
/
+2
*
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
2018-07-11
1
-11
/
+1
*
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
1
-9
/
+7
*
xfs: remove struct xfs_bmalloca dfops field
Brian Foster
2018-07-11
1
-15
/
+15
*
xfs: remove xfs_bmapi_remap() dfops param
Brian Foster
2018-07-11
1
-4
/
+4
*
xfs: remove xfs_bunmapi() dfops param
Brian Foster
2018-07-11
1
-11
/
+9
*
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
2018-07-11
1
-5
/
+5
*
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
Brian Foster
2018-07-11
1
-1
/
+0
*
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
1
-1
/
+2
*
xfs: remove the now unused XFS_BMAPI_IGSTATE flag
Christoph Hellwig
2018-07-11
1
-4
/
+2
*
xfs: don't allow insert-range to shift extents past the maximum offset
Darrick J. Wong
2018-06-24
1
-0
/
+26
*
xfs: replace do_mod with native operations
Dave Chinner
2018-06-08
1
-14
/
+23
*
xfs: clean up MIN/MAX
Dave Chinner
2018-06-08
1
-1
/
+1
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: don't assert when reporting on-disk corruption while loading btree
Darrick J. Wong
2018-06-04
1
-1
/
+0
*
xfs: teach xfs_bmapi_remap to accept some bmapi flags
Darrick J. Wong
2018-05-15
1
-2
/
+8
*
xfs: make xfs_bmapi_remapi work with attribute forks
Darrick J. Wong
2018-05-15
1
-12
/
+16
*
xfs: factor out nodiscard helpers
Brian Foster
2018-05-15
1
-9
/
+4
*
xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
Darrick J. Wong
2018-05-15
1
-11
/
+18
*
xfs: don't discard on free of unwritten extents
Brian Foster
2018-05-10
1
-1
/
+2
*
xfs: add bmapi nodiscard flag
Brian Foster
2018-05-10
1
-4
/
+13
*
xfs: get rid of the log item descriptor
Dave Chinner
2018-05-10
1
-4
/
+4
*
xfs: bmap debugging should never panic the system
Darrick J. Wong
2018-05-09
1
-2
/
+4
*
xfs: set format back to extents if xfs_bmap_extents_to_btree
Eric Sandeen
2018-04-17
1
-0
/
+4
*
xfs: non-scrub - remove unused function parameters
Eric Sandeen
2018-04-09
1
-2
/
+1
*
xfs: refactor inode verifier error logging
Darrick J. Wong
2018-03-23
1
-2
/
+3
*
xfs: refactor bmap record validation
Darrick J. Wong
2018-03-23
1
-3
/
+43
*
xfs: don't screw up direct writes when freesp is fragmented
Darrick J. Wong
2018-01-29
1
-0
/
+20
*
xfs: treat CoW fork operations as delalloc for quota accounting
Darrick J. Wong
2018-01-29
1
-2
/
+30
*
xfs: refactor accounting updates out of xfs_bmap_btalloc
Darrick J. Wong
2018-01-29
1
-13
/
+17
*
xfs: bmap code cleanup
Shan Hai
2018-01-29
1
-24
/
+8
*
xfs: recheck reflink / dirty page status before freeing CoW reservations
Darrick J. Wong
2018-01-17
1
-1
/
+9
*
xfs: remove XFS_FSB_SANITY_CHECK
Darrick J. Wong
2018-01-08
1
-2
/
+2
*
xfs: account for null transactions in bunmapi
Darrick J. Wong
2017-12-14
1
-1
/
+1
[prev]
[next]