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
/
locks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-10
locks: set fl_owner for leases back to current->files
Jeff Layton
1
-1
/
+1
2014-06-02
locks: add some tracepoints in the lease handling code
Jeff Layton
1
-0
/
+11
2014-06-02
fs/locks.c: replace seq_printf by seq_puts
Fabian Frederick
1
-11
/
+11
2014-06-02
locks: ensure that fl_owner is always initialized properly in flock and lease...
Jeff Layton
1
-1
/
+3
2014-05-09
locks: only validate the lock vs. f_mode in F_SETLK codepaths
Jeff Layton
1
-12
/
+24
2014-04-23
locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" instead
Jeff Layton
1
-17
/
+17
2014-04-22
locks: rename file-private locks to "open file description locks"
Jeff Layton
1
-7
/
+7
2014-04-15
locks: allow __break_lease to sleep even when break_time is 0
Jeff Layton
1
-4
/
+3
2014-03-31
locks: make locks_mandatory_area check for file-private locks
Jeff Layton
1
-2
/
+13
2014-03-31
locks: fix locks_mandatory_locked to respect file-private locks
Jeff Layton
1
-3
/
+4
2014-03-31
locks: require that flock->l_pid be set to 0 for file-private locks
Jeff Layton
1
-0
/
+24
2014-03-31
locks: add new fcntl cmd values for handling file private locks
Jeff Layton
1
-4
/
+50
2014-03-31
locks: skip deadlock detection on FL_FILE_PVT locks
Jeff Layton
1
-2
/
+17
2014-03-31
locks: pass the cmd value to fcntl_getlk/getlk64
Jeff Layton
1
-2
/
+2
2014-03-31
locks: report l_pid as -1 for FL_FILE_PVT locks
Jeff Layton
1
-2
/
+2
2014-03-31
locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"
Jeff Layton
1
-2
/
+9
2014-03-31
locks: rename locks_remove_flock to locks_remove_file
Jeff Layton
1
-1
/
+1
2014-03-31
locks: consolidate checks for compatible filp->f_mode values in setlk handlers
Jeff Layton
1
-34
/
+12
2014-03-31
locks: fix posix lock range overflow handling
J. Bruce Fields
1
-68
/
+32
2014-03-31
locks: eliminate BUG() call when there's an unexpected lock on file close
Jeff Layton
1
-6
/
+18
2014-03-31
locks: add __acquires and __releases annotations to locks_start and locks_stop
Jeff Layton
1
-0
/
+2
2014-03-31
locks: remove "inline" qualifier from fl_link manipulation functions
Jeff Layton
1
-8
/
+4
2014-03-31
locks: clean up comment typo
Jeff Layton
1
-1
/
+1
2014-03-31
locks: close potential race between setlease and open
Jeff Layton
1
-13
/
+62
2013-11-13
locks: missing unlock on error in generic_add_lease()
Dan Carpenter
1
-0
/
+1
2013-11-09
locks: implement delegations
J. Bruce Fields
1
-10
/
+45
2013-11-09
locks: introduce new FL_DELEG lock flag
J. Bruce Fields
1
-1
/
+1
2013-10-24
file->f_op is never NULL...
Al Viro
1
-6
/
+6
2013-07-08
locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...
Jeff Layton
1
-20
/
+49
2013-07-05
helper for reading ->d_count
Al Viro
1
-1
/
+1
2013-06-29
locks: give the blocked_hash its own spinlock
Jeff Layton
1
-19
/
+22
2013-06-29
locks: add a new "lm_owner_key" lock operation
Jeff Layton
1
-2
/
+10
2013-06-29
locks: turn the blocked_list into a hashtable
Jeff Layton
1
-8
/
+17
2013-06-29
locks: convert fl_link to a hlist_node
Jeff Layton
1
-12
/
+12
2013-06-29
locks: avoid taking global lock if possible when waking up blocked waiters
Jeff Layton
1
-1
/
+14
2013-06-29
locks: protect most of the file_lock handling with i_lock
Jeff Layton
1
-60
/
+104
2013-06-29
locks: encapsulate the fl_link list handling
Jeff Layton
1
-9
/
+36
2013-06-29
locks: make "added" in __posix_lock_file a bool
Jeff Layton
1
-4
/
+5
2013-06-29
locks: comment cleanups and clarifications
Jeff Layton
1
-8
/
+13
2013-06-29
locks: make generic_add_lease and generic_delete_lease static
Jeff Layton
1
-2
/
+2
2013-06-29
cifs: use posix_unblock_lock instead of locks_delete_block
Jeff Layton
1
-2
/
+1
2013-06-29
locks: drop the unused filp argument to posix_unblock_lock
Jeff Layton
1
-3
/
+1
2013-02-22
new helper: file_inode(file)
Al Viro
1
-12
/
+12
2012-10-09
nfs: disintegrate UAPI for nfs
J. Bruce Fields
1
-11
/
+9
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
1
-11
/
+9
2012-08-20
vfs: don't treat fl_type as a bitmap
Jeff Layton
1
-3
/
+3
2012-08-01
locks: remove unused lm_release_private
J. Bruce Fields
1
-5
/
+1
2012-07-31
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-17
/
+11
2012-07-27
locks: move lease-specific code out of locks_delete_lock
J. Bruce Fields
1
-6
/
+5
2012-07-27
locks: prevent side-effects of locks_release_private before file_lock is init...
Filipe Brandenburger
1
-11
/
+6
[next]