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