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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-28
btrfs: dev delete should remove sysfs entry
Anand Jain
3
-0
/
+26
2014-06-28
btrfs: rename add_device_membership to btrfs_kobj_add_device
Anand Jain
1
-2
/
+2
2014-06-19
Btrfs: fix wrong error handle when the device is missing or is not writeable
Miao Xie
1
-7
/
+15
2014-06-19
Btrfs: fix deadlock when mounting a degraded fs
Miao Xie
2
-1
/
+9
2014-06-19
Btrfs: use bio_endio_nodec instead of open code
Miao Xie
1
-8
/
+1
2014-06-19
Btrfs: fix NULL pointer crash when running balance and scrub concurrently
Wang Shilong
3
-7
/
+6
2014-06-19
btrfs: Skip scrubbing removed chunks to avoid -ENOENT.
Qu Wenruo
1
-10
/
+9
2014-06-19
Btrfs: fix broken free space cache after the system crashed
Miao Xie
4
-44
/
+186
2014-06-19
Btrfs: make free space cache write out functions more readable
Miao Xie
1
-66
/
+93
2014-06-19
Btrfs: remove unused wait queue in struct extent_buffer
Filipe Manana
1
-1
/
+0
2014-06-19
Btrfs: fix deadlocks with trylock on tree nodes
Chris Mason
1
-34
/
+46
2014-06-13
btrfs: fix error handling in create_pending_snapshot
Eric Sandeen
1
-5
/
+7
2014-06-13
btrfs: fix use of uninit "ret" in end_extent_writepage()
Eric Sandeen
1
-1
/
+1
2014-06-13
btrfs: free ulist in qgroup_shared_accounting() error path
Eric Sandeen
1
-1
/
+3
2014-06-13
Btrfs: fix qgroups sanity test crash or hang
Filipe Manana
1
-0
/
+2
2014-06-13
btrfs: prevent RCU warning when dereferencing radix tree slot
Sasha Levin
1
-1
/
+1
2014-06-13
Btrfs: fix unfinished readahead thread for raid5/6 degraded mounting
Wang Shilong
1
-2
/
+7
2014-06-13
btrfs: new ioctl TREE_SEARCH_V2
Gerhard Heift
2
-0
/
+51
2014-06-12
btrfs: tree_search, search_ioctl: direct copy to userspace
Gerhard Heift
1
-15
/
+33
2014-06-12
btrfs: new function read_extent_buffer_to_user
Gerhard Heift
2
-0
/
+40
2014-06-12
btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOW
Gerhard Heift
1
-9
/
+15
2014-06-12
btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small buffer
Gerhard Heift
1
-2
/
+26
2014-06-12
btrfs: tree_search, search_ioctl: accept varying buffer
Gerhard Heift
1
-7
/
+11
2014-06-12
btrfs: tree_search: eliminate redundant nr_items check
Gerhard Heift
1
-5
/
+7
2014-06-10
Btrfs: convert smp_mb__{before,after}_clear_bit
Chris Mason
1
-2
/
+2
2014-06-09
Btrfs: fix scrub_print_warning to handle skinny metadata extents
Liu Bo
3
-15
/
+24
2014-06-09
Btrfs: make fsync work after cloning into a file
Filipe Manana
4
-38
/
+155
2014-06-09
Btrfs: use right type to get real comparison
Liu Bo
1
-1
/
+1
2014-06-09
Btrfs: don't check nodes for extent items
Josef Bacik
1
-2
/
+3
2014-06-09
Btrfs: don't release invalid page in btrfs_page_exists_in_range()
Filipe Manana
1
-0
/
+1
2014-06-09
Btrfs: make sure we retry if page is a retriable exception
Filipe Manana
1
-1
/
+3
2014-06-09
Btrfs: make sure we retry if we couldn't get the page
Filipe Manana
1
-1
/
+3
2014-06-09
btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56
Gui Hecheng
1
-1
/
+1
2014-06-09
trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/
Antonio Ospite
1
-2
/
+2
2014-06-09
Btrfs: fix leaf corruption after __btrfs_drop_extents
Liu Bo
1
-0
/
+18
2014-06-09
Btrfs: ensure btrfs_prev_leaf doesn't miss 1 item
Filipe Manana
1
-1
/
+11
2014-06-09
Btrfs: fix clone to deal with holes when NO_HOLES feature is enabled
Filipe Manana
1
-25
/
+83
2014-06-09
btrfs: free delayed node outside of root->inode_lock
Jeff Mahoney
1
-2
/
+5
2014-06-09
btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAX
Gui Hecheng
1
-1
/
+1
2014-06-09
Btrfs: fix transaction leak during fsync call
Filipe Manana
1
-1
/
+3
2014-06-09
btrfs: Avoid trucating page or punching hole in a already existed hole.
Qu Wenruo
1
-14
/
+98
2014-06-09
Btrfs: update commit root on snapshot creation after orphan cleanup
Filipe Manana
1
-0
/
+29
2014-06-09
Btrfs: ioctl, don't re-lock extent range when not necessary
Filipe Manana
1
-2
/
+7
2014-06-09
Btrfs: avoid visiting all extent items when cloning a range
Filipe Manana
1
-4
/
+22
2014-06-09
Btrfs: set dead flag on the right root when destroying snapshot
Filipe Manana
1
-6
/
+6
2014-06-09
Btrfs: ensure readers see new data after a clone operation
Filipe Manana
1
-5
/
+31
2014-06-09
fs: btrfs: volumes.c: Fix for possible null pointer dereference
Rickard Strandqvist
1
-2
/
+3
2014-06-09
btrfs: allocate raid type kobjects dynamically
Jeff Mahoney
3
-16
/
+36
2014-06-09
Btrfs: send, use the right limits for xattr names and values
Filipe Manana
1
-7
/
+23
2014-06-09
Btrfs: send, don't error in the presence of subvols/snapshots
Filipe Manana
1
-0
/
+4
[next]