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
/
xfs
/
libxfs
/
xfs_bmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
xfs: stop artificially limiting the length of bunmap calls
Darrick J. Wong
1
-21
/
+1
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
1
-64
/
+45
2022-04-21
xfs: convert bmapi flags to unsigned.
Dave Chinner
1
-11
/
+11
2022-04-21
xfs: convert bmap extent type flags to unsigned.
Dave Chinner
1
-7
/
+7
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
1
-2
/
+4
2022-04-13
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
1
-20
/
+0
2022-04-11
xfs: Introduce macros to represent new maximum extent counts for data/attr forks
Chandan Babu R
1
-5
/
+4
2022-04-11
xfs: Use uint64_t to count maximum blocks that can be used by BMBT
Chandan Babu R
1
-3
/
+3
2022-04-11
xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
Chandan Babu R
1
-2
/
+2
2022-04-11
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
1
-1
/
+1
2022-04-11
xfs: Introduce xfs_iext_max_nextents() helper
Chandan Babu R
1
-5
/
+4
2022-04-11
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
1
-28
/
+29
2021-12-04
xfs: pass the mapping flags to xfs_bmbt_to_iomap
Christoph Hellwig
1
-2
/
+2
2021-10-22
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-53
/
+2
2021-10-22
xfs: create slab caches for frequently-used deferred items
Darrick J. Wong
1
-2
/
+19
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
1
-3
/
+3
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
1
-1
/
+1
2021-10-19
xfs: compute absolute maximum nlevels for each btree type
Darrick J. Wong
1
-0
/
+1
2021-10-19
xfs: encode the max btree height in the cursor
Darrick J. Wong
1
-1
/
+1
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
1
-5
/
+5
2021-10-14
xfs: remove xfs_btree_cur_t typedef
Darrick J. Wong
1
-6
/
+6
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
1
-2
/
+2
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-8
/
+8
2021-08-19
xfs: convert mount flags to features
Dave Chinner
1
-2
/
+2
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-6
/
+6
2021-06-08
Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...
Darrick J. Wong
1
-1
/
+1
2021-06-08
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
1
-0
/
+1
2021-06-02
xfs: mark xfs_bmap_set_attrforkoff static
Christoph Hellwig
1
-1
/
+1
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-0
/
+1
2021-05-27
xfs: bunmapi has unnecessary AG lock ordering issues
Dave Chinner
1
-11
/
+0
2021-05-27
xfs: btree format inode forks can have zero extents
Dave Chinner
1
-1
/
+0
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
1
-12
/
+2
2021-04-15
xfs: remove XFS_IFINLINE
Christoph Hellwig
1
-2
/
+1
2021-04-15
xfs: remove XFS_IFBROOT
Christoph Hellwig
1
-9
/
+7
2021-04-15
xfs: rename and simplify xfs_bmap_one_block
Christoph Hellwig
1
-32
/
+0
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
1
-48
/
+34
2021-04-07
xfs: precalculate default inode attribute offset
Dave Chinner
1
-11
/
+10
2021-04-07
xfs: default attr fork size does not handle device inodes
Dave Chinner
1
-2
/
+7
2021-04-07
xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...
Chandan Babu R
1
-1
/
+3
2021-04-07
xfs: move the di_forkoff field to struct xfs_inode
Christoph Hellwig
1
-16
/
+16
2021-04-07
xfs: move the di_extsize field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-04-07
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
1
-6
/
+6
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-04-07
xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extents
Chandan Babu R
1
-1
/
+2
2021-03-25
xfs: initialise attr fork on inode create
Dave Chinner
1
-5
/
+4
2021-02-03
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
1
-1
/
+1
2021-02-03
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
1
-8
/
+2
2021-02-03
xfs: reserve data and rt quota at the same time
Darrick J. Wong
1
-3
/
+1
2021-02-03
xfs: create convenience wrappers for incore quota block reservations
Darrick J. Wong
1
-6
/
+4
[next]