aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/flock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-11/+29
2019-05-16afs: Get rid of afs_call::reply[]David Howells1-1/+1
2019-05-16afs: Fix lock-wait/callback-break double lockingDavid Howells1-3/+0
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-3/+3
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-226/+390
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells1-7/+42
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells1-1/+1
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells1-3/+59
2019-04-25afs: Add file locking tracepointsDavid Howells1-10/+62
2019-04-25afs: Further fix file lockingDavid Howells1-195/+195
2019-04-25afs: Fix AFS file locking to allow fine grained locksDavid Howells1-14/+9
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells1-2/+28
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-01-17afs: Fix key refcounting in file locking codeDavid Howells1-2/+2
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-11/+11
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-3/+3
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells1-1/+1
2017-11-17afs: Fix file lockingDavid Howells1-238/+310
2017-11-13afs: Introduce a file-private data recordDavid Howells1-5/+5
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-7/+101
2017-11-13afs: Overhaul permit cachingDavid Howells1-2/+2
2017-11-13afs: Overhaul the callback handlingDavid Howells1-3/+3
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-37/+2
2016-09-04fs/afs/flock: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease codepathsJeff Layton1-4/+0
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-3/+4
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-3/+2
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1
2009-06-30AFS: Fix lock imbalanceJiri Slaby1-1/+0
2007-10-09AFS: clean up explicit check for mandatory locksPavel Emelyanov1-2/+1
2007-07-31AFS: fix file lockingDavid Howells1-47/+79
2007-07-19afs build fixAndrew Morton1-1/+2
2007-07-16AFS: implement file lockingDavid Howells1-0/+558