Commit Graph

206 Commits (3601b531987ea9f861300ae1189256f7118f4f09)

Author SHA1 Message Date
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
Christoph Hellwig db78b877f7 always call inode_change_ok early in ->setattr 15 years ago
Christoph Hellwig 6a1a90ad1b rename generic_setattr 15 years ago
Christoph Hellwig 282dc17884 get rid of cont_write_begin_newtrunc 15 years ago
Christoph Hellwig eafdc7d190 sort out blockdev_direct_IO variants 15 years ago
npiggin@suse.de 459f6ed3b8 fat: convert to use the new truncate convention. 15 years ago
Christoph Hellwig 1b061d9247 rename the generic fsync implementations 15 years ago
Christoph Hellwig 7ea8085910 drop unused dentry argument to ->fsync 15 years ago
OGAWA Hirofumi aaa04b4875 fatfs: ratelimit corruption report 15 years ago
Arnd Bergmann 7845bc3e13 fat: convert to unlocked_ioctl 15 years ago
Nikolaus Schulz 30d1872d9e fat: fix buffer overflow in vfat_create_shortname() 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
OGAWA Hirofumi 1bdb6f9199 fat: Cleanup nls_unload() usage 15 years ago
Andy Shevchenko 3ed3dec156 fat: use pack_hex_byte() instead of custom one 15 years ago
Christoph Hellwig a9185b41a4 pass writeback_control to ->write_inode 15 years ago
Kevin Dankwardt eeb5b4ae81 fat: Fix stat->f_namelen 15 years ago
OGAWA Hirofumi 8045e29850 fat: Fix vfat_lookup() 15 years ago
Zhaolei 1d81a181e0 fatfs: use common time_to_tm in fat_time_unix2fat() 15 years ago
Christoph Hellwig 681142f921 fat: make discard a mount option 15 years ago
Thomas Gleixner 6d729e44a5 fs: Make unload_nls() NULL pointer safe 16 years ago
OGAWA Hirofumi ed248b290d fat: Check s_dirt in fat_sync_fs() 16 years ago
Jan Kara 2f3d675bcd fat: Opencode sync_page_range_nolock() 16 years ago