Commit Graph

307 Commits (a5492e6591b8fdf171236046f9d6194f9bb4062b)

Author SHA1 Message Date
Paul Gortmaker 302bf2f325 ext2/3/4: delete unneeded includes of module.h 13 years ago
Jan Kara ef6919c283 ext2: Fix error handling on inode bitmap corruption 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro 3ea40bc947 ext2: propagate umode_t 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
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Joe Perches b9075fa968 treewide: use __printf not __attribute__((format(printf,...))) 13 years ago
Li Haifeng f32948ddd1 ext2: fix the outdated comment in ext2_nfs_get_inode() 14 years ago
Julia Lawall 6e3d6ca0bf fs/ext2/balloc.c: delete useless initialization 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
Linus Torvalds 59ed2bb274 ext2: remove duplicate 'ext2_get_acl()' define 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
Wang Sheng-Hui 03b5bb3429 ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_get 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 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
Sage Weil 5afcb940fa ext2: remove unnecessary dentry_unhash on rmdir/rename_dir 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
Robin Dong 4e299c1d91 ext2: fix error msg when mounting fs with too-large blocksize 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
Akinobu Mita f312eff816 bitops: remove ext2 non-atomic bitops from asm/bitops.h 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Josh Hunt e8a80c6f76 ext2: Fix link count corruption under heavy link+rename load 14 years ago
Josh Hunt 03885ac3c7 ext2: Fix link count corruption under heavy link+rename load 14 years ago
Eric Paris 2a7dba391e fs/vfs/security: pass last path component to LSM on inode creation 14 years ago
Tobias Klauser 0ed0cca7aa ext2: Remove redundant unlikely() 14 years ago
Eric Sandeen 40a063f669 ext2: speed up file creates by optimizing rec_len functions 14 years ago
Wang Sheng-Hui 1f605b3027 ext2: remove dead code in ext2_xattr_get 14 years ago
Wang Sheng-Hui 6e9510b0e0 ext2,ext3,ext4: clarify comment for extN_xattr_set_handle 14 years ago
Nick Piggin 73598611ad ext2,3,4: provide simple rcu-walk ACL implementation 14 years ago
Nick Piggin b74c79e993 fs: provide rcu-walk aware permission i_ops 14 years ago
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Joe Perches 23a2ad6d0e fs/ext2/super.c: Use printf extension %pV 14 years ago
Al Viro 152a083666 new helper: mount_bdev() 15 years ago