summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-02-28ext4: Track lifetime disk writesTheodore Ts'o
2009-03-27ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V
2009-02-23ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o
2009-02-24ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o
2009-02-26ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o
2009-02-23ext4: Simplify delalloc code by removing mpage_da_writepages()Theodore Ts'o
2009-02-23ext4: Save stack space by removing fake buffer headsTheodore Ts'o
2009-02-23ext4: Simplify delalloc implementation by removing mpd.get_blockTheodore Ts'o
2009-03-27ext4: Validate extent details only when read from the diskAneesh Kumar K.V
2009-03-12ext4: Add checks to validate extent entries.Aneesh Kumar K.V
2009-02-22ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan
2009-03-12ext4: New inode/block allocation algorithms for flex_bg filesystemsTheodore Ts'o
2009-02-15ext4: tighten restrictions on inode flagsDuane Griffin
2009-02-15ext4: don't inherit inappropriate inode flags from parentDuane Griffin
2009-02-15ext4: allocate ->s_blockgroup_lock separatelyPekka Enberg
2009-02-14ext4: New rec_len encoding for very large blocksizesWei Yongjun
2009-02-14ext4: Use unsigned int for blocksize in dx_make_map() and dx_pack_dirents()Theodore Ts'o
2009-02-06ext4: remove call to ext4_group_desc() in ext4_group_used_meta_blocks()Theodore Ts'o
2009-02-06ext4: Remove stale block allocator references from ext4.hMike Snitzer
2009-03-28fix setuid sometimes wouldn'tHugh Dickins
2009-03-28fix setuid sometimes doesn'tHugh Dickins
2009-03-28compat_do_execve should unshare_filesHugh Dickins
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2009-03-27fs: avoid I_NEW inodesNick Piggin
2009-03-27Merge code for single and multiple-instance mountsSukadev Bhattiprolu
2009-03-27Remove get_init_pts_sb()Sukadev Bhattiprolu
2009-03-27Move common mknod_ptmx() calls into callerSukadev Bhattiprolu
2009-03-27Parse mount options just once and copy them to super blockSukadev Bhattiprolu
2009-03-27Unroll essentials of do_remount_sb() into devptsSukadev Bhattiprolu
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu
2009-03-27fs: move bdev code out of buffer.cNick Piggin
2009-03-27constify dentry_operations: restAl Viro
2009-03-27constify dentry_operations: configfsAl Viro
2009-03-27constify dentry_operations: sysfsAl Viro
2009-03-27constify dentry_operations: JFSAl Viro
2009-03-27constify dentry_operations: OCFS2Al Viro
2009-03-27constify dentry_operations: GFS2Al Viro
2009-03-27constify dentry_operations: FATAl Viro
2009-03-27constify dentry_operations: FUSEAl Viro
2009-03-27constify dentry_operations: procfsAl Viro
2009-03-27constify dentry_operations: ecryptfsAl Viro
2009-03-27constify dentry_operations: CIFSAl Viro
2009-03-27constify dentry_operations: AFSAl Viro
2009-03-27constify dentry_operations: autofs, autofs4Al Viro
2009-03-27constify dentry_operations: 9pAl Viro
2009-03-27constify dentry_operations: misc filesystemsAl Viro
2009-03-27constify dentry_operations: NFSAl Viro
2009-03-27devpts: Must release s_umount on errorSukadev Bhattiprolu