Commit Graph

323 Commits (9a2985e7f943678154f5761dad753f1987c2fdd0)

Author SHA1 Message Date
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to umode_t 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
Al Viro 2a79f17e4a vfs: mnt_drop_write_file() 13 years ago
Al Viro a561be7100 switch a bunch of places to mnt_want_write_file() 13 years ago
Tejun Heo a0acae0e88 freezer: unexport refrigerator() and update try_to_freeze() slightly 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Miklos Szeredi c818b682c9 jfs: remove unnecessary nlink setting 13 years ago
Paul Gortmaker afeacc8c1f fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros 13 years ago
Dave Kleikamp 1c8007b076 jfs: flush journal completely before releasing metadata inodes 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
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
Linus Torvalds e77819e57f vfs: move ACL cache lookup into generic code 14 years ago
Dave Kleikamp 3c2c226285 jfs: clean up some compiler warnings 14 years ago
Al Viro 79ac5a46c5 jfs_lookup(): don't bother with . or .. 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 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
Al Viro a9049376ee make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 14 years ago
Al Viro 5c0f360b08 jfs_ci_revalidate() is safe from RCU mode 14 years ago
Al Viro 407938e79e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step 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
Mimi Zohar 9d8f13ba3f security: new security_inode_init_security API adds function callback 14 years ago
Dave Kleikamp ecc90462b4 jfs: agstart field must be 64 bits 14 years ago
Dave Kleikamp d31b53e3cd JFS: Don't save agno in the inode 14 years ago
Dave Kleikamp 28e0fa894c jfs: Update agstart when resizing volume 14 years ago
Dave Kleikamp 206b6310fd jfs: old_agsize should be 64 bits in jfs_extendfs 14 years ago
Al Viro 9054760ff5 lmLogOpen() broken failure exit 14 years ago
Sage Weil 44a8e6364e jfs: 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
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
Al Viro 8ce84eeb5b jfs: fix d_revalidate oopsen on NFS exports 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Eric Paris 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 years ago
Al Viro 94b77bd86f switch jfs to ->s_d_op, close exportfs races 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