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_rtalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-07
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
1
-4
/
+4
2011-02-22
xfs: stop using xfs_trans_iget in the RT allocator
Christoph Hellwig
1
-33
/
+21
2011-02-07
xfs: add lockdep annotations for the rt inodes
Christoph Hellwig
1
-6
/
+10
2011-02-07
xfs: only lock the rt bitmap inode once per allocation
Christoph Hellwig
1
-21
/
+13
2010-10-18
xfs: use unhashed buffers for size checks
Dave Chinner
1
-16
/
+13
2010-07-26
xfs: remove unused delta tracking code in xfs_bmapi
Christoph Hellwig
1
-1
/
+1
2010-07-26
xfs: remove unneeded #include statements
Christoph Hellwig
1
-6
/
+0
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
1
-1
/
+0
2010-06-24
xfs: remove block number from inode lookup code
Dave Chinner
1
-2
/
+2
2010-05-28
xfs: replace E2BIG with EFBIG where appropriate
Eric Sandeen
1
-2
/
+2
2010-01-15
xfs: fix missing error check in xfs_rtfree_range
Dave Chinner
1
-0
/
+2
2009-12-14
xfs: event tracing support
Christoph Hellwig
1
-0
/
+1
2009-02-04
xfs: make sure to free the real-time inodes in the mount error path
Christoph Hellwig
1
-0
/
+10
2009-01-16
[XFS] Remove the rest of the macro-to-function indirections.
Eric Sandeen
1
-1
/
+1
2008-12-02
[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.
sandeen@sandeen.net
1
-0
/
+2
2008-12-01
[XFS] fix uninitialised variable bug in dquot release.
Dave Chinner
1
-21
/
+18
2008-08-13
[XFS] Use the generic bitops rather than implementing them ourselves.
David Chinner
1
-12
/
+7
2008-07-28
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
1
-1
/
+1
2008-04-18
[XFS] Propagate errors from xfs_trans_commit().
David Chinner
1
-15
/
+23
2008-04-18
[XFS] remove most calls to VN_RELE
Christoph Hellwig
1
-1
/
+2
2008-02-26
[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac
Lachlan McIlroy
1
-7
/
+12
2008-02-07
[XFS] Use the generic bitops rather than implementing them ourselves.
David Chinner
1
-12
/
+7
2007-07-14
[XFS] Don't grow filesystems past the size they can index.
Nathan Scott
1
-1
/
+3
2007-05-08
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with
Eric Sandeen
1
-3
/
+3
2007-02-10
[XFS] Remove a bunch of unused functions from XFS.
Eric Sandeen
1
-108
/
+0
2007-02-10
[XFS] Remove unused argument to xfs_bmap_finish
Eric Sandeen
1
-1
/
+1
2006-09-28
[XFS] Fix a porting botch on the realtime subvol growfs code path.
Nathan Scott
1
-1
/
+1
2006-09-28
[XFS] Minor code rearranging and cleanup to prevent some coverity false
Nathan Scott
1
-21
/
+15
2006-06-28
[XFS] Fix realtime subvolume expansion, a porting bug b0rked it. Coverity
Eric Sesterhenn
1
-1
/
+1
2006-06-20
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
1
-2
/
+0
2006-06-09
[XFS] Portability changes: remove prdev, stick to one diagnostic
Nathan Scott
1
-6
/
+6
2006-06-09
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
Olaf Weber
1
-1
/
+1
2006-02-28
[XFS] Fix a realtime allocator regression introduced by an old iget race
Nathan Scott
1
-15
/
+14
2005-11-02
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
1
-25
/
+11
2005-11-02
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Nathan Scott
1
-12
/
+7
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+2469