Commit Graph

154 Commits (393b148f9d0e70cfcb0096985bb0f0742802929e)

Author SHA1 Message Date
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Eric W. Biederman 17499e3329 coda: Cache permisions in struct coda_inode_info in a kuid_t. 12 years ago
Eric W. Biederman d83f5901bc coda: Restrict coda messages to the initial user namespace 12 years ago
Eric W. Biederman 9fd973e085 coda: Restrict coda messages to the initial pid namespace 12 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Al Viro 2903ff019b switch simple cases of fget_light to fdget 13 years ago
Al Viro 78f7d75e5d switch coda get_device_index() to fget_light() 13 years ago
Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Al Viro 0b728e1911 stop passing nameidata * to ->d_revalidate() 13 years ago
Al Viro 1d674107ea coda: use list_for_each_entry 13 years ago
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
David Howells 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Al Viro f56b0fbc64 coda: clean failure exits in coda_fill_super() 13 years ago
Al Viro f4947fbce2 coda: switch coda_cnode_make() to sane API as well, clean coda_lookup() 13 years ago
Al Viro 0b2c4e39c0 coda: deal correctly with allocation failure from coda_cnode_makectl() 13 years ago
Al Viro 4acdaf27eb switch ->create() to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Joe Perches 558feb0818 fs: Convert vmalloc/memset to vzalloc 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Al Viro b85fd6bdc9 don't open-code parent_ino() in assorted ->readdir() 14 years ago
Al Viro ee60498f3e coda_venus_readdir(): use offsetof() 14 years ago
Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
Al Viro 6b419951f1 coda_ioctl_permission() is safe in RCU mode 14 years ago
Sage Weil 42b850b280 coda: 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
Rakib Mullick c03e3126e4 codafs: fix build break when CONFIG_PROC_SYSCTL=n 14 years ago
Rakib Mullick 0bc825d240 codafs: fix compile warning when CONFIG_SYSCTL=n 14 years ago
matt mooney 0ccd234ca0 fs: change to new flag variable 14 years ago
Al Viro 31a203df9c take coda-private headers out of include/linux 14 years ago
Al Viro 9501e4c48e switch coda 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
Nick Piggin b5c84bf6f6 fs: dcache remove dcache_lock 14 years ago
Nick Piggin 2fd6b7f507 fs: dcache scale subdirs 14 years ago
Nick Piggin b7ab39f631 fs: dcache scale dentry refcount 14 years ago
Nick Piggin fe15ce446b fs: change d_delete semantics 14 years ago
Jesper Juhl 747fecab32 coda: kill redundant cast in coda_alloc_inode() 14 years ago
Al Viro 3c26ff6e49 convert get_sb_nodev() users 14 years ago
Al Viro 7de9c6ee3e new helper: ihold() 15 years ago
Yoshihisa Abe da47c19e5c Coda: replace BKL with mutex 15 years ago
Yoshihisa Abe f7cc02b871 Coda: push BKL regions into coda_upcall() 15 years ago
Yoshihisa Abe b5ce1d83a6 Coda: add spin lock to protect accesses to struct coda_inode_info. 15 years ago