index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_bmap_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-01
xfs: remove unnecessary shifts
Darrick J. Wong
1
-3
/
+3
2021-05-20
xfs: retry allocations when locality-based search fails
Darrick J. Wong
1
-1
/
+14
2021-05-16
xfs: adjust rt allocation minlen when extszhint > rtextsize
Darrick J. Wong
1
-26
/
+57
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
1
-2
/
+2
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
1
-10
/
+6
2021-04-07
xfs: move the check for post-EOF mappings into xfs_can_free_eofblocks
Darrick J. Wong
1
-65
/
+80
2021-04-07
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
1
-12
/
+12
2021-04-07
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-04-07
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
1
-4
/
+4
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-3
/
+3
2021-04-07
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-02-03
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
1
-24
/
+5
2021-02-03
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
1
-11
/
+3
2021-02-03
xfs: reserve data and rt quota at the same time
Darrick J. Wong
1
-13
/
+11
2021-02-03
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
1
-7
/
+4
2021-02-03
xfs: clean up quota reservation callsites
Darrick J. Wong
1
-2
/
+2
2021-01-22
xfs: Check for extent overflow when swapping extents
Chandan Babu R
1
-0
/
+16
2021-01-22
xfs: Check for extent overflow when punching a hole
Chandan Babu R
1
-0
/
+10
2021-01-22
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
1
-0
/
+5
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
[next]