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
/
nfs
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-25
NFSv4: Fix typo in lock caching
Trond Myklebust
1
-3
/
+3
2005-11-04
NFSv4: Teach NFSv4 to cache locks when we hold a delegation
Trond Myklebust
1
-8
/
+28
2005-11-04
NFSv4: Recover locks too when returning a delegation
Trond Myklebust
1
-0
/
+18
2005-11-04
NFSv4: Fix the handling of the error NFS4ERR_OLD_STATEID
Trond Myklebust
1
-5
/
+3
2005-11-04
NFSv4: Fix problem with OPEN_DOWNGRADE
Trond Myklebust
1
-13
/
+10
2005-11-04
NFSv4: Fix a race between open() and close()
Trond Myklebust
1
-18
/
+17
2005-10-27
NFSv4: Add post-op attributes to NFSv4 write and commit callbacks.
Trond Myklebust
1
-1
/
+12
2005-10-27
NFSv4: Add post-op attributes to nfs4_proc_remove()
Trond Myklebust
1
-6
/
+21
2005-10-27
NFSv4: Add post-op attributes to nfs4_proc_rename()
Trond Myklebust
1
-2
/
+13
2005-10-27
NFSv4: Add post-op attributes to nfs4_proc_link()
Trond Myklebust
1
-5
/
+17
2005-10-27
NFS: Add optional post-op getattr instruction to the NFSv4 file close.
Trond Myklebust
1
-1
/
+8
2005-10-27
NFSv4: Add directory post-op attributes to the CREATE operations.
Trond Myklebust
1
-5
/
+23
2005-10-27
NFS: Don't let nfs_end_data_update() clobber attribute update information
Trond Myklebust
1
-0
/
+3
2005-10-27
NFS: Cleanup initialisation of struct nfs_fattr
Trond Myklebust
1
-23
/
+20
2005-10-20
NFSv4: Fix up locking for nfs4_state_owner
Trond Myklebust
1
-0
/
+2
2005-10-18
NFSv4: Fix acl buffer size
J. Bruce Fields
1
-1
/
+1
2005-10-18
NFSv4: Ensure that we recover from the OPEN + OPEN_CONFIRM BAD_STATEID race
Trond Myklebust
1
-0
/
+10
2005-10-18
NFSv4: If a delegated open fails, ensure that we return the delegation
Trond Myklebust
1
-0
/
+2
2005-10-18
NFSv4: Return delegations in case we're changing ACLs
Trond Myklebust
1
-0
/
+1
2005-10-18
[NFS]: Check that the server returns a valid regular file to our OPEN request
Trond Myklebust
1
-0
/
+16
2005-10-18
NFSv4: Eliminate nfsv4 open race...
Trond Myklebust
1
-81
/
+56
2005-10-18
NFSv4: Fix up handling of open_to_lock sequence ids
Trond Myklebust
1
-37
/
+32
2005-10-18
NFSv4: Make NFS clean up byte range locks asynchronously
Trond Myklebust
1
-51
/
+110
2005-10-18
NFSv4: Add missing handling of OPEN_CONFIRM requests on CLAIM_DELEGATE_CUR.
Trond Myklebust
1
-1
/
+12
2005-10-18
NFSv4: Remove nfs4_client->cl_sem from close() path
Trond Myklebust
1
-5
/
+0
2005-10-18
NFSv4: Remove obsolete state_owner and lock_owner semaphores
Trond Myklebust
1
-18
/
+0
2005-10-18
NFSv4: Fix a potential CLOSE race
Trond Myklebust
1
-33
/
+77
2005-10-18
NFSv4: Add functions to order RPC calls
Trond Myklebust
1
-38
/
+73
2005-09-10
[PATCH] fs: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-8
/
+4
2005-08-16
[PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL creates
Trond Myklebust
1
-2
/
+8
2005-06-22
[PATCH] NFS: Add debugging code to NFSv4 readdir
Trond Myklebust
1
-0
/
+5
2005-06-22
[PATCH] NFSv4: Clean up nfs4 lock state accounting
Trond Myklebust
1
-39
/
+30
2005-06-22
[PATCH] NFSv4: Fix up races in nfs4_proc_setattr()
Trond Myklebust
1
-36
/
+19
2005-06-22
[PATCH] NFSv4: Ensure that propagate NFSv4 state errors to the reclaim code
Trond Myklebust
1
-11
/
+40
2005-06-22
[PATCH] NFSv4: empty array fix
Andrew Morton
1
-1
/
+1
2005-06-22
[PATCH] NFSv4: fs/nfs/nfs4proc.c: small simplification
Adrian Bunk
1
-1
/
+1
2005-06-22
[PATCH] NFSv4: client-side caching NFSv4 ACLs
J. Bruce Fields
1
-9
/
+120
2005-06-22
[PATCH] NFSv4: ACL support for the NFSv4 client: write
J. Bruce Fields
1
-1
/
+33
2005-06-22
[PATCH] NFSv4: ACL support for the NFSv4 client: read
J. Bruce Fields
1
-4
/
+65
2005-06-22
[PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4
J. Bruce Fields
1
-1
/
+38
2005-06-22
[PATCH] NFS: Allow NFS versions to support different sets of inode operations.
J. Bruce Fields
1
-0
/
+1
2005-06-22
[PATCH] NFS: Header file cleanup...
Trond Myklebust
1
-3
/
+2
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+2786