Commit Graph

100 Commits (f660daac474c6f7c2d710100e29b3276a6f4db0a)

Author SHA1 Message Date
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Josef Bacik 06222e491e fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek 14 years ago
Al Viro 2830ba7f34 ->permission() sanitizing: don't pass flags to generic_permission() 14 years ago
Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
Sage Weil 45adfef7d0 hpfs: 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
Sage Weil 64252c75a2 vfs: remove dget() from dentry_unhash() 14 years ago
Mikulas Patocka 88f4e9e870 HPFS: Remove unused variable 14 years ago
Mikulas Patocka c351481744 HPFS: Move declaration up, so that there are no out-of-scope pointers 14 years ago
Mikulas Patocka d0969d1949 HPFS: Fix some unaligned accesses 14 years ago
Mikulas Patocka 0b69760be6 HPFS: Fix endianity. Make hpfs work on big-endian machines 14 years ago
Mikulas Patocka bc8728ee56 HPFS: Implement fsync for hpfs 14 years ago
Mikulas Patocka dab4c82a6e HPFS: Fix a bug that filesystem was not marked dirty when remounting it 14 years ago
Mikulas Patocka 48f10e8ce7 HPFS: Restrict uid and gid to 16-bit values 14 years ago
Mikulas Patocka f73976818a HPFS: When marking or clearing the dirty bit, sync the filesystem 14 years ago
Mikulas Patocka d878597c2c HPFS: Use types with defined width 14 years ago
Mikulas Patocka e5d6a7dd5e HPFS: Remove mark_inode_dirty 14 years ago
Mikulas Patocka 0fe105aa29 HPFS: Remove CR/LF conversion option 14 years ago
Mikulas Patocka 7d23ce36e3 HPFS: Remove remaining locks 14 years ago
Mikulas Patocka 7dd29d8d86 HPFS: Introduce a global mutex and lock it on every callback from VFS. 14 years ago
Mikulas Patocka 637b424bf8 HPFS: Make HPFS compile on preempt and SMP 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Arnd Bergmann 9a311b96c3 hpfs: remove the BKL 14 years ago
Dr. David Alan Gilbert 274052ef0b hpfs_setattr error case avoids unlock_kernel 14 years ago
Al Viro 43d344d772 switch hpfs 14 years ago
Nick Piggin b74c79e993 fs: provide rcu-walk aware permission i_ops 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
Thomas Gleixner 117bf5fbdb hpfs: Convert sbi->hpfs_creation_de to mutex 14 years ago
Al Viro 152a083666 new helper: mount_bdev() 14 years ago
Arnd Bergmann 6de5bd128d BKL: introduce CONFIG_BKL. 14 years ago
Jan Blunck db71922217 BKL: Explicitly add BKL around get_sb/fill_super 15 years ago
Al Viro ea54400920 switch hpfs to ->evict_inode() 15 years ago
Christoph Hellwig 1025774ce4 remove inode_setattr 15 years ago
Christoph Hellwig 282dc17884 get rid of cont_write_begin_newtrunc 15 years ago
Christoph Hellwig 7ea8085910 drop unused dentry argument to ->fsync 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
Al Viro e21e7095a7 Don't mess with generic_permission() under ->d_lock in hpfs 15 years ago
Al Viro 7e7742ee00 sanitize signedness/const for pointers to char in hpfs a bit 15 years ago
Akinobu Mita f4c54fcf3a hpfs: use bitmap_weight() 15 years ago
Akinobu Mita c2923c3a3e hpfs: use hweight32 15 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Alessio Igor Bogani 337eb00a2c Push BKL down into ->remount_fs() 16 years ago
Al Viro bbd6851a32 Push lock_super() into the ->remount_fs() of filesystems that care about it 16 years ago
Christoph Hellwig 6cfd014842 push BKL down into ->put_super 16 years ago
Al Viro 2a32cebd6c Fix races around the access to ->s_options 16 years ago
Coly Li 604d295c26 fs/hpfs: return f_fsid for statfs(2) 16 years ago