index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
afs
/
flock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-11
fs: remove locks_inode
Jeff Layton
1
-7
/
+7
2022-09-01
afs: Use the operation issue time instead of the reply time for callbacks
David Howells
1
-1
/
+1
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
1
-4
/
+0
2020-08-27
afs: Remove erroneous fallthough annotation
Dan Carpenter
1
-1
/
+0
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-16
afs: Fix use of afs_check_for_remote_deletion()
David Howells
1
-3
/
+1
2020-06-09
afs: Fix file locking
David Howells
1
-1
/
+1
2020-06-04
afs: Build an abstraction around an "operation" concept
David Howells
1
-61
/
+53
2020-05-31
afs: Rename struct afs_fs_cursor to afs_operation
David Howells
1
-3
/
+3
2019-10-18
fs: afs: Use pr_warn instead of pr_warning
Kefeng Wang
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-16
afs: Fix application of status and callback to be under same lock
David Howells
1
-11
/
+29
2019-05-16
afs: Get rid of afs_call::reply[]
David Howells
1
-1
/
+1
2019-05-16
afs: Fix lock-wait/callback-break double locking
David Howells
1
-3
/
+0
2019-05-16
afs: Make some RPC operations non-interruptible
David Howells
1
-3
/
+3
2019-05-08
Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-226
/
+390
2019-04-25
afs: Provide mount-time configurable byte-range file locking emulation
David Howells
1
-7
/
+42
2019-04-25
afs: Implement sillyrename for unlink and rename
David Howells
1
-1
/
+1
2019-04-25
afs: Handle lock rpc ops failing on a file that got deleted
David Howells
1
-3
/
+59
2019-04-25
afs: Add file locking tracepoints
David Howells
1
-10
/
+62
2019-04-25
afs: Further fix file locking
David Howells
1
-195
/
+195
2019-04-25
afs: Fix AFS file locking to allow fine grained locks
David Howells
1
-14
/
+9
2019-04-25
afs: Calculate lock extend timer from set/extend reply reception
David Howells
1
-2
/
+28
2019-04-09
afs: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2019-01-17
afs: Fix key refcounting in file locking code
David Howells
1
-2
/
+2
2018-10-24
afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS
David Howells
1
-11
/
+11
2018-05-14
afs: Fix whole-volume callback handling
David Howells
1
-3
/
+3
2018-04-09
afs: Make it possible to get the data version in readpage
David Howells
1
-1
/
+1
2017-11-17
afs: Fix file locking
David Howells
1
-238
/
+310
2017-11-13
afs: Introduce a file-private data record
David Howells
1
-5
/
+5
2017-11-13
afs: Overhaul volume and server record caching and fileserver rotation
David Howells
1
-7
/
+101
2017-11-13
afs: Overhaul permit caching
David Howells
1
-2
/
+2
2017-11-13
afs: Overhaul the callback handling
David Howells
1
-3
/
+3
2017-11-13
afs: Lay the groundwork for supporting network namespaces
David Howells
1
-37
/
+2
2016-09-04
fs/afs/flock: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-2
/
+2
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2014-06-02
locks: ensure that fl_owner is always initialized properly in flock and lease...
Jeff Layton
1
-4
/
+0
2013-06-29
locks: protect most of the file_lock handling with i_lock
Jeff Layton
1
-3
/
+4
2013-02-23
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2010-10-05
fs/locks.c: prepare for BKL removal
Arnd Bergmann
1
-3
/
+2
2009-09-22
const: make file_lock_operations const
Alexey Dobriyan
1
-1
/
+1
2009-07-01
AFS: Fix lock imbalance
Jiri Slaby
1
-1
/
+0
2007-10-10
AFS: clean up explicit check for mandatory locks
Pavel Emelyanov
1
-2
/
+1
2007-08-01
AFS: fix file locking
David Howells
1
-47
/
+79
2007-07-19
afs build fix
Andrew Morton
1
-1
/
+2
2007-07-16
AFS: implement file locking
David Howells
1
-0
/
+558