Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-01afs: Use the operation issue time instead of the reply time for callbacksDavid Howells
2021-08-23fs: remove mandatory file locking supportJeff Layton
2020-08-27afs: Remove erroneous fallthough annotationDan Carpenter
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells
2020-06-09afs: Fix file lockingDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2019-10-18fs: afs: Use pr_warn instead of pr_warningKefeng Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells
2019-05-16afs: Get rid of afs_call::reply[]David Howells
2019-05-16afs: Fix lock-wait/callback-break double lockingDavid Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-08Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells
2019-04-25afs: Add file locking tracepointsDavid Howells
2019-04-25afs: Further fix file lockingDavid Howells
2019-04-25afs: Fix AFS file locking to allow fine grained locksDavid Howells
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells
2019-04-09afs: Mark expected switch fall-throughsGustavo A. R. Silva
2019-01-17afs: Fix key refcounting in file locking codeDavid Howells
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-05-14afs: Fix whole-volume callback handlingDavid Howells
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells
2017-11-17afs: Fix file lockingDavid Howells
2017-11-13afs: Introduce a file-private data recordDavid Howells
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells
2017-11-13afs: Overhaul permit cachingDavid Howells
2017-11-13afs: Overhaul the callback handlingDavid Howells
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells
2016-09-04fs/afs/flock: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-01-23wrappers for ->i_mutex accessAl Viro
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-02-23new helper: file_inode(file)Al Viro
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann
2009-09-22const: make file_lock_operations constAlexey Dobriyan
2009-07-01AFS: Fix lock imbalanceJiri Slaby
2007-10-10AFS: clean up explicit check for mandatory locksPavel Emelyanov
2007-08-01AFS: fix file lockingDavid Howells
2007-07-19afs build fixAndrew Morton
2007-07-16AFS: implement file lockingDavid Howells