Commit Graph

230 Commits (a5492e6591b8fdf171236046f9d6194f9bb4062b)

Author SHA1 Message Date
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro dacd0e7b39 fat: propagate 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
Geert Uytterhoeven d7a83c0f7f fat: Spelling s/obsolate/obsolete/g 13 years ago
Alan Stern 0720a06a75 NLS: improve UTF8 -> UTF16 string conversion routine 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Andy Shevchenko 0a90e0f101 fat: follow rename pack_hex_byte() to hex_byte_pack() 13 years ago
Joe Perches b9075fa968 treewide: use __printf not __attribute__((format(printf,...))) 13 years ago
Namjae Jeon 710d4403a4 fat: fat16 support maximum 4GB file/vol size as WinXP or 7. 14 years ago
Mihai Moldovan 186b53701c fat: fix utf8 iocharset warning message 14 years ago
Jonas Aberg 8c320c079c fat: fix build warning 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
Christoph Hellwig 5826869158 fat: remove i_alloc_sem abuse 14 years ago
Al Viro a9049376ee make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 14 years ago
Al Viro 407938e79e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step 14 years ago
OGAWA Hirofumi 1adffbae22 fat: Fix corrupt inode flags when remove ATTR_SYS flag 14 years ago
Sage Weil f4ff0e25c5 fat: remove unnecessary dentry_unhash on rmdir, dir rename 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
OGAWA Hirofumi f68e542f34 fat: Fix statfs->f_namelen 14 years ago
Alexey Fisher 869f58c0cd fat: Replace all printk with fat_msg() 14 years ago
Alexey Fisher 81ac21d34a fat: Add fat_msg() function for preformated FAT messages 14 years ago
Alexey Fisher 2c8a5ffb94 fat: Convert fat_fs_error to use %pV 14 years ago
OGAWA Hirofumi 7003092955 fat: Fix possible null deref in fat_cache_add() 14 years ago
OGAWA Hirofumi 384f5c96ea fat: use new setup() for ->dir_ops too 14 years ago
Aneesh Kumar K.V 5fe0c23788 exportfs: Return the minimum required handle size 14 years ago
Al Viro 9177ada99d fat: fix d_revalidate oopsen on NFS exports 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Al Viro 3d23985d6c switch fat to ->s_d_op, close exportfs races there 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
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Nick Piggin b1e6a015a5 fs: change d_hash for rcu-walk 14 years ago
Nick Piggin 621e155a35 fs: change d_compare for rcu-walk 14 years ago
Al Viro 152a083666 new helper: mount_bdev() 14 years ago
Arnd Bergmann 3768744cfe BKL: Remove BKL from fat 15 years ago
Jan Blunck db71922217 BKL: Explicitly add BKL around get_sb/fill_super 15 years ago
Christoph Hellwig dd3932eddf block: remove BLKDEV_IFL_WAIT 15 years ago
Christoph Hellwig 0edd55faea block: remove the BH_Eopnotsupp flag 15 years ago
Christoph Hellwig e045db80d0 fat: do not send discards as barriers 15 years ago
Christoph Hellwig 2cf6d26a35 block: pass gfp_mask and flags to sb_issue_discard 15 years ago
Christoph Hellwig 9cb569d601 remove SWRITE* I/O types 15 years ago
Al Viro deee3ce466 covert fatfs to ->evict_inode() 15 years ago
Christoph Hellwig 2c27c65ed0 check ATTR_SIZE contraints in inode_change_ok 15 years ago