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