Commit Graph

334 Commits (74a2799ab51acec9410f467fef8678ebb1125d7d)

Author SHA1 Message Date
Jan Kara 1e8b212fe5 ext2: Implement freezing 13 years ago
Akinobu Mita ecd0afa3ce ext2: use memweight() 13 years ago
Al Viro 8fc37ec54c don't expose I_NEW inodes via dentry->d_inode 13 years ago
Jan Kara a117782571 quota: Move quota syncing to ->sync_fs method 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
Wanlong Gao e124a32043 ext2: cleanup the confused goto label 13 years ago
Wang Sheng-Hui 0324876628 ext2: trivial fix to comment for ext2_free_blocks 13 years ago
Eric W. Biederman b8a9f9e183 userns: Convert ext2 to use kuid/kgid where appropriate. 13 years ago
Wang Sheng-Hui aa9e939d52 ext2: remove the redundant comment for ext2_export_ops 13 years ago
Jan Kara e2a3fde750 ext2: Remove i_mutex use from ext2_quota_write() 13 years ago
Linus Torvalds 26fe575028 vfs: make it possible to access the dentry hash/len as one 64-bit entry 13 years ago
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
Artem Bityutskiy f72cf5e223 ext2: do not register write_super within VFS 13 years ago
Jan Kara b838ec2232 ext2: Remove s_dirt handling 13 years ago
Artem Bityutskiy f2b2242081 ext2: write superblock only once on unmount 13 years ago
Al Viro f7699f2b01 migrate ext2_fs.h guts to fs/ext2/ext2.h 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Al Viro 8de5277879 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} 13 years ago
Cong Wang d4a23aee23 ext2: remove the second argument of k[un]map_atomic() 13 years ago
Djalal Harouni 34b0784056 ext2: protect inode changes in the SETVERSION and SETFLAGS ioctls 13 years ago
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