Commit Graph

353 Commits (d63dc0514d56e108cc96e334ca26b538263e52a2)

Author SHA1 Message Date
Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h 12 years ago
Jan Kara c288d29696 ext2: Fix BUG_ON in evict() on inode deletion 12 years ago
Eric W. Biederman 7f78e03513 fs: Limit sys_mount to only request filesystem modules. 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Wang Shilong 712ddc52ff Ext2: remove the static function release_blocks to optimize the kernel 12 years ago
Wang Shilong 8e3dffc651 Ext2: mark inode dirty after the function dquot_free_block_nodirty is called 12 years ago
Wang Shilong 98783e453c Ext2: remove the overhead check about sb in the function ext2_new_blocks 12 years ago
Wang Shilong ab6a773dbc Ext2: return ENOMEM rather than EIO if sb_getblk fails 12 years ago
Wang Shilong 2b0542a4a0 Ext2: use unlikely to improve the efficiency of the kernel 12 years ago
Wang Shilong 8d8759eb48 Ext2: free memory allocated and forget buffer head when io error happens 12 years ago
Zhao Hongjiang ae2cf4284e ext2: fix return values on parse_options() failure 13 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Eric W. Biederman af84df93ff userns: Convert extN to support kuids and kgids in posix acls 13 years ago
Eric W. Biederman 5f3a4a28ec userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr 13 years ago
Anatol Pomozov 4907cb7b19 treewide: fix comment/printk/variable typos 13 years ago
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