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_fsops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-4
/
+0
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
1
-2
/
+2
2019-05-01
xfs: change some error-less functions to void types
Eric Sandeen
1
-2
/
+1
2019-02-14
xfs: reserve blocks for ifree transaction during log recovery
Darrick J. Wong
1
-0
/
+1
2018-12-29
xfs: xfs_fsops: drop useless LIST_HEAD
Julia Lawall
1
-1
/
+0
2018-12-12
xfs: add a block to inode count converter
Darrick J. Wong
1
-1
/
+1
2018-10-18
xfs: issue log message on user force shutdown
Dave Chinner
1
-25
/
+25
2018-07-29
xfs: pass transaction lock while setting up agresv on cyclic metadata
Darrick J. Wong
1
-1
/
+1
2018-06-24
xfs: don't trip over negative free space in xfs_reserve_blocks
Darrick J. Wong
1
-1
/
+1
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-15
xfs: factor the ag length extension code into libxfs
Dave Chinner
1
-56
/
+2
2018-05-15
xfs: move growfs core to libxfs
Dave Chinner
1
-475
/
+4
2018-05-15
xfs: rework secondary superblock updates in growfs
Dave Chinner
1
-37
/
+65
2018-05-15
xfs: separate secondary sb update in growfs
Dave Chinner
1
-67
/
+92
2018-05-15
xfs: make imaxpct changes in growfs separate
Dave Chinner
1
-19
/
+50
2018-05-15
xfs: turn ag header initialisation into a table driven operation
Dave Chinner
1
-90
/
+92
2018-05-15
xfs: factor ag btree root block initialisation
Dave Chinner
1
-222
/
+259
2018-05-15
xfs: convert growfs AG header init to use buffer lists
Dave Chinner
1
-41
/
+33
2018-05-15
xfs: factor out AG header initialisation from growfs core
Dave Chinner
1
-306
/
+331
2018-03-11
xfs: convert XFS_AGFL_SIZE to a helper function
Dave Chinner
1
-1
/
+1
2018-01-12
xfs: use %px for data pointers when debugging
Darrick J. Wong
1
-1
/
+1
2018-01-12
xfs: change 0x%p -> %p in print messages
Darrick J. Wong
1
-1
/
+1
2018-01-08
xfs: hoist xfs_fs_geometry to libxfs
Darrick J. Wong
1
-77
/
+0
2017-12-21
xfs: always honor OWN_UNKNOWN rmap removal requests
Darrick J. Wong
1
-0
/
+5
2017-06-19
xfs: remove double-underscore integer types
Darrick J. Wong
1
-8
/
+8
2017-01-30
xfs: remove boilerplate around xfs_btree_init_block
Eric Sandeen
1
-25
/
+6
2017-01-30
xfs: glean crc status from mp not flags in xfs_btree_init_block_int
Eric Sandeen
1
-8
/
+6
2017-01-03
xfs: use the actual AG length when reserving blocks
Darrick J. Wong
1
-0
/
+14
2016-10-05
xfs: preallocate blocks for worst-case btree expansion
Darrick J. Wong
1
-0
/
+64
2016-10-04
xfs: add reflink feature flag to geometry
Darrick J. Wong
1
-1
/
+3
2016-10-03
xfs: add refcount btree support to growfs
Darrick J. Wong
1
-0
/
+39
2016-09-19
xfs: set up per-AG free space reservations
Darrick J. Wong
1
-1
/
+1
2016-08-17
xfs: store rmapbt block count in the AGF
Darrick J. Wong
1
-0
/
+1
2016-08-03
xfs: add rmap btree geometry feature flag
Darrick J. Wong
1
-1
/
+3
2016-08-03
xfs: rmap btree requires more reserved free space
Darrick J. Wong
1
-2
/
+3
2016-08-03
xfs: add rmap btree growfs support
Darrick J. Wong
1
-0
/
+73
2016-08-03
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
1
-4
/
+13
2016-08-03
xfs: rmap btree add more reserved blocks
Darrick J. Wong
1
-3
/
+3
2016-08-03
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
1
-0
/
+1
2016-06-21
xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly
Brian Foster
1
-45
/
+60
2016-05-20
Merge branch 'xfs-4.7-trans-type-cleanup' into for-next
Dave Chinner
1
-7
/
+3
2016-04-06
xfs: better xfs_trans_alloc interface
Christoph Hellwig
1
-7
/
+3
2016-04-06
xfs: Don't wrap growfs AGFL indexes
Dave Chinner
1
-2
/
+2
2015-08-19
xfs: growfs not aware of sb_meta_uuid
Dave Chinner
1
-3
/
+3
2015-06-04
Merge branch 'xfs-commit-cleanup' into for-next
Dave Chinner
1
-3
/
+3
2015-06-04
xfs: saner xfs_trans_commit interface
Christoph Hellwig
1
-1
/
+1
2015-06-04
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
1
-2
/
+2
2015-05-29
xfs: add fs geometry bit for sparse inode chunks
Brian Foster
1
-1
/
+3
2015-02-23
xfs: remove xfs_mod_incore_sb API
Dave Chinner
1
-4
/
+0
2015-02-23
xfs: Remove icsb infrastructure
Dave Chinner
1
-2
/
+0
[next]