Commit Graph

142 Commits (7c77509c542927ee2a3c8812fad84957e51bf67d)

Author SHA1 Message Date
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
Denis V. Lunev f9f48ec72b [patch 4/4] flock: remove unused fields from file_lock_operations 17 years ago
Linus Torvalds c3921ab715 Add new 'cond_resched_bkl()' helper function 17 years ago
Al Viro 0b2bac2f1e [PATCH] fix SMP ordering hole in fcntl_setlk() 17 years ago
Al Viro 9f3acc3140 [PATCH] split linux/file.h 17 years ago
Roland Dreier 3dd7b71ca0 Export __locks_copy_lock() so modular lockd builds 17 years ago
J. Bruce Fields 1a747ee0cc locks: don't call ->copy_lock methods on return of conflicting locks 17 years ago
David M. Richter 9d91cdcc0c leases: remove unneeded variable from fcntl_setlease(). 17 years ago
David M. Richter 1908555767 leases: move lock allocation earlier in generic_setlease() 17 years ago
David M. Richter 288b2fd825 leases: when unlocking, skip locking-related steps 17 years ago