summaryrefslogtreecommitdiff
path: root/fs/ext3
AgeCommit message (Expand)Author
2012-08-04ext3: nuke write_super from commentsArtem Bityutskiy
2012-07-30ext3: use memweight()Akinobu Mita
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro
2012-07-23ext3: pass custom EOF to generic_file_llseek_size()Eric Sandeen
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-09ext3: Check return value of blkdev_issue_flush()Jan Kara
2012-07-09ext3: force ro mount if ext3_setup_super() failsEric Sandeen
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman
2012-05-15ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen
2012-05-15ext3: Remove i_mutex use from ext3_quota_write()Jan Kara
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-04-11ext3: remove max_debt in find_group_orlov()Akira Fujita
2012-03-31ext3: move headers to fs/ext3/Al Viro
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-02ext3: fix start and len arguments handling in ext3_trim_fs()Lukas Czerner
2012-02-29ext3: Update ctime in ext3_splice_branch() only when neededKazuya Mio
2012-02-29ext3: Don't call dquot_free_block() if we don't update anythingKazuya Mio
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