index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-18
xfs: Add attibute set and helper functions
Allison Henderson
1
-19
/
+30
2018-10-18
xfs: remove suport for filesystems without unwritten extent flag
Christoph Hellwig
1
-14
/
+7
2018-10-01
xfs: fix error handling in xfs_bmap_extents_to_btree
Dave Chinner
1
-11
/
+13
2018-08-12
xfs: fix a null pointer dereference in xfs_bmap_extents_to_btree
Shan Hai
1
-8
/
+16
2018-08-03
xfs: fold dfops into the transaction
Brian Foster
1
-1
/
+0
2018-08-03
xfs: pass transaction to xfs_defer_add()
Brian Foster
1
-49
/
+40
2018-08-03
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
1
-2
/
+0
2018-08-03
xfs: automatic dfops inode relogging
Brian Foster
1
-8
/
+0
2018-08-03
xfs: add missing defer ijoins for held inodes
Brian Foster
1
-0
/
+1
2018-08-03
xfs: replace dop_low with transaction flag
Brian Foster
1
-4
/
+4
2018-07-30
xfs: remove the xfs_ifork_t typedef
Christoph Hellwig
1
-9
/
+9
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
1
-15
/
+1
2018-07-23
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
1
-16
/
+8
2018-07-12
xfs: remove xfs_defer_init() firstblock param
Brian Foster
1
-2
/
+2
2018-07-12
xfs: remove xfs_alloc_arg firstblock field
Brian Foster
1
-3
/
+0
2018-07-12
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
1
-25
/
+3
2018-07-12
xfs: remove bmap format helpers firstblock params
Brian Foster
1
-34
/
+29
2018-07-12
xfs: remove bmap extent add helper firstblock params
Brian Foster
1
-16
/
+10
2018-07-12
xfs: remove xfs_bmalloca firstblock field
Brian Foster
1
-21
/
+23
2018-07-12
xfs: use ->t_firstblock in bmap extent split
Brian Foster
1
-9
/
+6
2018-07-12
xfs: remove bmap insert/collapse firstblock param
Brian Foster
1
-6
/
+4
2018-07-12
xfs: remove xfs_bunmapi() firstblock param
Brian Foster
1
-13
/
+12
2018-07-12
xfs: remove xfs_bmapi_write() firstblock param
Brian Foster
1
-13
/
+5
2018-07-12
xfs: use ->t_firstblock in xfs_bmapi_remap()
Brian Foster
1
-3
/
+2
2018-07-12
xfs: use ->t_firstblock for all xfs_bunmapi() callers
Brian Foster
1
-10
/
+2
2018-07-12
xfs: use ->t_firstblock in xattr ops
Brian Foster
1
-1
/
+0
2018-07-12
xfs: use ->t_firstblock in attrfork add
Brian Foster
1
-20
/
+13
2018-07-12
xfs: allow null firstblock in xfs_bmapi_write() when tp is null
Brian Foster
1
-1
/
+1
2018-07-12
xfs: refactor dfops init to attach to transaction
Brian Foster
1
-4
/
+2
2018-07-12
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
1
-11
/
+1
2018-07-12
xfs: remove dfops param from internal bmap extent helpers
Brian Foster
1
-48
/
+44
2018-07-12
xfs: use ->t_dfops for collapse/insert range operations
Brian Foster
1
-9
/
+7
2018-07-12
xfs: remove struct xfs_bmalloca dfops field
Brian Foster
1
-15
/
+15
2018-07-12
xfs: remove xfs_bmapi_remap() dfops param
Brian Foster
1
-4
/
+4
2018-07-12
xfs: remove xfs_bunmapi() dfops param
Brian Foster
1
-11
/
+9
2018-07-12
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
1
-5
/
+5
2018-07-12
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
Brian Foster
1
-1
/
+0
2018-07-12
xfs: use ->t_dfops in extent split tx and remove param
Brian Foster
1
-7
/
+6
2018-07-12
xfs: remove dfops param in attr fork add path
Brian Foster
1
-11
/
+8
2018-07-12
xfs: use ->t_dfops for attr set/remove operations
Brian Foster
1
-1
/
+2
2018-07-12
xfs: remove the now unused XFS_BMAPI_IGSTATE flag
Christoph Hellwig
1
-4
/
+2
2018-06-24
xfs: don't allow insert-range to shift extents past the maximum offset
Darrick J. Wong
1
-0
/
+26
2018-06-08
xfs: replace do_mod with native operations
Dave Chinner
1
-14
/
+23
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
1
-1
/
+1
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-06-05
xfs: don't assert when reporting on-disk corruption while loading btree
Darrick J. Wong
1
-1
/
+0
2018-05-16
xfs: teach xfs_bmapi_remap to accept some bmapi flags
Darrick J. Wong
1
-2
/
+8
2018-05-16
xfs: make xfs_bmapi_remapi work with attribute forks
Darrick J. Wong
1
-12
/
+16
2018-05-16
xfs: factor out nodiscard helpers
Brian Foster
1
-9
/
+4
2018-05-16
xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
Darrick J. Wong
1
-11
/
+18
[next]