aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-01Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-14/+32
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro4-11/+11
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro1-0/+1
2008-08-01[patch 3/4] vfs: remove unused nameidata argument of may_create()Miklos Szeredi1-8/+7
2008-08-01[PATCH] devpts: switch to IDAAlexey Dobriyan1-8/+8
2008-08-01[PATCH 2/2] proc: switch inode number allocation to IDAAlexey Dobriyan1-5/+5
2008-08-01[PATCH 1/2] proc: fix inode number bogorithmeticAlexey Dobriyan1-12/+9
2008-08-01[PATCH] fix bdev leak in block_dev.c do_open()Al Viro1-1/+3
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro4-22/+33
2008-08-01[PATCH] clean dup2() up a bitAl Viro1-26/+27
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Al Viro3-129/+75
2008-08-01Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: TreeStephen Smalley1-1/+1
2008-08-01[JFFS2] Fix allocation of summary bufferDavid Woodhouse2-14/+32
2008-07-30romfs_readpage: don't report errors for pages beyond i_sizeLinus Torvalds1-14/+23
2008-07-30fs/buffer.c: uninline __remove_assoc_queue()Thomas Petazzoni1-1/+1
2008-07-30omfs: sparse annotationsHarvey Harrison3-7/+7
2008-07-30VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon1-2/+2
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen1-12/+18
2008-07-28bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab()Yoichi Yuasa1-1/+0
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi4-76/+130
2008-07-28exec: include pagemap.h again to fix buildHugh Dickins1-0/+1
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds3-3/+7
2008-07-28sh: Initial ELF FDPIC support.Paul Mundt1-1/+1
2008-07-28binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Paul Mundt1-20/+25
2008-07-27Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-4/+5
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi1-5/+5
2008-07-27NFS: Ensure we call nfs_sb_deactive() after releasing the directory inodeTrond Myklebust1-1/+2
2008-07-27nfs_remount oops when rebooting + possible fixMarc Zyngier1-3/+3
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-41/+16
2008-07-26Merge git://git.infradead.org/mtd-2.6Linus Torvalds4-5/+4
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds65-1020/+796
2008-07-26task IO accounting: correctly account threads IO statisticsAndrea Righi1-34/+22
2008-07-26[PATCH] fix RLIM_NOFILE handlingAl Viro3-21/+15
2008-07-26[PATCH] get rid of corner case in dup3() entirelyAl Viro1-9/+11
2008-07-26[PATCH] get rid of indirect users of namei.hAl Viro2-0/+2
2008-07-26[PATCH] get rid of __user_path_lookup_openAl Viro2-17/+10
2008-07-26[PATCH] f_count may wrap aroundAl Viro5-20/+8
2008-07-26[PATCH] dup3 fixUlrich Drepper1-1/+6
2008-07-26[PATCH] don't pass nameidata to __ncp_lookup_validate()Al Viro1-2/+2
2008-07-26[PATCH] don't pass nameidata to gfs2_lookupi()Al Viro5-8/+8
2008-07-26[PATCH] new (local) helper: user_path_parent()Al Viro1-80/+57
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro10-222/+218
2008-07-26[PATCH] preparation to __user_walk_fd cleanupAl Viro2-9/+11
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro6-19/+15
2008-07-26[PATCH] take noexec checks to very few callers that careAl Viro3-9/+17
2008-07-26Re: [PATCH 3/6] vfs: open_exec cleanupChristoph Hellwig1-28/+30
2008-07-26[patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi3-26/+7
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi1-1/+14
2008-07-26[patch 2/4] vfs: utimes cleanupMiklos Szeredi1-49/+65
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi2-14/+5