aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-3/+6
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-2/+0
* ufs should use d_splice_alias()Al Viro2011-07-171-8/+4
* ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* ufs: fix truncated values handling 64 bit metadataDan Carpenter2011-05-262-5/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+5
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | Merge branch 'master' into for-nextJiri Kosina2011-04-264-7/+5
|\|
| * Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-072-4/+4
| |\
| | * Fix common misspellingsLucas De Marchi2011-03-312-4/+4
| * | ufs: remove unessecary blk_flush_plugChristoph Hellwig2011-04-051-1/+0
| |/
| * Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-242-2/+1
| |\
| | * block: remove per-queue pluggingJens Axboe2011-03-102-2/+1
| * | ufs: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* | | ufs: Fix a typoAlessio Igor Bogani2011-04-081-1/+1
|/ /
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-167-108/+83
|\ \
| * | ufs: remove the BKLArnd Bergmann2011-03-027-108/+83
| |/
* / ufs: i_nlink races in rename()Al Viro2011-03-031-7/+2
|/
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-4/+4
* new helper: ihold()Al Viro2010-10-251-1/+1
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+5
|\
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+5
* | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-185-54/+29