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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-09
udf: Fix loading of special inodes
Jan Kara
3
-11
/
+26
2014-10-09
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+1
2014-10-08
Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
17
-786
/
+1421
2014-10-08
Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
26
-331
/
+866
2014-10-08
Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
38
-3190
/
+2373
2014-10-08
btrfs: Fix compile error when CONFIG_SECURITY is not set.
Qu Wenruo
1
-0
/
+2
2014-10-08
GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)
Fabian Frederick
3
-4
/
+4
2014-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+3
2014-10-07
Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is off
Chris Mason
2
-3
/
+2
2014-10-07
f2fs: support volatile operations for transient data
Jaegeuk Kim
4
-2
/
+25
2014-10-07
locks: flock_make_lock should return a struct file_lock (or PTR_ERR)
Jeff Layton
1
-8
/
+11
2014-10-07
locks: set fl_owner for leases to filp instead of current->files
Jeff Layton
1
-1
/
+1
2014-10-07
locks: give lm_break a return value
Jeff Layton
2
-12
/
+22
2014-10-07
locks: __break_lease cleanup in preparation of allowing direct removal of leases
Jeff Layton
1
-24
/
+25
2014-10-07
locks: remove i_have_this_lease check from __break_lease
Jeff Layton
1
-4
/
+2
2014-10-07
locks: move freeing of leases outside of i_lock
Jeff Layton
2
-15
/
+25
2014-10-07
locks: move i_lock acquisition into generic_*_lease handlers
Jeff Layton
1
-12
/
+9
2014-10-07
locks: define a lm_setup handler for leases
Jeff Layton
2
-48
/
+50
2014-10-07
locks: plumb a "priv" pointer into the setlease routines
Jeff Layton
4
-18
/
+29
2014-10-07
nfsd: don't keep a pointer to the lease in nfs4_file
Jeff Layton
2
-10
/
+4
2014-10-07
locks: clean up vfs_setlease kerneldoc comments
Jeff Layton
1
-24
/
+10
2014-10-07
locks: generic_delete_lease doesn't need a file_lock at all
Jeff Layton
2
-21
/
+15
2014-10-07
nfsd: fix potential lease memory leak in nfs4_setlease
Jeff Layton
1
-2
/
+5
2014-10-07
locks: close potential race in lease_get_mtime
Jeff Layton
1
-2
/
+12
2014-10-06
f2fs: support atomic writes
Jaegeuk Kim
8
-5
/
+139
2014-10-06
ecryptfs: remove unneeded buggy code in ecryptfs_do_create()
Alexey Khoroshilov
1
-7
/
+0
2014-10-06
btrfs: Make btrfs handle security mount options internally to avoid losing se...
Qu Wenruo
2
-5
/
+97
2014-10-05
ecryptfs: avoid to access NULL pointer when write metadata in xattr
Chao Yu
1
-1
/
+1
2014-10-05
f2fs: remove unused return value
Jaegeuk Kim
1
-3
/
+2
2014-10-04
Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...
Chris Mason
6
-16
/
+16
2014-10-04
Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...
Chris Mason
9
-105
/
+57
2014-10-04
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...
Chris Mason
17
-135
/
+130
2014-10-03
Btrfs: send, don't delay dir move if there's a new parent inode
Filipe Manana
1
-1
/
+1
2014-10-03
btrfs: add more superblock checks
David Sterba
1
-2
/
+65
2014-10-03
Btrfs: fix race in WAIT_SYNC ioctl
Sage Weil
1
-3
/
+9
2014-10-03
Btrfs: be aware of btree inode write errors to avoid fs corruption
Filipe Manana
6
-12
/
+114
2014-10-03
Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.
Fabian Frederick
1
-2
/
+0
2014-10-03
btrfs: fix shadow warning on cmp
Fabian Frederick
1
-4
/
+4
2014-10-03
Btrfs: fix compilation errors under DEBUG
Fabian Frederick
1
-2
/
+2
2014-10-03
Btrfs: fix crash of btrfs_release_extent_buffer_page
Liu Bo
1
-0
/
+1
2014-10-03
Btrfs: add missing end_page_writeback on submit_extent_page failure
Filipe Manana
1
-0
/
+1
2014-10-03
btrfs: Fix the wrong condition judgment about subset extent map
Qu Wenruo
1
-1
/
+1
2014-10-03
Btrfs: fix build_backref_tree issue with multiple shared blocks
Josef Bacik
1
-1
/
+4
2014-10-03
Btrfs: cleanup error handling in build_backref_tree
Josef Bacik
1
-29
/
+59
2014-10-03
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-8
/
+4
2014-10-03
GFS2: Use gfs2_rbm_incr in rgblk_free
Bob Peterson
1
-9
/
+13
2014-10-02
ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler
alex chen
1
-0
/
+4
2014-10-02
CIFS: Fix readpages retrying on reconnects
Pavel Shilovsky
1
-7
/
+1
2014-10-02
Fix problem recognizing symlinks
Steve French
2
-1
/
+3
2014-10-02
btrfs: move checks for DUMMY_ROOT into a helper
David Sterba
5
-21
/
+23
[prev]
[next]