summaryrefslogtreecommitdiffstats
path: root/fs/affs
Commit message (Expand)AuthorAgeFilesLines
...
* | fs/affs/file.c: remove unnecessary function parametersFabian Frederick2014-06-071-11/+13
|/
* fs/affs/super.c: bugfix / double freeFabian Frederick2014-05-061-2/+0Star
* affs: add mount option to avoid filename truncatesFabian Frederick2014-04-084-30/+51
* fs/affs/dir.c: unlock/brelse dir on failure + code clean-upFabian Frederick2014-04-081-10/+18
* affs: add __init to init_inodecache ()Fabian Frederick2014-04-081-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-051-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-1/+1
|/
* affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro2014-01-251-32/+25Star
* remove obsolete references to powertweakDave Jones2013-11-281-1/+1
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-1/+1
* affs: use loff_t in affs_truncate()Dan Carpenter2013-09-121-1/+1
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-18/+8Star
* [readdir] convert affsAl Viro2013-06-291-45/+24Star
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | fs/affs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-2/+2
|/
* affs: drop vmtruncateMarco Stornelli2012-12-202-7/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-023-19/+23
|\ \
| * | userns: Convert affs to use kuid/kgid wherwe appropriateEric W. Biederman2012-09-213-19/+23
| |/
* / workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
|/
* affs: use memweight()Akinobu Mita2012-07-311-26/+2Star
* don't pass nameidata to ->create()Al Viro2012-07-142-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-142-2/+2
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+2
* affs: unobfuscate affs_fix_dcache()Al Viro2012-07-141-6/+8
* affs: get rid of open-coded list_for_each_entry()Al Viro2012-07-141-6/+1Star
* affs: get rid of affs_sync_superArtem Bityutskiy2012-07-143-13/+45
* affs: introduce VFS superblock object back-referenceArtem Bityutskiy2012-07-142-0/+2
* affs: stop using lock_superArtem Bityutskiy2012-07-141-2/+3
* affs: re-structure superblock locking a bitArtem Bityutskiy2012-07-141-5/+2Star
* affs: remove useless superblock writeout on remountArtem Bityutskiy2012-07-141-3/+2Star
* affs: remove useless superblock writeout on unmountArtem Bityutskiy2012-07-141-3/+0Star
* affs: stop setting bm_flagsArtem Bityutskiy2012-07-141-5/+4Star
* affs: bury unused macrosAl Viro2012-05-301-8/+0Star
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-5/+2Star
* affs: propagate umode_tAl Viro2012-01-042-4/+4
* switch ->create() to umode_tAl Viro2012-01-042-3/+3
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-042-3/+3
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* filesystems: add set_nlink()Miklos Szeredi2011-11-022-5/+5
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-022-4/+4
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-212-2/+8
* affs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0Star
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3