Commit Graph

147 Commits (dace8bbfccfd9e4fcccfffcfbd82881fda3e756f)

Author SHA1 Message Date
J. Bruce Fields 27ac0ffeac locks: break delegations on any attribute modification 11 years ago
Al Viro 30687e0a47 hpfs: make freeing sbi and codetables rcu-delayed 11 years ago
Kirill A. Shutemov 7caef26767 truncate: drop 'oldsize' truncate_pagecache() parameter 12 years ago
Mikulas Patocka 275f495dbe hpfs: implement prefetch to improve performance 12 years ago
Mikulas Patocka a0c1b75963 hpfs: use mpage 12 years ago
Mikulas Patocka 3ebacb0504 hpfs: better test for errors 12 years ago
Linus Torvalds da53be12bb Don't pass inode to ->d_hash() and ->d_compare() 12 years ago
Al Viro 568f8f5ec5 [readdir] convert hpfs 12 years ago
Mikulas Patocka bbd465df73 hpfs: fix warnings when the filesystem fills up 12 years ago
Al Viro 31abdab9c1 hpfs: deadlock and race in directory lseek() 12 years ago
Al Viro 5f2e354f52 hpfs: move setting hpfs-private i_dirty to ->write_end() 12 years ago
Eric W. Biederman 3e64fe5b21 fs: Limit sys_mount to only request filesystem modules. (Part 3) 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Masanari Iida 8a168ca707 treewide: Fix typo in various drivers 12 years ago
Marco Stornelli 70b31c4c88 hpfs: drop vmtruncate 12 years ago
Marco Stornelli f6e12dc4fc hpfs: drop lock/unlock super 13 years ago
Wei Yongjun 32daab969c hpfs: convert to use leXX_add_cpu() 13 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Eric W. Biederman 0e1a43c716 userns: Convert hpfs to use kuid and kgid where appropriate 13 years ago
Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Dan Carpenter 7bc1bac77a HPFS: remove PRINTK() macro 13 years ago
Al Viro 28fe3c1963 hpfs: assorted endianness annotations 13 years ago
Al Viro 77ee26e44c hpfs: annotate ea 13 years ago
Al Viro 46287aa652 hpfs: annotate struct hpfs_dirent 13 years ago
Al Viro 6ce2bbba52 hpfs: annotate struct anode 13 years ago
Al Viro 2b9f1cc29b hpfs: annotate struct fnode 13 years ago
Al Viro ddc19e6e04 hpfs: annotate btree nodes, get rid of bitfields mess 13 years ago
Al Viro 39413c6046 hpfs: annotate struct dnode 13 years ago
Al Viro 52576da354 hpfs: bitmaps are little-endian 13 years ago
Al Viro c4c995430a hpfs: get rid of bitfields in struct fnode 13 years ago
Al Viro 4085e155b1 hpfs: get rid of bitfields endianness wanking in extended_attribute 13 years ago
Al Viro de5e2b3628 hpfs: endianness bugs 13 years ago
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 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
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Joe Perches b9075fa968 treewide: use __printf not __attribute__((format(printf,...))) 13 years ago
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