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
2008-10-13
ocfs2: Don't check for NULL before brelse()
Mark Fasheh
12
-147
/
+74
2008-10-13
ocfs2: use smaller counters in ocfs2_remove_xattr_clusters_from_cache
Mark Fasheh
1
-1
/
+1
2008-10-13
ocfs2: make la_debug_mutex static
Mark Fasheh
1
-2
/
+1
2008-10-13
ocfs2: Remove pointless !!
Mark Fasheh
1
-1
/
+1
2008-10-13
ocfs2: Add empty bucket support in xattr.
Tao Ma
1
-154
/
+43
2008-10-13
ocfs2/xattr.c: Fix a bug when inserting xattr.
Tao Ma
1
-1
/
+3
2008-10-13
ocfs2: Add xattr mount option in ocfs2_show_options()
Sunil Mushran
1
-0
/
+5
2008-10-13
ocfs2: Switch over to JBD2.
Joel Becker
12
-81
/
+224
2008-10-13
ocfs2: Add the 'inode64' mount option.
Joel Becker
3
-2
/
+21
2008-10-13
ocfs2: Limit inode allocation to 32bits.
Joel Becker
3
-19
/
+130
2008-10-13
ocfs2: Resolve deadlock in ocfs2_xattr_free_block.
Tao Ma
1
-70
/
+82
2008-10-13
ocfs2: bug-fix for journal extend in xattr.
Tao Ma
1
-1
/
+14
2008-10-13
ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree()
Joel Becker
6
-67
/
+44
2008-10-13
ocfs2: Comment struct ocfs2_extent_tree_operations.
Joel Becker
1
-2
/
+43
2008-10-13
ocfs2: Make ocfs2_extent_tree the first-class representation of a tree.
Joel Becker
8
-332
/
+240
2008-10-13
ocfs2: Add an insertion check to ocfs2_extent_tree_operations.
Joel Becker
1
-25
/
+44
2008-10-13
ocfs2: Create specific get_extent_tree functions.
Joel Becker
2
-22
/
+56
2008-10-13
ocfs2: Determine an extent tree's max_leaf_clusters in an et_op.
Joel Becker
1
-3
/
+15
2008-10-13
ocfs2: Use struct ocfs2_extent_tree in ocfs2_num_free_extents().
Joel Becker
1
-25
/
+5
2008-10-13
ocfs2: Provide the get_root_el() method to ocfs2_extent_tree_operations.
Joel Becker
1
-8
/
+30
2008-10-13
ocfs2: Make 'private' into 'object' on ocfs2_extent_tree.
Joel Becker
1
-33
/
+29
2008-10-13
ocfs2: Make ocfs2_extent_tree get/put instead of alloc.
Joel Becker
1
-81
/
+36
2008-10-13
ocfs2: Prefix the ocfs2_extent_tree structure.
Joel Becker
1
-57
/
+61
2008-10-13
ocfs2: Prefix the extent tree operations structure.
Joel Becker
1
-39
/
+46
2008-10-13
ocfs2: fix printk format warnings
Mark Fasheh
1
-3
/
+4
2008-10-13
ocfs2: Add incompatible flag for extended attribute
Tiger Yang
4
-7
/
+34
2008-10-13
ocfs2: Delete all xattr buckets during inode removal
Tao Ma
1
-4
/
+80
2008-10-13
ocfs2: Enable xattr set in index btree
Tao Ma
2
-2
/
+2273
2008-10-13
ocfs2: Optionally limit extent size in ocfs2_insert_extent()
Tao Ma
2
-9
/
+35
2008-10-13
ocfs2: Add xattr lookup code xattr btrees
Tao Ma
1
-23
/
+328
2008-10-13
ocfs2: Add xattr bucket iteration for large numbers of EAs
Tao Ma
3
-6
/
+293
2008-10-13
ocfs2: Add xattr index tree operations
Tao Ma
2
-0
/
+99
2008-10-13
ocfs2: Add extended attribute support
Tiger Yang
16
-6
/
+1927
2008-10-13
ocfs2: reserve inline space for extended attribute
Tiger Yang
4
-9
/
+62
2008-10-13
ocfs2: Add extent tree operation for xattr value btrees
Tao Ma
13
-64
/
+569
2008-10-13
ocfs2: Add helper function in uptodate.c for removing xattr clusters
Tao Ma
2
-6
/
+29
2008-10-13
ocfs2: Add the basic xattr disk layout in ocfs2_fs.h
Tao Ma
1
-0
/
+118
2008-10-13
ocfs2: Make high level btree extend code generic
Tao Ma
7
-135
/
+176
2008-10-13
ocfs2: Abstract ocfs2_extent_tree in b-tree operations.
Tao Ma
8
-288
/
+456
2008-10-13
ocfs2: Use ocfs2_extent_list instead of ocfs2_dinode.
Tao Ma
8
-20
/
+40
2008-10-13
ocfs2: Modify ocfs2_num_free_extents for future xattr usage.
Tao Ma
6
-11
/
+15
2008-10-13
ocfs2: track local alloc state via debugfs
Mark Fasheh
2
-0
/
+92
2008-10-13
ocfs2: throttle back local alloc when low on disk space
Mark Fasheh
6
-31
/
+230
2008-10-13
ocfs2: Track local alloc bits internally
Mark Fasheh
3
-26
/
+26
2008-10-13
ocfs2: POSIX file locks support
Mark Fasheh
8
-2
/
+154
2008-10-13
vfs: Use const for kernel parser table
Steven Whitehouse
29
-34
/
+34
2008-10-13
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...
Linus Torvalds
10
-51
/
+25
2008-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-2
/
+1
2008-10-13
Merge git://git.infradead.org/users/dwmw2/random-2.6
Linus Torvalds
2
-4
/
+4
2008-10-13
Simplify devpts_pty_kill
Sukadev Bhattiprolu
1
-17
/
+12
[next]