Commit Graph

195 Commits (7ca4be45a0255ac8f08c05491c6add2dd87dd4f8)

Author SHA1 Message Date
Al Viro b3f2a92447 hfsplus: creation of hidden dir on mount can fail 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro c47da79851 hfsplus: propagate umode_t 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to 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
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Christoph Hellwig f1fcd9f0e9 hfsplus: fix filesystem size checks 14 years ago
Seth Forshee f588c960fc hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path 14 years ago
Seth Forshee 6596528e39 hfsplus: ensure bio requests are not smaller than the hardware sectors 14 years ago
Naohiro Aota aac4e4198e hfsplus: Add additional range check to handle on-disk corruptions 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
Alexey Khoroshilov dd7f3d5458 hfsplus: Add error propagation for hfsplus_ext_write_extent_locked 14 years ago
Alexey Khoroshilov 5bd9d99d10 hfsplus: add error checking for hfs_find_init() 14 years ago
Christoph Hellwig c6d5f5fa65 hfsplus: lift the 2TB size limit 14 years ago
Christoph Hellwig 4ba2d5fdcf hfsplus: fix overflow in hfsplus_read_wrapper 14 years ago
Christoph Hellwig bf1a1b31fa hfsplus: fix overflow in hfsplus_get_block 14 years ago
Anton Salikhmetov 2b4f9ca8a5 hfsplus: assignments inside `if' condition clean-up 14 years ago
Alexey Khoroshilov 032016a56a hfsplus: Fix double iput of the same inode in hfsplus_fill_super() 14 years ago
Seth Forshee 50176ddefa hfsplus: add missing call to bio_put() 14 years ago
Sage Weil e3911785b8 hfsplus: 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
Serge E. Hallyn 2e14967075 userns: rename is_owner_or_cap to inode_owner_or_capable 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Christoph Hellwig 1065348d47 hfsplus: fix up a comparism in hfsplus_file_extend 14 years ago
Chuck Ebbert a1dbcef017 hfsplus: fix two memory leaks in wrapper.c 14 years ago
Chuck Ebbert 14dd01f883 hfsplus: do not leak buffer on error 14 years ago
Christoph Hellwig c5b8d0bce0 hfsplus: fix failed mount handling 14 years ago
Al Viro eddf790bd4 switch hfsplus 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
Anton Salikhmetov b2837fcf49 hfsplus: %L-to-%ll, macro correction, and remove unneeded braces 14 years ago
Anton Salikhmetov 20b7643d8e hfsplus: spaces/indentation clean-up 14 years ago
Anton Salikhmetov 21f2296a59 hfsplus: C99 comments clean-up 14 years ago
Anton Salikhmetov 2753cc281c hfsplus: over 80 character lines clean-up 14 years ago
Anton Salikhmetov 596276c357 hfsplus: fix an artifact in ioctl flag checking 14 years ago
Christoph Hellwig 34a2d313c5 hfsplus: flush disk caches in sync and fsync 14 years ago
Christoph Hellwig e349470560 hfsplus: optimize fsync 14 years ago
Christoph Hellwig b33b7921db hfsplus: split up inode flags 14 years ago
Christoph Hellwig eb29d66d4f hfsplus: write up fsync for directories 14 years ago
Christoph Hellwig 281469766b hfsplus: simplify fsync 14 years ago