Commit Graph

109 Commits (630d9c47274aa89bfa77fe6556d7818bdcb12992)

Author SHA1 Message Date
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro e021d7b7fd hfs: 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
Dan Carpenter bc5b8a9003 hfs: add sanity check for file name length 13 years ago
Phillip Lougher 434a964daa hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 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
Sage Weil 4e82d61b6a hfs: 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
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Al Viro 69102e9b4b hfs: fix rename() over non-empty directory 14 years ago
Al Viro 518c79d28e switch hfs 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() 15 years ago
Al Viro 89b0fc38cc switch hfs to hlist_add_fake() 15 years ago
Christoph Hellwig 3072b90c47 hfs: use sync_dirty_buffer 15 years ago
Thomas Gleixner 4a94103554 hfs: Convert tree_lock to mutex 15 years ago
Jan Blunck 8526fb37c9 BKL: Remove BKL from HFS 15 years ago
Jan Blunck db71922217 BKL: Explicitly add BKL around get_sb/fill_super 15 years ago
Al Viro b57922d97f convert remaining ->clear_inode() to ->evict_inode() 15 years ago
Al Viro b5fc510c48 get rid of file_fsync() 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 eafdc7d190 sort out blockdev_direct_IO variants 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
Christoph Hellwig a9185b41a4 pass writeback_control to ->write_inode 15 years ago
Amerigo Wang ec81aecb29 hfs: fix a potential buffer overflow 15 years ago
Jeff Mahoney 47f365eb57 hfs: fix oops on mount with corrupted btree extent records 16 years ago
Thomas Gleixner 6d729e44a5 fs: Make unload_nls() NULL pointer safe 16 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Christoph Hellwig 58bc5bbb87 hfs: add ->sync_fs 16 years ago
Christoph Hellwig ebc1ac1645 ->write_super lock_super pushdown 16 years ago
Christoph Hellwig 6cfd014842 push BKL down into ->put_super 16 years ago
Christoph Hellwig 8c85e12512 remove ->write_super call in generic_shutdown_super 16 years ago
Dave Anderson eb2e5f452a hfs: fix memory leak when unmounting 16 years ago
Coly Li 7dd2c000ff fs/hfs: return f_fsid for statfs(2) 16 years ago
Al Viro e16404ed0f constify dentry_operations: misc filesystems 16 years ago
Alexey Dobriyan b08bac1f18 fs/Kconfig: move hfs, hfsplus out 16 years ago
David Howells 94c9a5ee4c CRED: Wrap task credential accesses in the HFS filesystem 16 years ago
Miklos Szeredi f696a3659f [PATCH] move executable checking into ->permission() 17 years ago