index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: rename and simplify xfs_bmap_one_block
Christoph Hellwig
2021-04-15
1
-32
/
+0
*
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-15
1
-48
/
+34
*
xfs: precalculate default inode attribute offset
Dave Chinner
2021-04-07
1
-11
/
+10
*
xfs: default attr fork size does not handle device inodes
Dave Chinner
2021-04-07
1
-2
/
+7
*
xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...
Chandan Babu R
2021-04-07
1
-1
/
+3
*
xfs: move the di_forkoff field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-16
/
+16
*
xfs: move the di_extsize field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-6
/
+6
*
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extents
Chandan Babu R
2021-04-07
1
-1
/
+2
*
xfs: initialise attr fork on inode create
Dave Chinner
2021-03-25
1
-5
/
+4
*
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
2021-02-03
1
-1
/
+1
*
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
2021-02-03
1
-8
/
+2
*
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2021-02-03
1
-3
/
+1
*
xfs: create convenience wrappers for incore quota block reservations
Darrick J. Wong
2021-02-03
1
-6
/
+4
*
xfs: clean up quota reservation callsites
Darrick J. Wong
2021-02-03
1
-2
/
+1
*
xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()
Chandan Babu R
2021-02-01
1
-5
/
+4
*
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
2021-01-22
1
-24
/
+100
*
xfs: Process allocated extent in a separate function
Chandan Babu R
2021-01-22
1
-29
/
+45
*
xfs: Compute bmap extent alignments in a separate function
Chandan Babu R
2021-01-22
1
-37
/
+52
*
xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
Chandan Babu R
2021-01-22
1
-1
/
+0
*
xfs: Check for extent overflow when renaming dir entries
Chandan Babu R
2021-01-22
1
-0
/
+3
*
xfs: Check for extent overflow when removing dir entries
Chandan Babu R
2021-01-22
1
-0
/
+18
*
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2021-01-22
1
-0
/
+6
*
xfs: remove xfs_buf_t typedef
Dave Chinner
2020-12-16
1
-3
/
+3
*
xfs: refactor file range validation
Darrick J. Wong
2020-12-09
1
-1
/
+1
*
xfs: refactor realtime volume extent validation
Darrick J. Wong
2020-12-09
1
-10
/
+3
*
xfs: refactor data device extent validation
Darrick J. Wong
2020-12-09
1
-6
/
+2
*
xfs: detect overflows in bmbt records
Darrick J. Wong
2020-12-09
1
-0
/
+5
*
xfs: don't free rt blocks when we're doing a REMAP bunmapi call
Darrick J. Wong
2020-09-23
1
-7
/
+12
*
xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files
Darrick J. Wong
2020-09-03
1
-1
/
+1
*
xfs: Remove kmem_zone_zalloc() usage
Carlos Maiolino
2020-07-28
1
-1
/
+4
*
xfs: Remove kmem_zone_alloc() usage
Carlos Maiolino
2020-07-28
1
-1
/
+2
*
xfs: force writes to delalloc regions to unwritten
Darrick J. Wong
2020-05-27
1
-12
/
+17
*
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-66
/
+54
*
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-71
/
+55
*
xfs: remove the NULL fork handling in xfs_bmapi_read
Christoph Hellwig
2020-05-19
1
-17
/
+5
*
xfs: remove the special COW fork handling in xfs_bmapi_read
Christoph Hellwig
2020-05-19
1
-12
/
+1
*
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
1
-6
/
+4
*
xfs: rename btree cursor private btree member flags
Dave Chinner
2020-03-13
1
-4
/
+4
*
xfs: convert btree cursor inode-private member names
Dave Chinner
2020-03-13
1
-22
/
+22
*
xfs: open code insert range extent split helper
Brian Foster
2020-03-02
1
-30
/
+2
*
xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
Darrick J. Wong
2020-01-26
1
-5
/
+6
*
xfs: remove the xfs_btree_get_buf[ls] functions
Darrick J. Wong
2020-01-26
1
-5
/
+9
*
libxfs: resync with the userspace libxfs
Darrick J. Wong
2019-12-19
1
-1
/
+1
*
xfs: stabilize insert range start boundary to avoid COW writeback race
Brian Foster
2019-12-11
1
-2
/
+1
*
xfs: don't check for AG deadlock for realtime files in bunmapi
Omar Sandoval
2019-12-02
1
-1
/
+1
*
xfs: fix realtime file data space leak
Omar Sandoval
2019-12-02
1
-11
/
+14
*
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
2019-11-13
1
-44
/
+24
*
xfs: kill the XFS_WANT_CORRUPT_* macros
Darrick J. Wong
2019-11-12
1
-65
/
+234
[next]