aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAge
* fs/affs: remove redundant sys_tz declarationsFabian Frederick2014-10-13
* fs/affs/file.c: fix shadow warningsFabian Frederick2014-10-13
* fs/affs/inode.c: remove unused variableFabian Frederick2014-10-13
* fs/affs/super.c: remove unused variableFabian Frederick2014-10-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-06
* | fs/affs: pr_debug cleanupFabian Frederick2014-06-06
* | fs/affs: convert printk to pr_foo()Fabian Frederick2014-06-06
* | fs/affs/file.c: remove unnecessary function parametersFabian Frederick2014-06-06
|/
* fs/affs/super.c: bugfix / double freeFabian Frederick2014-05-06
* affs: add mount option to avoid filename truncatesFabian Frederick2014-04-07
* fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick2014-04-07
* affs: add __init to init_inodecache ()Fabian Frederick2014-04-07
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/
* affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro2014-01-25
* remove obsolete references to powertweakDave Jones2013-11-27
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-12
* affs: use loff_t in affs_truncate()Dan Carpenter2013-09-11
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* [readdir] convert affsAl Viro2013-06-29
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | fs/affs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-21
|/
* affs: drop vmtruncateMarco Stornelli2012-12-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\ \
| * | userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman2012-09-21
| |/
* / workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
|/
* affs: use memweight()Akinobu Mita2012-07-30
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-14
* affs: unobfuscate affs_fix_dcache()Al Viro2012-07-14
* affs: get rid of open-coded list_for_each_entry()Al Viro2012-07-14
* affs: get rid of affs_sync_superArtem Bityutskiy2012-07-14
* affs: introduce VFS superblock object back-referenceArtem Bityutskiy2012-07-14
* affs: stop using lock_superArtem Bityutskiy2012-07-14
* affs: re-structure superblock locking a bitArtem Bityutskiy2012-07-14
* affs: remove useless superblock writeout on remountArtem Bityutskiy2012-07-14
* affs: remove useless superblock writeout on unmountArtem Bityutskiy2012-07-14
* affs: stop setting bm_flagsArtem Bityutskiy2012-07-14
* affs: bury unused macrosAl Viro2012-05-29
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-06
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-20