Commit Graph

132 Commits (81ee42baa433881bcb471aa6366e2f885a33f2fb)

Author SHA1 Message Date
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 15 years ago
Linus Torvalds f7347ce4ee fasync: re-organize fasync entry insertion to allow it under a spinlock 15 years ago
Arnd Bergmann c5b1f0d92c locks/nfsd: allocate file lock outside of spinlock 15 years ago
Jerome Marchand 99dc829256 procfs: fix numbering in /proc/locks 15 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
David M. Richter 5fcc60c3a0 leases: fix a return-value mixup 17 years ago
Matthew Wilcox cb688371e2 fs: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
J. Bruce Fields 19e729a928 locks: fix possible infinite loop in fcntl(F_SETLKW) over nfs 17 years ago
Randy Dunlap a6b91919e0 fs: fix kernel-doc notation warnings 17 years ago
Pavel Emelyanov 6c5f3e7b43 Pidns: make full use of xxx_vnr() calls 17 years ago
Vitaliy Gusev ab1f161165 pid-namespaces-vs-locks-interaction 17 years ago
Matthew Wilcox 4321e01e7d file locks: Use wait_event_interruptible_timeout() 17 years ago
J. Bruce Fields b533184fc3 locks: clarify posix_locks_deadlock 17 years ago
J. Bruce Fields 97855b49b6 locks: fix possible infinite loop in posix deadlock detection 18 years ago