summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-07-28[XFS] Name operation vector for hash and compareBarry Naujok9-67/+174
2008-07-28[XFS]Eric Sandeen2-88/+28
2008-07-28[XFS] add missing call to xfs_filestream_unmount on xfs_mountfs failureChristoph Hellwig1-1/+3
2008-07-28[XFS] rename error2 goto label in xfs_fs_fill_superChristoph Hellwig1-7/+6
2008-07-28[XFS] kill calls to xfs_binval in the mount error pathChristoph Hellwig1-8/+2
2008-07-28[XFS] kill xfs_mount_initChristoph Hellwig3-46/+29
2008-07-28[XFS] allow xfs_args_allocate to failChristoph Hellwig1-6/+17
2008-07-28[XFS] add xfs_setup_devices helperChristoph Hellwig1-23/+35
2008-07-28[XFS] sort out opening and closing of the block devicesChristoph Hellwig6-95/+123
2008-07-28[XFS] don't call xfs_freesb from xfs_mountfs failure caseChristoph Hellwig1-1/+0
2008-07-28[XFS] merge xfs_mount into xfs_fs_fill_superChristoph Hellwig3-376/+355
2008-07-28[XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_fill_superChristoph Hellwig3-92/+67
2008-07-28[XFS] kill xfs_igrow_start and xfs_igrow_finishChristoph Hellwig3-67/+12
2008-07-28[XFS] merge xfs_mntupdate into xfs_fs_remountChristoph Hellwig3-28/+21
2008-07-28[XFS] kill xfs_uuid_unmountChristoph Hellwig1-13/+2
2008-07-28[XFS] Update valid fields in xfs_mount_log_sb()David Chinner1-1/+2
2008-07-28[XFS] Kill attr_capable checks as already done in xattr_permission.Christoph Hellwig3-55/+1
2008-07-28[XFS] Convert l_flushsema to a sv_tMatthew Wilcox2-20/+15
2008-07-28[XFS] Ensure that 2 GiB xfs logs work properly.Michael Nishimoto1-6/+10
2008-07-28[XFS] Remove unused wbc parameter from xfs_start_page_writeback()Denys Vlasenko1-3/+2
2008-07-28[XFS] Remove unused Falgs parameter from xfs_qm_dqpurge()Denys Vlasenko3-4/+3
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko31-138/+122
2008-07-28[XFS] Fix up noattr2 so that it will properly update the versionnum andTim Shimmin6-2/+29
2008-07-28[XFS] Split xfs_dir2_leafn_lookup_int into its two pieces of functionalityBarry Naujok1-156/+202
2008-07-28Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-4/+5
2008-07-28task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi1-5/+5
2008-07-28NFS: Ensure we call nfs_sb_deactive() after releasing the directory inodeTrond Myklebust1-1/+2
2008-07-28nfs_remount oops when rebooting + possible fixMarc Zyngier1-3/+3
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-41/+16
2008-07-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-5/+4
2008-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds65-1020/+796
2008-07-27task IO accounting: correctly account threads IO statisticsAndrea Righi1-34/+22
2008-07-27[PATCH] fix RLIM_NOFILE handlingAl Viro3-21/+15
2008-07-27[PATCH] get rid of corner case in dup3() entirelyAl Viro1-9/+11
2008-07-27[PATCH] get rid of indirect users of namei.hAl Viro2-0/+2
2008-07-27[PATCH] get rid of __user_path_lookup_openAl Viro2-17/+10
2008-07-27[PATCH] f_count may wrap aroundAl Viro5-20/+8
2008-07-27[PATCH] dup3 fixUlrich Drepper1-1/+6
2008-07-27[PATCH] don't pass nameidata to __ncp_lookup_validate()Al Viro1-2/+2
2008-07-27[PATCH] don't pass nameidata to gfs2_lookupi()Al Viro5-8/+8
2008-07-27[PATCH] new (local) helper: user_path_parent()Al Viro1-80/+57
2008-07-27[PATCH] sanitize __user_walk_fd() et.al.Al Viro10-222/+218
2008-07-27[PATCH] preparation to __user_walk_fd cleanupAl Viro2-9/+11
2008-07-27[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro6-19/+15
2008-07-27[PATCH] take noexec checks to very few callers that careAl Viro3-9/+17
2008-07-27Re: [PATCH 3/6] vfs: open_exec cleanupChristoph Hellwig1-28/+30
2008-07-27[patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi3-26/+7
2008-07-27[patch 3/4] fat: dont call notify_changeMiklos Szeredi1-1/+14
2008-07-27[patch 2/4] vfs: utimes cleanupMiklos Szeredi1-49/+65
2008-07-27[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi2-14/+5