aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hpfs
Commit message (Expand)AuthorAgeFilesLines
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* Merge branch 'hpfs' from Mikulas PatockaLinus Torvalds2013-07-045-13/+106
|\
| * hpfs: implement prefetch to improve performanceMikulas Patocka2013-07-044-5/+63
| * hpfs: use mpageMikulas Patocka2013-07-041-6/+34
| * hpfs: better test for errorsMikulas Patocka2013-07-042-2/+9
* | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-5/+2
* | [readdir] convert hpfsAl Viro2013-06-291-27/+29
|/
* hpfs: fix warnings when the filesystem fills upMikulas Patocka2013-06-081-0/+4
* hpfs: deadlock and race in directory lseek()Al Viro2013-05-311-4/+6
* hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro2013-04-091-16/+20
* fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-111-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-222-3/+3
* | Merge branch 'master' into for-nextJiri Kosina2013-01-293-8/+18
|\ \ | |/
| * hpfs: drop vmtruncateMarco Stornelli2012-12-203-8/+18
* | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
|/
* hpfs: drop lock/unlock superMarco Stornelli2012-10-091-3/+0
* hpfs: convert to use leXX_add_cpu()Wei Yongjun2012-10-062-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