summaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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/+58Star
* fs/ufs: remove extra superblock write on unmountArtem Bityutskiy2012-07-221-3/+0Star
* 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-111-4/+1Star
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0Star
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-4/+2Star
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-212-13/+2Star
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-2/+2
* ufs: propagate umode_tAl Viro2012-01-043-4/+4
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* 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-11-011-3/+6
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-2/+0Star
* ufs should use d_splice_alias()Al Viro2011-07-181-8/+4Star
* ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0Star
* ufs: fix truncated values handling 64 bit metadataDan Carpenter2011-05-272-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/+5Star
|\|
| * 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/+0Star
| |/
| * Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-242-2/+1Star
| |\
| | * block: remove per-queue pluggingJens Axboe2011-03-102-2/+1Star
| * | ufs: use little-endian bitopsAkinobu Mita2011-03-241-1/+1
* | | ufs: Fix a typoAlessio Igor Bogani2011-04-091-1/+1
|/ /
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-177-108/+83Star
|\ \
| * | ufs: remove the BKLArnd Bergmann2011-03-027-108/+83Star
| |/
* / ufs: i_nlink races in rename()Al Viro2011-03-031-7/+2Star
|/
* 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-261-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/+29Star
* switch ufs to ->evict_inode()Al Viro2010-08-094-21/+28
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-8/+3Star
* remove inode_setattrChristoph Hellwig2010-08-091-1/+4
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-2/+10