aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/plock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24fs: dlm: change posix lock sigint handlingAlexander Aring1-3/+26
2022-06-24fs: dlm: use dlm_plock_info for do_unlock_closeAlexander Aring1-10/+6
2022-06-24fs: dlm: change plock interrupted message to debug againAlexander Aring1-2/+2
2022-06-23fs: dlm: add pid to debug logAlexander Aring1-2/+2
2022-06-23fs: dlm: plock use list_first_entryAlexander Aring1-1/+1
2022-04-06dlm: replace usage of found with dedicated list iterator variableJakob Koschel1-12/+12
2022-04-06dlm: move global to static initsAlexander Aring1-11/+5
2022-04-06dlm: remove unnecessary INIT_LIST_HEAD()Alexander Aring1-1/+0
2022-04-06dlm: improve plock logging if interruptedAlexander Aring1-4/+5
2022-04-06dlm: rearrange async condition returnAlexander Aring1-14/+13
2022-04-06dlm: cleanup plock_op vs plock_xopAlexander Aring1-31/+46
2022-04-06dlm: replace sanity checks with WARN_ONAlexander Aring1-28/+4
2022-04-06dlm: fix plock invalid readAlexander Aring1-7/+5
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