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