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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-06
fat: improve fat_hash()
OGAWA Hirofumi
2
-12
/
+7
2008-11-06
fat: cleanup fat_parse_long() error handling
Darren Jenkins
1
-3
/
+4
2008-11-06
fat: use generic_file_llseek() for directory
OGAWA Hirofumi
1
-0
/
+1
2008-11-06
fat: Fix and cleanup timestamp conversion
OGAWA Hirofumi
6
-72
/
+130
2008-11-06
fat: split include/msdos_fs.h
OGAWA Hirofumi
9
-8
/
+282
2008-11-06
fat: move fs/vfat/* and fs/msdos/* to fs/fat
OGAWA Hirofumi
6
-17
/
+5
2008-11-06
ext3: wait on all pending commits in ext3_sync_fs
Arthur Jones
1
-6
/
+5
2008-11-06
autofs4: collect version check return
Ian Kent
1
-2
/
+3
2008-11-06
autofs4: correct offset mount expire check
Ian Kent
1
-4
/
+15
2008-11-06
ext4: calculate journal credits correctly
Theodore Ts'o
1
-2
/
+3
2008-11-06
block: fix __blkdev_get() for removable devices
Tejun Heo
1
-12
/
+11
2008-11-05
[JFFS2] fix race condition in jffs2_lzo_compress()
Geert Uytterhoeven
1
-6
/
+9
2008-11-03
ext4: wait on all pending commits in ext4_sync_fs()
Theodore Ts'o
1
-11
/
+8
2008-11-04
ext4: Convert to host order before using the values.
Aneesh Kumar K.V
1
-3
/
+2
2008-11-04
ext4: fix missing ext4_unlock_group in error path
Aneesh Kumar K.V
1
-0
/
+1
2008-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
8
-30
/
+86
2008-11-03
cifs: fix renaming one hardlink on top of another
Jeff Layton
1
-1
/
+3
2008-11-03
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...
Linus Torvalds
1
-18
/
+20
2008-11-02
jbd2: deregister proc on failure in jbd2_journal_init_inode
Sami Liedes
1
-0
/
+2
2008-11-06
jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_space
Theodore Ts'o
1
-7
/
+25
2008-11-06
jbd: don't give up looking for space so easily in __log_wait_for_space
Theodore Ts'o
1
-7
/
+24
2008-11-01
saner FASYNC handling on file close
Al Viro
4
-7
/
+4
2008-10-31
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-0
/
+3
2008-10-31
[JFFS2] Fix lack of locking in thread_should_wake()
David Woodhouse
1
-5
/
+5
2008-10-31
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
5
-63
/
+46
2008-10-31
fs: replace NIPQUAD()
Harvey Harrison
13
-43
/
+39
2008-10-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
7
-22
/
+16
2008-10-30
NLM: Set address family before calling nlm_host_rebooted()
Chuck Lever
2
-0
/
+2
2008-10-30
nfsd: fix failure to set eof in readdir in some situations
J. Bruce Fields
1
-0
/
+1
2008-10-30
[CIFS] fix error in smb_send2
Steve French
3
-4
/
+7
2008-10-30
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-8
/
+3
2008-10-30
fs: remove excess kernel-doc
Randy Dunlap
1
-1
/
+0
2008-10-30
ecryptfs: fix memory corruption when storing crypto info in xattrs
Eric Sandeen
1
-7
/
+8
2008-10-30
fs: remove prepare_write/commit_write
Nick Piggin
4
-6
/
+5
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
2
-2
/
+2
2008-10-29
net: replace %#p6 format specifier with %pi6
Harvey Harrison
1
-1
/
+1
2008-10-29
[CIFS] Reduce number of socket retries in large write path
Steve French
5
-25
/
+76
2008-10-28
misc: replace NIP6_FMT with %p6 format specifier
Harvey Harrison
2
-3
/
+2
2008-10-28
net: replace all current users of NIP6_SEQFMT with %#p6
Harvey Harrison
1
-2
/
+1
2008-10-28
NFS: Convert nfs_attr_generation_counter into an atomic_long
Trond Myklebust
1
-8
/
+3
2008-10-28
delay capable() check in ext4_has_free_blocks()
Eric Sandeen
1
-12
/
+14
2008-10-28
merge ext4_claim_free_blocks & ext4_has_free_blocks
Eric Sandeen
2
-43
/
+17
2008-10-28
jbd2: Call the commit callback before the transaction could get dropped
Theodore Ts'o
1
-4
/
+4
2008-10-27
ext4: fix a bug accessing freed memory in ext4_abort
Hidehiro Kawai
1
-4
/
+7
2008-10-27
ext3: fix a bug accessing freed memory in ext3_abort
Hidehiro Kawai
1
-3
/
+7
2008-10-27
proc: revert /proc/uptime to ->read_proc hook
Alexey Dobriyan
1
-18
/
+20
2008-10-27
Switch to a valid email address...
Alan Cox
4
-4
/
+4
2008-10-26
epoll: avoid double-inserts in case of EFAULT
Davide Libenzi
1
-2
/
+9
2008-10-26
select: deal with math overflow from borderline valid userland data
Arjan van de Ven
2
-4
/
+6
2008-10-25
ext4: Fix duplicate entries returned from getdents() system call
Theodore Ts'o
1
-12
/
+8
[prev]
[next]