Commit Graph

501 Commits (ccc080c77cd47fde5eb097058fae930b956096eb)

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
Dmitry Monakhov 6360e21f94 ext3: Allow quota file use root reservation 13 years ago
Tao Ma 40bfa16dac ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY. 14 years ago
H Hartley Sweeten 3ee77f2091 ext3/balloc.c: local functions should be static 14 years ago
Christoph Hellwig 65299a3b78 block: separate priority boosting from REQ_META 14 years ago
Christoph Hellwig 5dc06c5a70 block: remove READ_META and WRITE_META 14 years ago
Lukas Czerner fbc854027c ext3: remove deprecated oldalloc 14 years ago
Julia Lawall 46130222df fs/ext3/balloc.c: delete useless initialization 14 years ago
Toshiyuki Okajima 1cde201da4 ext3: fix message in ext3_remount for rw-remount case 14 years ago
Jan Kara 5a0143a4f0 ext3: Remove i_mutex from ext3_sync_file() 14 years ago
Eric Sandeen d2db60df1e ext3: Properly count journal credits for long symlinks 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
Jan Kara b22570d9ab ext3: Fix data corruption in inodes with journalled data 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Christoph Hellwig 00eacd66cd ext3: make ext3 mount default to barrier=1 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
Bernd Schubert c878c73f8d ext3: Fix compilation with -DDX_DEBUG 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
Lukas Czerner 2c2ea9451f ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs() 14 years ago
H Hartley Sweeten 81fe8c62fe ext3/ioctl.c: silence sparse warnings about different address spaces 14 years ago
Jan Kara ee3e77f180 ext3: Improve truncate error handling 14 years ago
Jan Kara ad95c5e9bc ext3: Fix oops in ext3_try_to_allocate_with_rsv() 14 years ago
Jan Kara 40680f2fa4 ext3: Convert ext3 to new truncate calling convention 14 years ago
Lukas Czerner 785c4bcc0d ext3: Add fixed tracepoints 14 years ago
Christoph Hellwig aa38572954 fs: pass exact type of data dirties to ->dirty_inode 14 years ago
Dan Magenheimer d71bc6db5e ext3: add cleancache support 14 years ago
Sage Weil 5a61a245f7 ext3: 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
Jan Kara 86c4f6d855 ext3: Fix fs corruption when make_indexed_dir() fails 14 years ago
Jan Kara ae54870a1d ext3: Fix lock inversion in ext3_symlink() 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Yongqiang Yang 523334ba50 ext3: Fix writepage credits computation for ordered mode 14 years ago
Serge E. Hallyn 2e14967075 userns: rename is_owner_or_cap to inode_owner_or_capable 14 years ago
Aneesh Kumar K.V 03cb5f03dc ext3: Copy fs UUID to superblock. 14 years ago
Aneesh Kumar K.V f17b604207 fs: Remove i_nlink check from file system link callback 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Eric Sandeen d7433142b6 ext3: Always set dx_node's fake_dirent explicitly. 14 years ago
Tao Ma 425fa41072 ext3: Fix an overflow in ext3_trim_fs. 14 years ago
Amir Goldstein ce654b37f8 ext3: skip orphan cleanup on rocompat fs 14 years ago