aboutsummaryrefslogtreecommitdiff
path: root/fs/ext3
AgeCommit message (Expand)Author
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker
2012-01-09ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni
2012-01-09ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara
2012-01-09ext3: Fix error handling on inode bitmap corruptionJan Kara
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu
2012-01-08ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in s...Al Viro
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-03ext3: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-22ext3: NULL dereference in ext3_evict_inode()Dan Carpenter
2011-11-09ext3: call ext3_mark_recovery_complete() when recovery is really neededEryu Guan
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-31ext3: Allow quota file use root reservationDmitry Monakhov
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-10ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY.Tao Ma
2011-10-05ext3/balloc.c: local functions should be staticH Hartley Sweeten
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig
2011-08-17ext3: remove deprecated oldallocLukas Czerner
2011-08-17fs/ext3/balloc.c: delete useless initializationJulia Lawall
2011-08-17ext3: fix message in ext3_remount for rw-remount caseToshiyuki Okajima
2011-08-17ext3: Remove i_mutex from ext3_sync_file()Jan Kara
2011-08-11ext3: Properly count journal credits for long symlinksEric Sandeen
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro
2011-08-01switch posix_acl_create() to umode_t *Al Viro
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds
2011-07-23ext3: Fix data corruption in inodes with journalled dataJan Kara
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20ext3: make ext3 mount default to barrier=1Christoph Hellwig
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig
2011-07-20ext3: Fix compilation with -DDX_DEBUGBernd Schubert
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro