aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs
Commit message (Expand)AuthorAge
...
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-20
* ufs should use d_splice_alias()Al Viro2011-07-17
* ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-28
* ufs: fix truncated values handling 64 bit metadataDan Carpenter2011-05-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-26
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* | Merge branch 'master' into for-nextJiri Kosina2011-04-26
|\|
| * Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-07
| |\
| | * Fix common misspellingsLucas De Marchi2011-03-31
| * | ufs: remove unessecary blk_flush_plugChristoph Hellwig2011-04-05
| |/
| * Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
| |\
| | * block: remove per-queue pluggingJens Axboe2011-03-10
| * | ufs: use little-endian bitopsAkinobu Mita2011-03-23
* | | ufs: Fix a typoAlessio Igor Bogani2011-04-08
|/ /
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-16
|\ \
| * | ufs: remove the BKLArnd Bergmann2011-03-02
| |/
* / ufs: i_nlink races in rename()Al Viro2011-03-03
|/
* fs: icache RCU free inodesNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* new helper: ihold()Al Viro2010-10-25
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-21
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-18
* switch ufs to ->evict_inode()Al Viro2010-08-09
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-09
* remove inode_setattrChristoph Hellwig2010-08-09
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-09
* introduce __block_write_beginChristoph Hellwig2010-08-09
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-09
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-30
|\
| * ufs: Remove dead quota codeJan Kara2010-05-24
| * quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-24
| * quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-24
| * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-24
| * quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-24
| * quota: move remount handling into the filesystemChristoph Hellwig2010-05-24
* | kill spurious reference to vmtruncatenpiggin@suse.de2010-05-27
* | rename the generic fsync implementationsChristoph Hellwig2010-05-27
* | ufs: permit mounting of BorderWare filesystemsThomas Stewart2010-05-27
|/
* ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-21
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-21
* ufs: add ufs speciffic ->setattr callDmitry Monakhov2010-05-21