aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)AuthorFilesLines
2015-02-17fs/ufs/super.c: fix potential race conditionGravatar Fabian Frederick 1-4/+0
2015-02-17fs/ufs/super.c: remove unnecessary castingGravatar Fabian Frederick 1-1/+3
2014-10-14fs/ufs/balloc.c: remove unused variableGravatar Fabian Frederick 1-3/+0
2014-09-26ufs: deal with nfsd/iget racesGravatar Al Viro 2-1/+9
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeGravatar Alexey Khoroshilov 2-13/+8
2014-08-08fs/ufs/inode.c: kernel-doc warning fixesGravatar Fabian Frederick 1-16/+16
2014-08-08fs/ufs: convert UFSD printk to pr_debugGravatar Fabian Frederick 2-3/+3
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfGravatar Fabian Frederick 1-20/+24
2014-08-08fs/ufs/super.c: use __func__ in loggingGravatar Fabian Frederick 1-18/+18
2014-08-08fs/ufs: use pr_fmtGravatar Fabian Frederick 2-8/+13
2014-08-08fs/ufs: convert printk to pr_foo()Gravatar Fabian Frederick 2-133/+131
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2014-06-06ufs: sb mutex merge + mutex_destroyGravatar Fabian Frederick 4-43/+33
2014-06-06fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsGravatar Fabian Frederick 1-3/+3
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Gravatar Al Viro 1-2/+2
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerGravatar Christian Engelmayer 1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerGravatar Christian Engelmayer 1-2/+0
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerGravatar Christian Engelmayer 3-18/+0
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Gravatar Fabian Frederick 1-1/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterGravatar Kirill A. Shutemov 1-1/+1
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Gravatar Al Viro 1-16/+12
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+1
2013-03-18fs: ufs: remove cast for kmalloc return valueGravatar Zhang Yanfei 1-2/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-01-21fs/ufs: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-1/+1
2012-12-20ufs: drop vmtruncateGravatar Marco Stornelli 1-5/+10
2012-10-09ufs: drop lock/unlock superGravatar Marco Stornelli 4-33/+35
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-09-21userns: Convert the ufs filesystem to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-8/+8
2012-07-22fs/ufs: get rid of write_superGravatar Artem Bityutskiy 5-16/+42
2012-07-22fs/ufs: re-arrange the code a bitGravatar Artem Bityutskiy 1-59/+58
2012-07-22fs/ufs: remove extra superblock write on unmountGravatar Artem Bityutskiy 1-3/+0
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryGravatar Linus Torvalds 1-4/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 2-2/+0
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Gravatar Al Viro 2-13/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03ufs: propagate umode_tGravatar Al Viro 3-4/+4
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1