index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
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
2012-11-15
xfs: uncached buffer reads need to return an error
Dave Chinner
1
-1
/
+8
2012-11-15
xfs: make buffer read verication an IO completion function
Dave Chinner
1
-3
/
+3
2012-10-17
xfs: remove xfs_iget.c
Dave Chinner
1
-0
/
+1
2012-08-23
xfs: fix uninitialised variable in xfs_rtbuf_get()
Dave Chinner
1
-1
/
+1
2012-05-14
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: clean up buffer get/read call API
Dave Chinner
1
-4
/
+4
2012-03-22
xfs: fix deadlock in xfs_rtfree_extent
Kamal Dasu
1
-5
/
+4
2011-10-11
xfs: simplify xfs_trans_ijoin* again
Christoph Hellwig
1
-5
/
+5
2011-10-11
xfs: rename xfs_bmapi to xfs_bmapi_write
Dave Chinner
1
-3
/
+3
2011-10-11
xfs: remove xfs_bmapi_single()
Dave Chinner
1
-21
/
+11
2011-07-25
xfs: Remove the macro XFS_BUF_PTR
Chandra Seetharaman
1
-15
/
+15
2011-07-25
xfs: Remove the macro XFS_BUF_ERROR and family
Chandra Seetharaman
1
-1
/
+1
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
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2469