Commit Graph

124 Commits (027e8eec31d8141a6231f772e10ccae60c9d5c13)

Author SHA1 Message Date
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
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