Commit Graph

103 Commits (364fdbc00fbdd409ade63500710123fe323aa164)

Author SHA1 Message Date
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
Christoph Lameter 4ba9b9d0ba Slab API: remove useless ctor parameter and reorder parameters 18 years ago
Pavel Emelyanov 7f8ada98d9 Rework /proc/locks via seq_files and seq_list helpers 18 years ago
Matthias Kaehlcke 094f282521 fs/locks.c: use list_for_each_entry() instead of list_for_each() 18 years ago
Pavel Emelyanov a16877ca9c Cleanup macros for distinguishing mandatory locks 18 years ago
Pavel Emelyanov 85c59580b3 locks: Fix potential OOPS in generic_setlease() 18 years ago
Pavel Emelyanov f0c1cd0eaf Use list_first_entry in locks_wake_up_blocks 18 years ago
J. Bruce Fields 02888f41e9 locks: fix flock_lock_file() comment 18 years ago
Pavel Emelyanov 84d535ade6 Memory shortage can result in inconsistent flocks state 18 years ago
J. Bruce Fields 526985b9dd locks: kill redundant local variable 18 years ago
J. Bruce Fields b842e240f2 locks: reverse order of posix_locks_conflict() arguments 18 years ago
Pavel Emelyanov 0e2f6db88a Leases can be hidden by flocks 18 years ago
Christoph Hellwig 0af1a45046 rename setlease to generic_setlease 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
J. Bruce Fields 6924c55492 locks: fix vfs_test_lock() comment 18 years ago
J. Bruce Fields 6d34ac199a locks: make posix_test_lock() interface more consistent 18 years ago
J. Bruce Fields 4698afe8e3 locks: export setlease to filesystems 18 years ago
J. Bruce Fields f9ffed26d6 locks: provide a file lease method enabling cluster-coherent leases 18 years ago
J. Bruce Fields a9933cea7a locks: rename lease functions to reflect locks.c conventions 18 years ago
J. Bruce Fields 6d5e8b05ca locks: share more common lease code 18 years ago
J. Bruce Fields e32b8ee27b locks: clean up lease_alloc() 18 years ago
J. Bruce Fields d2ab0b0c4c locks: convert an -EINVAL return to a BUG 18 years ago
david m. richter 87250dd26a leases: minor break_lease() comment clarification 18 years ago
Christoph Lameter a35afb830f Remove SLAB_CTOR_CONSTRUCTOR 18 years ago
J. Bruce Fields 129a84de23 locks: fix F_GETLK regression (failure to find conflicts) 18 years ago