aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/plock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-1/+1
2015-11-05Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds1-1/+1
2015-11-03dlm: make posix locks interruptibleEric Ren1-1/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-2/+2
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-2/+1
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches1-4/+4
2013-04-08dlm: avoid unnecessary posix unlockDavid Teigland1-3/+15
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-5/+5
2011-05-23dlm: make plock operation killableDavid Teigland1-4/+61
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds1-3/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-30dlm: always use GFP_NOFSDavid Teigland1-3/+3
2009-06-18dlm: fix plock use-after-freeDavid Teigland1-7/+10
2009-01-21dlm: initialize file_lock struct in GETLK before copying conflicting lockJeff Layton1-0/+2
2009-01-21dlm: fix plock notify callback to lockdDavid Teigland1-2/+2
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi1-1/+1
2008-05-19dlm: fix plock dev_write return valueDavid Teigland1-1/+1
2008-04-21dlm: move plock code from gfs2David Teigland1-0/+439