aboutsummaryrefslogtreecommitdiff
path: root/fs/hpfs
AgeCommit message (Expand)Author
2014-08-08fs/hpfs/dnode.c: fix suspect code indentFabian Frederick
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-06fs/hpfs: increase pr_warn levelFabian Frederick
2014-06-06fs/hpfs: use __func__ for loggingFabian Frederick
2014-06-06fs/hpfs: use pr_fmt for loggingFabian Frederick
2014-06-06fs/hpfs: convert printk to pr_foo()Fabian Frederick
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-02-02hpfs: optimize quad buffer loadingMikulas Patocka
2014-02-02hpfs: remember free spaceMikulas Patocka
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-10-24hpfs: make freeing sbi and codetables rcu-delayedAl Viro
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-07-04Merge branch 'hpfs' from Mikulas PatockaLinus Torvalds
2013-07-04hpfs: implement prefetch to improve performanceMikulas Patocka
2013-07-04hpfs: use mpageMikulas Patocka
2013-07-04hpfs: better test for errorsMikulas Patocka
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert hpfsAl Viro
2013-06-08hpfs: fix warnings when the filesystem fills upMikulas Patocka
2013-05-31hpfs: deadlock and race in directory lseek()Al Viro
2013-04-09hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-09treewide: Fix typo in various driversMasanari Iida
2012-12-20hpfs: drop vmtruncateMarco Stornelli
2012-10-09hpfs: drop lock/unlock superMarco Stornelli
2012-10-06hpfs: convert to use leXX_add_cpu()Wei Yongjun
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert hpfs to use kuid and kgid where appropriateEric W. Biederman
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-31HPFS: remove PRINTK() macroDan Carpenter
2012-05-29hpfs: assorted endianness annotationsAl Viro
2012-05-29hpfs: annotate eaAl Viro
2012-05-29hpfs: annotate struct hpfs_direntAl Viro
2012-05-29hpfs: annotate struct anodeAl Viro
2012-05-29hpfs: annotate struct fnodeAl Viro
2012-05-29hpfs: annotate btree nodes, get rid of bitfields messAl Viro
2012-05-29hpfs: annotate struct dnodeAl Viro
2012-05-29hpfs: bitmaps are little-endianAl Viro
2012-05-29hpfs: get rid of bitfields in struct fnodeAl Viro
2012-05-29hpfs: get rid of bitfields endianness wanking in extended_attributeAl Viro