aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-30fs/affs/symlink.c: remove unneeded err variableFabian Frederick1-3/+1
2015-06-30fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick1-1/+1
2015-06-30fs/affs/inode.c: remove unneeded initializationFabian Frederick1-1/+1
2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+10
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-49/+65
2015-04-17affs: kstrdup() memory handlingSanidhya Kashyap1-1/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick5-21/+22
2015-04-17fs/affs/super.c: use affs_set_opt()Fabian Frederick1-15/+16
2015-04-17fs/affs/affs.h: add mount option manipulation macrosFabian Frederick1-0/+4
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick6-48/+54
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells3-10/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-2/+2
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-25fs/affs/file.c: unlock/release page on errorTaesoo Kim1-7/+12
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick1-33/+33
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick1-2/+0
2015-02-17fs/affs/bitmap.c: remove unnecessary returnFabian Frederick1-1/+0
2015-02-17fs/affs/amigaffs.c: remove else after returnFabian Frederick1-2/+1
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick5-13/+16
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick2-8/+9
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick1-0/+1
2015-02-17fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick1-0/+7
2015-02-17fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick1-4/+2
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven5-40/+33
2014-12-13fs/affs/file.c: remove obsolete pagesize checkFabian Frederick1-4/+0
2014-12-13fs/affs/file.c: add support to O_DIRECTFabian Frederick1-0/+18
2014-12-13fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick3-21/+25
2014-12-13fs/affs/file.c: forward declaration clean-upFabian Frederick1-22/+16
2014-11-19assorted conversions to %p[dD]Al Viro2-25/+19
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-14fs/affs: remove redundant sys_tz declarationsFabian Frederick3-5/+0
2014-10-14fs/affs/file.c: fix shadow warningsFabian Frederick1-15/+24
2014-10-14fs/affs/inode.c: remove unused variableFabian Frederick1-2/+0
2014-10-14fs/affs/super.c: remove unused variableFabian Frederick1-3/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2014-06-06fs/affs: pr_debug cleanupFabian Frederick9-59/+74
2014-06-06fs/affs: convert printk to pr_foo()Fabian Frederick4-23/+26
2014-06-06fs/affs/file.c: remove unnecessary function parametersFabian Frederick1-11/+13
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-05-06fs/affs/super.c: bugfix / double freeFabian Frederick1-2/+0
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick4-30/+51
2014-04-07fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick1-10/+18
2014-04-07affs: add __init to init_inodecache ()Fabian Frederick1-1/+1