aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* hpfs: drop vmtruncateMarco Stornelli2012-12-203-8/+18
* hpfs: drop lock/unlock superMarco Stornelli2012-10-091-3/+0
* hpfs: convert to use leXX_add_cpu()Wei Yongjun2012-10-052-17/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman2012-09-214-21/+28
|/
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-142-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-0111-233/+229
|\
| * hpfs: assorted endianness annotationsAl Viro2012-05-294-60/+60
| * hpfs: annotate eaAl Viro2012-05-291-2/+2
| * hpfs: annotate struct hpfs_direntAl Viro2012-05-293-12/+12
| * hpfs: annotate struct anodeAl Viro2012-05-291-4/+4
| * hpfs: annotate struct fnodeAl Viro2012-05-291-14/+14
| * hpfs: annotate btree nodes, get rid of bitfields messAl Viro2012-05-293-51/+52
| * hpfs: annotate struct dnodeAl Viro2012-05-291-4/+4
| * hpfs: bitmaps are little-endianAl Viro2012-05-293-12/+12
| * hpfs: get rid of bitfields in struct fnodeAl Viro2012-05-298-38/+32
| * hpfs: get rid of bitfields endianness wanking in extended_attributeAl Viro2012-05-293-34/+35
| * hpfs: endianness bugsAl Viro2012-05-292-3/+3
* | HPFS: remove PRINTK() macroDan Carpenter2012-05-312-8/+0
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-023-9/+9
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-2/+2
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-2/+7
* fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2011-07-201-0/+4
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
* hpfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-3/+6
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+4
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
| * vfs: remove dget() from dentry_unhash()Sage Weil2011-05-261-3/+0
* | HPFS: Remove unused variableMikulas Patocka2011-05-091-4/+0
* | HPFS: Move declaration up, so that there are no out-of-scope pointersMikulas Patocka2011-05-091-1/+1
* | HPFS: Fix some unaligned accessesMikulas Patocka2011-05-093-24/+32
* | HPFS: Fix endianity. Make hpfs work on big-endian machinesMikulas Patocka2011-05-0911-418/+498
* | HPFS: Implement fsync for hpfsMikulas Patocka2011-05-091-2/+2
* | HPFS: Fix a bug that filesystem was not marked dirty when remounting itMikulas Patocka2011-05-091-8/+8
* | HPFS: Restrict uid and gid to 16-bit valuesMikulas Patocka2011-05-091-0/+4
* | HPFS: When marking or clearing the dirty bit, sync the filesystemMikulas Patocka2011-05-091-0/+3
* | HPFS: Use types with defined widthMikulas Patocka2011-05-091-112/+107
* | HPFS: Remove mark_inode_dirtyMikulas Patocka2011-05-091-3/+0
* | HPFS: Remove CR/LF conversion optionMikulas Patocka2011-05-096-75/+7