aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3
Commit message (Expand)AuthorAge
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-09
|\
| * ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-09
| * ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni2012-01-09
| * ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara2012-01-09
| * ext3: Fix error handling on inode bitmap corruptionJan Kara2012-01-09
| * ext3: replace ll_rw_block with other functionsZheng Liu2012-01-09
| * ext3: NULL dereference in ext3_evict_inode()Dan Carpenter2011-11-22
| * ext3: call ext3_mark_recovery_complete() when recovery is really neededEryu Guan2011-11-09
* | ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in s...Al Viro2012-01-08
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-08
|\ \
| * | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-02
| |/
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-06
* | ext3: propagate umode_tAl Viro2012-01-03
* | switch ->mknod() to umode_tAl Viro2012-01-03
* | 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
* | vfs: mnt_drop_write_file()Al Viro2012-01-03
* | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-03
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-02
|\
| * filesystems: add set_nlink()Miklos Szeredi2011-11-02
| * filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-11-02
|\ \ | |/ |/|
| * ext3: Allow quota file use root reservationDmitry Monakhov2011-10-31
| * ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY.Tao Ma2011-10-10
| * ext3/balloc.c: local functions should be staticH Hartley Sweeten2011-10-04
| * ext3: remove deprecated oldallocLukas Czerner2011-08-17
| * fs/ext3/balloc.c: delete useless initializationJulia Lawall2011-08-17
| * ext3: fix message in ext3_remount for rw-remount caseToshiyuki Okajima2011-08-17
| * ext3: Remove i_mutex from ext3_sync_file()Jan Kara2011-08-17
* | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-10-25
|\ \
| * \ Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris2011-08-08
| |\ \
| | * | security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-18
* | | | block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-23
* | | | block: remove READ_META and WRITE_METAChristoph Hellwig2011-08-23
| |_|/ |/| |
* | | ext3: Properly count journal credits for long symlinksEric Sandeen2011-08-11
|/ /
* | switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-01
* | switch posix_acl_create() to umode_t *Al Viro2011-08-01
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-07-26
|\ \
| * | ext3: Fix data corruption in inodes with journalled dataJan Kara2011-07-22
| * | ext3: Fix compilation with -DDX_DEBUGBernd Schubert2011-07-20
| * | ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs()Lukas Czerner2011-06-25
| * | ext3/ioctl.c: silence sparse warnings about different address spacesH Hartley Sweeten2011-06-25
| * | ext3: Improve truncate error handlingJan Kara2011-06-25
| * | ext3: Fix oops in ext3_try_to_allocate_with_rsv()Jan Kara2011-06-25
| * | ext3: Convert ext3 to new truncate calling conventionJan Kara2011-06-25
| * | ext3: Add fixed tracepointsLukas Czerner2011-06-25
| |/
* | fs: take the ACL checks to common codeChristoph Hellwig2011-07-25
* | kill boilerplates around posix_acl_create_masq()Al Viro2011-07-25