summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-03-17ext4: Add auto_da_alloc mount optionTheodore Ts'o4-15/+17
2009-03-05ext4: Use struct flex_groups to calculate get_orlov_stats()Theodore Ts'o3-17/+31
2009-03-05ext4: Use atomic_t's in struct flex_groupsTheodore Ts'o6-37/+30
2009-03-31ext4: remove /proc tuning knobsTheodore Ts'o4-156/+30
2009-03-31ext4: Add sysfs supportTheodore Ts'o2-0/+209
2009-03-01ext4: Track lifetime disk writesTheodore Ts'o3-1/+13
2009-03-28ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V2-2/+10
2009-02-24ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o1-1/+4
2009-02-24ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o3-0/+8
2009-02-26ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o3-0/+59
2009-02-24ext4: Simplify delalloc code by removing mpage_da_writepages()Theodore Ts'o1-42/+32
2009-02-23ext4: Save stack space by removing fake buffer headsTheodore Ts'o1-44/+39
2009-02-23ext4: Simplify delalloc implementation by removing mpd.get_blockTheodore Ts'o1-67/+58
2009-03-27ext4: Validate extent details only when read from the diskAneesh Kumar K.V3-7/+29
2009-03-12ext4: Add checks to validate extent entries.Aneesh Kumar K.V1-10/+71
2009-02-23ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan1-2/+10
2009-03-12ext4: New inode/block allocation algorithms for flex_bg filesystemsTheodore Ts'o6-58/+216
2009-02-16ext4: tighten restrictions on inode flagsDuane Griffin3-11/+23
2009-02-16ext4: don't inherit inappropriate inode flags from parentDuane Griffin2-1/+8
2009-02-16ext4: allocate ->s_blockgroup_lock separatelyPekka Enberg2-3/+11
2009-02-15ext4: New rec_len encoding for very large blocksizesWei Yongjun3-69/+98
2009-02-15ext4: Use unsigned int for blocksize in dx_make_map() and dx_pack_dirents()Theodore Ts'o1-8/+8
2009-02-07ext4: remove call to ext4_group_desc() in ext4_group_used_meta_blocks()Theodore Ts'o1-6/+3
2009-02-07ext4: Remove stale block allocator references from ext4.hMike Snitzer4-18/+0
2009-03-29fix setuid sometimes wouldn'tHugh Dickins1-34/+16
2009-03-29fix setuid sometimes doesn'tHugh Dickins3-9/+5
2009-03-29compat_do_execve should unshare_filesHugh Dickins1-1/+11
2009-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds68-446/+386
2009-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds56-654/+815
2009-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds6-112/+175
2009-03-27fs: avoid I_NEW inodesNick Piggin4-11/+19
2009-03-27Merge code for single and multiple-instance mountsSukadev Bhattiprolu1-73/+40
2009-03-27Remove get_init_pts_sb()Sukadev Bhattiprolu1-19/+6
2009-03-27Move common mknod_ptmx() calls into callerSukadev Bhattiprolu1-19/+17
2009-03-27Parse mount options just once and copy them to super blockSukadev Bhattiprolu1-78/+22
2009-03-27Unroll essentials of do_remount_sb() into devptsSukadev Bhattiprolu1-1/+6
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu8-12/+20
2009-03-27fs: move bdev code out of buffer.cNick Piggin2-145/+146
2009-03-27constify dentry_operations: restAl Viro3-3/+3
2009-03-27constify dentry_operations: configfsAl Viro1-1/+1
2009-03-27constify dentry_operations: sysfsAl Viro1-1/+1
2009-03-27constify dentry_operations: JFSAl Viro2-3/+3
2009-03-27constify dentry_operations: OCFS2Al Viro2-2/+2
2009-03-27constify dentry_operations: GFS2Al Viro2-2/+2
2009-03-27constify dentry_operations: FATAl Viro2-3/+3
2009-03-27constify dentry_operations: FUSEAl Viro2-2/+2
2009-03-27constify dentry_operations: procfsAl Viro3-6/+6
2009-03-27constify dentry_operations: ecryptfsAl Viro2-2/+2
2009-03-27constify dentry_operations: CIFSAl Viro2-4/+4
2009-03-27constify dentry_operations: AFSAl Viro1-1/+1