aboutsummaryrefslogtreecommitdiff
path: root/fs/ufs
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-2/+2
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-3/+6
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Gravatar Al Viro 1-2/+0
2011-07-17ufs should use d_splice_alias()Gravatar Al Viro 1-8/+4
2011-05-28ufs: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26ufs: fix truncated values handling 64 bit metadataGravatar Dan Carpenter 2-5/+6
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-04-26Merge branch 'master' into for-nextGravatar Jiri Kosina 4-7/+5
2011-04-08ufs: Fix a typoGravatar Alessio Igor Bogani 1-1/+1
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 2-4/+4
2011-04-05ufs: remove unessecary blk_flush_plugGravatar Christoph Hellwig 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 2-4/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-2/+1
2011-03-23ufs: use little-endian bitopsGravatar Akinobu Mita 1-1/+1
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 7-108/+83
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 2-2/+1
2011-03-03ufs: i_nlink races in rename()Gravatar Al Viro 1-7/+2
2011-03-02ufs: remove the BKLGravatar Arnd Bergmann 7-108/+83
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-4/+4
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+5
2010-10-21BKL: introduce CONFIG_BKL.Gravatar Arnd Bergmann 1-0/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-0/+5
2010-08-18remove SWRITE* I/O typesGravatar Christoph Hellwig 5-54/+29
2010-08-09switch ufs to ->evict_inode()Gravatar Al Viro 4-21/+28
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-8/+3
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-1/+4
2010-08-09get rid of block_write_begin_newtruncGravatar Christoph Hellwig 1-2/+10
2010-08-09introduce __block_write_beginGravatar Christoph Hellwig 1-2/+1
2010-08-09clean up write_begin usage for directories in pagecacheGravatar Christoph Hellwig 3-18/+10
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 7-178/+2
2010-05-27kill spurious reference to vmtruncateGravatar npiggin@suse.de 1-6/+4
2010-05-27rename the generic fsync implementationsGravatar Christoph Hellwig 2-2/+2
2010-05-27ufs: permit mounting of BorderWare filesystemsGravatar Thomas Stewart 2-0/+3