summaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAgeFilesLines
* fs/ufs/super.c: fix potential race conditionFabian Frederick2015-02-171-4/+0
* fs/ufs/super.c: remove unnecessary castingFabian Frederick2015-02-171-1/+3
* fs/ufs/balloc.c: remove unused variableFabian Frederick2014-10-141-3/+0
* ufs: deal with nfsd/iget racesAl Viro2014-09-262-1/+9
* ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2014-09-072-13/+8
* fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick2014-08-081-16/+16
* fs/ufs: convert UFSD printk to pr_debugFabian Frederick2014-08-082-3/+3
* fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick2014-08-081-20/+24
* fs/ufs/super.c: use __func__ in loggingFabian Frederick2014-08-081-18/+18
* fs/ufs: use pr_fmtFabian Frederick2014-08-082-8/+13
* fs/ufs: convert printk to pr_foo()Fabian Frederick2014-08-082-133/+131
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+4
|\
| * write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
| * switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | ufs: sb mutex merge + mutex_destroyFabian Frederick2014-06-064-43/+33
* | fs/ufs/balloc.c: remove err parameter in ufs_add_fragmentsFabian Frederick2014-06-061-3/+3
|/
* fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer2014-04-071-2/+0
* fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer2014-04-071-2/+0
* fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer2014-04-073-18/+0
* fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick2014-04-071-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-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-031-1/+1
|/
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* [readdir] simple local unixlike: switch to ->iterate()Al Viro2013-06-291-16/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-2/+1
|\
| * fs: ufs: remove cast for kmalloc return valueZhang Yanfei2013-03-181-2/+1
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | fs/ufs: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
|/
* ufs: drop vmtruncateMarco Stornelli2012-12-201-5/+10
* ufs: drop lock/unlock superMarco Stornelli2012-10-094-33/+35
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | userns: Convert the ufs filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-211-8/+8
|/
* fs/ufs: get rid of write_superArtem Bityutskiy2012-07-225-16/+42
* fs/ufs: re-arrange the code a bitArtem Bityutskiy2012-07-221-59/+58
* fs/ufs: remove extra superblock write on unmountArtem Bityutskiy2012-07-221-3/+0
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-4/+1
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-202-13/+2
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* ufs: propagate umode_tAl Viro2012-01-033-4/+4
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
OpenPOWER on IntegriCloud