Commit Graph

508 Commits (d7fbd893388d9e86d29b7cfbd5457bcf03496fbf)

Author SHA1 Message Date
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
Al Viro d6952123b5 switch posix_acl_equiv_mode() to umode_t * 14 years ago
Al Viro d3fb612076 switch posix_acl_create() to umode_t * 14 years ago
Akinobu Mita 9d6bf5aa17 reiserfs: use hweight_long() 14 years ago
Akinobu Mita 0c2fd1bfb1 reiserfs: use proper little-endian bitops 14 years ago
Christoph Hellwig 4e34e719e4 fs: take the ACL checks to common code 14 years ago
Al Viro 826cae2f2b kill boilerplates around posix_acl_create_masq() 14 years ago
Al Viro bc26ab5f65 kill boilerplate around posix_acl_chmod_masq() 14 years ago
Christoph Hellwig 4482a087d4 reiserfs: cache negative ACLs for v1 stat format 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Christoph Hellwig b4d5b10fb2 reiserfs: make reiserfs default to barrier=flush 14 years ago
Christoph Hellwig aacfc19c62 fs: simplify the blockdev_direct_IO prototype 14 years ago
Christoph Hellwig 562c72aa57 fs: move inode_dio_wait calls into ->setattr 14 years ago
Christoph Hellwig bd5fe6c5eb fs: kill i_alloc_sem 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 7e40145eb1 ->permission() sanitizing: don't pass flags to ->check_acl() 14 years ago
Al Viro 9c2c703929 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() 14 years ago
Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
Mimi Zohar 9d8f13ba3f security: new security_inode_init_security API adds function callback 14 years ago
Justin TerAvest 4aede84b33 fixlet: Remove fs_excl from struct task. 14 years ago
Al Viro 1d29b5a2ed reiserfs_permission() doesn't need to bail out in RCU mode 14 years ago
Sage Weil cc350c2764 reiserfs: remove unnecessary dentry_unhash from rmdir, dir rename 14 years ago
Christoph Hellwig aa38572954 fs: pass exact type of data dirties to ->dirty_inode 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
Sage Weil 64252c75a2 vfs: remove dget() from dentry_unhash() 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Serge E. Hallyn 2e14967075 userns: rename is_owner_or_cap to inode_owner_or_capable 14 years ago
matt mooney 0ccd234ca0 fs: change to new flag variable 14 years ago
Aneesh Kumar K.V f17b604207 fs: Remove i_nlink check from file system link callback 14 years ago
Aneesh Kumar K.V 5fe0c23788 exportfs: Return the minimum required handle size 14 years ago
Al Viro c78f4cc5e7 reiserfs xattr ->d_revalidate() shouldn't care about RCU 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Al Viro 99890a3be1 fix reiserfs mkdir() breakage 14 years ago
Eric Paris 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 years ago
Tejun Heo 28aadf5169 reiserfs: make commit_wq use the default concurrency level 14 years ago
Jesper Juhl 566538a6cf reiserfs: make sure va_end() is always called after va_start(). 14 years ago
Jan Kara f00c9e44ad quota: Fix deadlock during path resolution 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
Frederic Weisbecker 238af8751f reiserfs: don't acquire lock recursively in reiserfs_acl_chmod 14 years ago
Frederic Weisbecker da905873ef reiserfs: fix inode mutex - reiserfs lock misordering 14 years ago
Arnd Bergmann 451a3c24b0 BKL: remove extraneous #include <smp_lock.h> 14 years ago
Tejun Heo d4d7762995 block: clean up blkdev_get() wrappers and their users 14 years ago
Tejun Heo e525fd89d3 block: make blkdev_get/put() handle exclusive access 14 years ago