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