aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds8-27/+57
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker4-4/+0
2012-01-09ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni1-1/+5
2012-01-09ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara1-3/+21
2012-01-09ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu3-15/+18
2012-01-08ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink()Al Viro1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03ext3: propagate umode_tAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-5/+5
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-5/+5
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-22ext3: NULL dereference in ext3_evict_inode()Dan Carpenter1-0/+4
2011-11-09ext3: call ext3_mark_recovery_complete() when recovery is really neededEryu Guan1-2/+3
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds3-5/+5
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-90/+18
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-3/+3
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi2-2/+2
2011-10-31ext3: Allow quota file use root reservationDmitry Monakhov1-4/+4
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-16/+20
2011-10-10ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY.Tao Ma1-24/+0
2011-10-05ext3/balloc.c: local functions should be staticH Hartley Sweeten1-3/+4
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig2-3/+4
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig2-3/+3
2011-08-17ext3: remove deprecated oldallocLukas Czerner2-46/+7
2011-08-17fs/ext3/balloc.c: delete useless initializationJulia Lawall1-1/+1
2011-08-17ext3: fix message in ext3_remount for rw-remount caseToshiyuki Okajima1-2/+2
2011-08-17ext3: Remove i_mutex from ext3_sync_file()Jan Kara1-10/+0
2011-08-11ext3: Properly count journal credits for long symlinksEric Sandeen1-2/+4
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into nextJames Morris1-16/+20
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-3/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-4/+1
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds9-82/+201
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig4-23/+6
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-17/+9
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-24/+19
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-6/+0
2011-07-23ext3: Fix data corruption in inodes with journalled dataJan Kara1-5/+35
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+16
2011-07-20ext3: make ext3 mount default to barrier=1Christoph Hellwig1-0/+2
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-3/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+3
2011-07-20ext3: Fix compilation with -DDX_DEBUGBernd Schubert1-2/+2