Commit Graph

362 Commits (15c60a508ab3393e68b7ccb3528981ccacf9c0f9)

Author SHA1 Message Date
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Josef Bacik 06222e491e fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek 14 years ago
J. Bruce Fields 8fb47a4fbf locks: rename lock-manager ops 14 years ago
Al Viro dd7dd556e4 no need to check for LOOKUP_OPEN in ->create() instances 14 years ago
Al Viro 8a5e929dd2 don't transliterate lower bits of ->intent.open.flags to FMODE_... 14 years ago
Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
Al Viro 2830ba7f34 ->permission() sanitizing: don't pass flags to generic_permission() 14 years ago
Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
Al Viro 9e1f1de02c more conservative S_NOSEC handling 14 years ago
Sage Weil 526e7ce552 fuse: remove unnecessary dentry_unhash on rmdir, dir rename 14 years ago
Sage Weil e4eaac06bc vfs: push dentry_unhash on rename_dir into file systems 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Miklos Szeredi d24339059d fuse: fix oops in revalidate when called with NULL nameidata 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Miklos Szeredi ef6a3c6311 mm: add replace_page_cache_page() function 14 years ago
Miklos Szeredi e7c0a16786 fuse: make fuse_dentry_revalidate() RCU aware 14 years ago
Miklos Szeredi 19690ddb65 fuse: make fuse_permission() RCU aware 14 years ago
Bryan Green 357ccf2b69 fuse: wakeup pollers on connection release/abort 14 years ago
Miklos Szeredi 07d5f69b45 fuse: reduce size of struct fuse_request 14 years ago
Aneesh Kumar K.V 5fe0c23788 exportfs: Return the minimum required handle size 14 years ago
Al Viro 529c5f958f fuse: fix d_revalidate oopsen on NFS exports 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Miklos Szeredi 8d56addd70 fuse: fix truncate after open 14 years ago
Miklos Szeredi 5a18ec176c fuse: fix hang of single threaded fuseblk filesystem 14 years ago
Paul Bolle 8272f4c9c5 fuse/cuse: fix comment typo initilaization 14 years ago
Al Viro c35eebe993 switch fuse 14 years ago
Nick Piggin b74c79e993 fs: provide rcu-walk aware permission i_ops 14 years ago
Nick Piggin 34286d6662 fs: rcu-walk aware d_revalidate method 14 years ago
Nick Piggin fb045adb99 fs: dcache reduce branches in lookup path 14 years ago
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Miklos Szeredi 1baa26b2be fuse: fix ioctl ABI 14 years ago
Miklos Szeredi 02c048b919 fuse: allow batching of FORGET requests 14 years ago
Miklos Szeredi 07e77dca8a fuse: separate queue for FORGET requests 14 years ago
Miklos Szeredi 8ac835056c fuse: ioctl cleanup 14 years ago
Miklos Szeredi 7572777eef fuse: verify ioctl retries 14 years ago
Miklos Szeredi d9d318d39d fuse: fix ioctl when server is 32bit 14 years ago
Ken Sumrall a0822c5577 fuse: fix attributes after open(O_TRUNC) 14 years ago
Al Viro 3c26ff6e49 convert get_sb_nodev() users 15 years ago
Al Viro fc14f2fef6 convert get_sb_single() users 15 years ago
Al Viro 152a083666 new helper: mount_bdev() 15 years ago
Miklos Szeredi 0be8557bcd fuse: use release_pages() 15 years ago
Miklos Szeredi b6777c40c7 fuse: use clear_highpage() and KM_USER0 instead of KM_USER1 15 years ago
Jan Beulich 3ecb01df32 use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages 15 years ago
Christoph Hellwig 85fe4025c6 fs: do not assign default i_ino in new_inode 15 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Geert Uytterhoeven 0157443c56 fuse: Initialize total_len in fuse_retrieve() 15 years ago
Miklos Szeredi b9ca67b2dd fuse: fix lock annotations 15 years ago
Miklos Szeredi 595afaf9e6 fuse: flush background queue on connection close 15 years ago
Al Viro b57922d97f convert remaining ->clear_inode() to ->evict_inode() 15 years ago
Christoph Hellwig 2c27c65ed0 check ATTR_SIZE contraints in inode_change_ok 15 years ago