index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
xfs_bmap_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
2021-02-03
1
-24
/
+5
*
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
2021-02-03
1
-11
/
+3
*
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2021-02-03
1
-13
/
+11
*
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
2021-02-03
1
-7
/
+4
*
xfs: clean up quota reservation callsites
Darrick J. Wong
2021-02-03
1
-2
/
+2
*
xfs: Check for extent overflow when swapping extents
Chandan Babu R
2021-01-22
1
-0
/
+16
*
xfs: Check for extent overflow when punching a hole
Chandan Babu R
2021-01-22
1
-0
/
+10
*
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2021-01-22
1
-0
/
+5
*
xfs: fix fallocate functions when rtextsize is larger than 1
Darrick J. Wong
2020-10-21
1
-13
/
+5
*
xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...
Darrick J. Wong
2020-09-15
1
-0
/
+16
*
xfs: finish dfops on every insert range shift iteration
Brian Foster
2020-08-26
1
-1
/
+1
*
Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-08-07
1
-9
/
+9
|
\
|
*
xfs: preserve rmapbt swapext block reservation from freed blocks
Brian Foster
2020-07-06
1
-9
/
+9
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
/
*
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-28
/
+28
*
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-16
/
+12
*
xfs: don't allow SWAPEXT if we'd screw up quota accounting
Darrick J. Wong
2020-05-19
1
-0
/
+7
*
xfs: clean up the error handling in xfs_swap_extents
Darrick J. Wong
2020-05-06
1
-1
/
+1
*
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2020-03-19
1
-8
/
+8
*
xfs: rework collapse range into an atomic operation
Brian Foster
2020-03-02
1
-14
/
+15
*
xfs: rework insert range into an atomic operation
Brian Foster
2020-03-02
1
-19
/
+13
*
xfs: open code insert range extent split helper
Brian Foster
2020-03-02
1
-1
/
+13
*
xfs: stabilize insert range start boundary to avoid COW writeback race
Brian Foster
2019-12-11
1
-0
/
+12
*
xfs: attach dquots before performing xfs_swap_extents
Darrick J. Wong
2019-11-11
1
-0
/
+8
*
xfs: move extent zeroing to xfs_bmapi_allocate
Christoph Hellwig
2019-11-03
1
-7
/
+0
*
xfs: simplify xfs_iomap_eof_align_last_fsb
Christoph Hellwig
2019-11-03
1
-23
/
+0
*
xfs: properly serialise fallocate against AIO+DIO
Dave Chinner
2019-10-31
1
-7
/
+1
*
xfs: refactor xfs_bmap_count_blocks using newer btree helpers
Darrick J. Wong
2019-10-29
1
-130
/
+20
*
xfs: consolidate preallocation in xfs_file_fallocate
Christoph Hellwig
2019-10-28
1
-37
/
+0
*
xfs: add a xfs_inode_buftarg helper
Christoph Hellwig
2019-10-28
1
-7
/
+8
*
xfs: don't set bmapi total block req where minleft is
Brian Foster
2019-10-23
1
-2
/
+2
*
xfs: split the iomap ops for buffered vs direct writes
Christoph Hellwig
2019-10-21
1
-1
/
+2
*
xfs: Fix tail rounding in xfs_alloc_file_space()
Max Reitz
2019-10-06
1
-1
/
+3
*
xfs: cleanup xfs_fsb_to_db
Christoph Hellwig
2019-08-30
1
-3
/
+3
*
xfs: remove unnecessary int returns from deferred bmap functions
Darrick J. Wong
2019-08-28
1
-12
/
+4
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-5
/
+0
*
xfs: remove unused flag arguments
Eric Sandeen
2019-06-12
1
-3
/
+3
*
xfs: add missing error check in xfs_prepare_shift()
Brian Foster
2019-04-26
1
-0
/
+2
*
xfs: introduce an always_cow mode
Christoph Hellwig
2019-02-21
1
-6
/
+3
*
xfs: fix PAGE_MASK usage in xfs_free_file_space
Darrick J. Wong
2018-12-04
1
-2
/
+2
*
xfs: flush removing page cache in xfs_reflink_remap_prep
Dave Chinner
2018-11-21
1
-1
/
+1
*
xfs: extent shifting doesn't fully invalidate page cache
Dave Chinner
2018-11-20
1
-7
/
+1
*
xfs: cancel COW blocks before swapext
Christoph Hellwig
2018-10-18
1
-0
/
+6
*
xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared
Christoph Hellwig
2018-10-18
1
-2
/
+2
*
xfs: remove suport for filesystems without unwritten extent flag
Christoph Hellwig
2018-10-18
1
-50
/
+1
*
xfs: don't bring in extents in xfs_bmap_punch_delalloc_range
Christoph Hellwig
2018-09-29
1
-6
/
+2
*
xfs: remove last of unnecessary xfs_defer_cancel() callers
Brian Foster
2018-09-29
1
-7
/
+5
*
xfs: pass transaction to xfs_defer_add()
Brian Foster
2018-08-02
1
-9
/
+4
*
xfs: cancel dfops on xfs_defer_finish() error
Brian Foster
2018-08-02
1
-1
/
+1
*
xfs: automatic dfops inode relogging
Brian Foster
2018-08-02
1
-4
/
+0
[next]