summaryrefslogtreecommitdiffstats
path: root/fs/dlm/plock.c
AgeCommit message (Expand)AuthorLines
2022-06-24fs: dlm: change posix lock sigint handlingAlexander Aring-3/+26
2022-06-24fs: dlm: use dlm_plock_info for do_unlock_closeAlexander Aring-10/+6
2022-06-24fs: dlm: change plock interrupted message to debug againAlexander Aring-2/+2
2022-06-23fs: dlm: add pid to debug logAlexander Aring-2/+2
2022-06-23fs: dlm: plock use list_first_entryAlexander Aring-1/+1
2022-04-06dlm: replace usage of found with dedicated list iterator variableJakob Koschel-12/+12
2022-04-06dlm: move global to static initsAlexander Aring-11/+5
2022-04-06dlm: remove unnecessary INIT_LIST_HEAD()Alexander Aring-1/+0
2022-04-06dlm: improve plock logging if interruptedAlexander Aring-4/+5
2022-04-06dlm: rearrange async condition returnAlexander Aring-14/+13
2022-04-06dlm: cleanup plock_op vs plock_xopAlexander Aring-31/+46
2022-04-06dlm: replace sanity checks with WARN_ONAlexander Aring-28/+4
2022-04-06dlm: fix plock invalid readAlexander Aring-7/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner-4/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro-2/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington-1/+1
2015-11-05Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-1/+1
2015-11-03dlm: make posix locks interruptibleEric Ren-1/+1
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington-2/+2
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman-2/+1
2014-09-09locks: Remove unused conf argument from lm_grantJoe Perches-4/+4
2013-04-08dlm: avoid unnecessary posix unlockDavid Teigland-3/+15
2011-07-20locks: rename lock-manager opsJ. Bruce Fields-5/+5
2011-05-23dlm: make plock operation killableDavid Teigland-4/+61
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds-3/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-11-30dlm: always use GFP_NOFSDavid Teigland-3/+3
2009-06-18dlm: fix plock use-after-freeDavid Teigland-7/+10
2009-01-21dlm: initialize file_lock struct in GETLK before copying conflicting lockJeff Layton-0/+2
2009-01-21dlm: fix plock notify callback to lockdDavid Teigland-2/+2
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi-1/+1
2008-05-19dlm: fix plock dev_write return valueDavid Teigland-1/+1
2008-04-21dlm: move plock code from gfs2David Teigland-0/+439