aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
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/+1
2014-01-25affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro1-32/+25
2013-11-27remove obsolete references to powertweakDave Jones1-1/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-11affs: use loff_t in affs_truncate()Dan Carpenter1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-18/+8
2013-06-29[readdir] convert affsAl Viro1-45/+24
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-21fs/affs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20affs: drop vmtruncateMarco Stornelli2-7/+16
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-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-19/+23
2012-09-21userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman3-19/+23
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-30affs: use memweight()Akinobu Mita1-26/+2
2012-07-14don't pass nameidata to ->create()Al Viro2-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+2
2012-07-14affs: unobfuscate affs_fix_dcache()Al Viro1-6/+8
2012-07-14affs: get rid of open-coded list_for_each_entry()Al Viro1-6/+1
2012-07-14affs: get rid of affs_sync_superArtem Bityutskiy3-13/+45
2012-07-14affs: introduce VFS superblock object back-referenceArtem Bityutskiy2-0/+2
2012-07-14affs: stop using lock_superArtem Bityutskiy1-2/+3
2012-07-14affs: re-structure superblock locking a bitArtem Bityutskiy1-5/+2
2012-07-14affs: remove useless superblock writeout on remountArtem Bityutskiy1-3/+2
2012-07-14affs: remove useless superblock writeout on unmountArtem Bityutskiy1-3/+0
2012-07-14affs: stop setting bm_flagsArtem Bityutskiy1-5/+4
2012-05-29affs: bury unused macrosAl Viro1-8/+0
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-5/+2