summaryrefslogtreecommitdiff
path: root/fs/affs
AgeCommit message (Expand)Author
2015-03-25fs/affs/file.c: unlock/release page on errorTaesoo Kim
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick
2015-02-17fs/affs/bitmap.c: remove unnecessary returnFabian Frederick
2015-02-17fs/affs/amigaffs.c: remove else after returnFabian Frederick
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick
2015-02-17fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick
2015-02-17fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven
2014-12-13fs/affs/file.c: remove obsolete pagesize checkFabian Frederick
2014-12-13fs/affs/file.c: add support to O_DIRECTFabian Frederick
2014-12-13fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick
2014-12-13fs/affs/file.c: forward declaration clean-upFabian Frederick
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick
2014-10-14fs/affs/file.c: fix shadow warningsFabian Frederick
2014-10-14fs/affs/inode.c: remove unused variableFabian Frederick
2014-10-14fs/affs/super.c: remove unused variableFabian Frederick
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-06fs/affs: pr_debug cleanupFabian Frederick
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick
2014-06-06fs/affs/file.c: remove unnecessary function parametersFabian 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-05-06fs/affs/super.c: bugfix / double freeFabian Frederick
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick
2014-04-07fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick
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-01-25affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro
2013-11-27remove obsolete references to powertweakDave Jones
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-11affs: use loff_t in affs_truncate()Dan Carpenter
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert affsAl Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
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-21fs/affs: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-20affs: drop vmtruncateMarco Stornelli
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-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman