Commit Graph

153 Commits (43b5e4ccd463a5b42e0531c32628ac462081cab8)

Author SHA1 Message Date
J. Bruce Fields 068535f1fe locks: remove unused lm_release_private 13 years ago
J. Bruce Fields 96d6d59cea locks: move lease-specific code out of locks_delete_lock 13 years ago
Filipe Brandenburger 3b6e2723f3 locks: prevent side-effects of locks_release_private before file_lock is initialized 13 years ago
J. Bruce Fields 0ec4f431eb locks: fix checking of fcntl_setlease argument 13 years ago
Dave Jones 8d657eb3b4 Remove easily user-triggerable BUG from generic_setlease 13 years ago
Al Viro bdc689594b switch flock to fget_light/fput_light 13 years ago
Eric W. Biederman 8e96e3b7b8 userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs 13 years ago
Pavel Shilovsky 66189be74f CIFS: Fix VFS lock usage for oplocked files 13 years ago
Linus Torvalds 6d4b9e38d3 vfs: fix handling of lock allocation failure in lease-break case 13 years ago
Paul Bolle 395cf9691d doc: fix broken references 14 years ago
J. Bruce Fields 8335ebd94b leases: split up generic_setlease into lock/unlock cases 14 years ago
J. Bruce Fields c1f24ef4ed locks: setlease cleanup 14 years ago
J. Bruce Fields 778fc546f7 locks: fix tracking of inprogress lease breaks 14 years ago
J. Bruce Fields 710b721696 locks: move F_INPROGRESS from fl_type to fl_flags field 14 years ago
J. Bruce Fields ab83fa4b49 locks: minor lease cleanup 14 years ago
J. Bruce Fields 8fb47a4fbf locks: rename lock-manager ops 14 years ago
Miklos Szeredi ee19cc406d fs: locks: remove init_once 14 years ago
Miklos Szeredi a51cb91d81 fs: fix lock initialization 14 years ago
Namhyung Kim f32cb53219 locks: use assign_type() 14 years ago
Matt Fleming ae7eb8979c fs/locks.c: Remove stale FIXME left over from BKL conversion 14 years ago
Nick Piggin b7ab39f631 fs: dcache scale dentry refcount 14 years ago
J. Bruce Fields 255c7cf810 locks: minor setlease cleanup 14 years ago
J. Bruce Fields c45821d263 locks: eliminate fl_mylease callback 14 years ago
Arnd Bergmann 451a3c24b0 BKL: remove extraneous #include <smp_lock.h> 14 years ago
J. Bruce Fields 8896b93f42 locks: remove dead lease error-handling code 14 years ago
J. Bruce Fields 3df057ac9a locks: fix leak on merging leases 14 years ago
Christoph Hellwig bb8430a2c8 locks: remove fl_copy_lock lock_manager operation 14 years ago
Christoph Hellwig 51ee4b84f5 locks: let the caller free file_lock on ->setlease failure 14 years ago
J. Bruce Fields 05fa3135fd locks: fix setlease methods to free passed-in lock 14 years ago
J. Bruce Fields 096657b65e locks: fix leaks on setlease errors 14 years ago
J. Bruce Fields 0ceaf6c700 locks: prevent ENOMEM on lease unlock 14 years ago
Arnd Bergmann 72f98e7255 locks: turn lock_flocks into a spinlock 14 years ago
Linus Torvalds f7347ce4ee fasync: re-organize fasync entry insertion to allow it under a spinlock 14 years ago
Arnd Bergmann c5b1f0d92c locks/nfsd: allocate file lock outside of spinlock 14 years ago
Jerome Marchand 99dc829256 procfs: fix numbering in /proc/locks 14 years ago
Arnd Bergmann b89f432133 fs/locks.c: prepare for BKL removal 15 years ago
Al Viro 8737c9305b Switch may_open() and break_lease() to passing O_... 15 years ago
Adam Buchbinder c9404c9c39 Fix misspelling of "should" and "shouldn't" in comments. 15 years ago
Alexey Dobriyan 7b021967c5 const: make lock_manager_operations const 16 years ago
Frederic Weisbecker def01bc53d sched: Convert the only user of cond_resched_bkl to use cond_resched() 16 years ago
Sten Spans 713c0ecdb8 security: fix security_file_lock cmd argument 16 years ago
Felix Blyakher a9e61e25f9 lockd: call locks_release_private to cleanup per-filesystem state 16 years ago
Heiko Carstens 002c8976ee [CVE-2009-0029] System call wrappers part 16 16 years ago
David Howells da9592edeb CRED: Wrap task credential accesses in the filesystem subsystem 16 years ago
Alexey Dobriyan d8ba7a3633 proc: move rest of /proc/locks to fs/locks.c 17 years ago
Al Viro aeb5d72706 [PATCH] introduce fmode_t, do annotations 17 years ago
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor 17 years ago
Miklos Szeredi 764c76b371 locks: allow ->lock() to return FILE_LOCK_DEFERRED 17 years ago
Miklos Szeredi b648a6de00 locks: cleanup code duplication 17 years ago
Miklos Szeredi bde74e4bc6 locks: add special return value for asynchronous locks 17 years ago