summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-02-22ext4: 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-15ext4: tighten restrictions on inode flagsDuane Griffin3-11/+23
2009-02-15ext4: don't inherit inappropriate inode flags from parentDuane Griffin2-1/+8
2009-02-15ext4: allocate ->s_blockgroup_lock separatelyPekka Enberg2-3/+11
2009-02-14ext4: New rec_len encoding for very large blocksizesWei Yongjun3-69/+98
2009-02-14ext4: Use unsigned int for blocksize in dx_make_map() and dx_pack_dirents()Theodore Ts'o1-8/+8
2009-02-06ext4: remove call to ext4_group_desc() in ext4_group_used_meta_blocks()Theodore Ts'o1-6/+3
2009-02-06ext4: Remove stale block allocator references from ext4.hMike Snitzer4-18/+0
2009-03-28fix setuid sometimes wouldn'tHugh Dickins1-34/+16
2009-03-28fix setuid sometimes doesn'tHugh Dickins3-9/+5
2009-03-28compat_do_execve should unshare_filesHugh Dickins1-1/+11
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds68-446/+386
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds56-654/+815
2009-03-27Merge 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
2009-03-27constify dentry_operations: autofs, autofs4Al Viro3-4/+4
2009-03-27constify dentry_operations: 9pAl Viro2-4/+4
2009-03-27constify dentry_operations: misc filesystemsAl Viro17-22/+21
2009-03-27constify dentry_operations: NFSAl Viro2-3/+3
2009-03-27devpts: Must release s_umount on errorSukadev Bhattiprolu1-0/+2
2009-03-27do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan1-5/+0
2009-03-27ufs: copy symlink data into the correct union memberDuane Griffin1-1/+1
2009-03-27ufs: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+4
2009-03-27ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2-22/+17
2009-03-27ufs: validate maximum fast symlink size from superblockDuane Griffin1-0/+11
2009-03-27cleanup may_openChristoph Hellwig1-14/+12
2009-03-27cleanup d_add_ciChristoph Hellwig1-30/+18
2009-03-27generic compat_sys_ustatChristoph Hellwig1-0/+28
2009-03-27affs: fix missing unlocks in affs_remove_linkChristoph Hellwig1-2/+6
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds6-46/+39