summaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)Author
2015-02-17fs/ufs/super.c: fix potential race conditionFabian Frederick
2015-02-17fs/ufs/super.c: remove unnecessary castingFabian Frederick
2014-10-14fs/ufs/balloc.c: remove unused variableFabian Frederick
2014-09-26ufs: deal with nfsd/iget racesAl Viro
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov
2014-08-08fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick
2014-08-08fs/ufs: convert UFSD printk to pr_debugFabian Frederick
2014-08-08fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick
2014-08-08fs/ufs/super.c: use __func__ in loggingFabian Frederick
2014-08-08fs/ufs: use pr_fmtFabian Frederick
2014-08-08fs/ufs: convert printk to pr_foo()Fabian Frederick
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-06ufs: sb mutex merge + mutex_destroyFabian Frederick
2014-06-06fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-04-07fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer
2014-04-07fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer
2014-04-07fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer
2014-04-07fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-03-18fs: ufs: remove cast for kmalloc return valueZhang Yanfei
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-21fs/ufs: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-20ufs: drop vmtruncateMarco Stornelli
2012-10-09ufs: drop lock/unlock superMarco Stornelli
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert the ufs filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03ufs: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro