aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryGravatar Eric Sandeen 1-12/+18
2008-07-28bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab()Gravatar Yoichi Yuasa 1-1/+0
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeGravatar Hisashi Hifumi 4-76/+130
2008-07-28exec: include pagemap.h again to fix buildGravatar Hugh Dickins 1-0/+1
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Gravatar Linus Torvalds 3-3/+7
2008-07-28sh: Initial ELF FDPIC support.Gravatar Paul Mundt 1-1/+1
2008-07-28binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Gravatar Paul Mundt 1-20/+25
2008-07-27Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 2-4/+5
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingGravatar Andrea Righi 1-5/+5
2008-07-27NFS: Ensure we call nfs_sb_deactive() after releasing the directory inodeGravatar Trond Myklebust 1-1/+2
2008-07-27nfs_remount oops when rebooting + possible fixGravatar Marc Zyngier 1-3/+3
2008-07-27task IO accounting: improve code readabilityGravatar Andrea Righi 1-41/+16
2008-07-26Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 4-5/+4
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 65-1020/+796
2008-07-26task IO accounting: correctly account threads IO statisticsGravatar Andrea Righi 1-34/+22
2008-07-26[PATCH] fix RLIM_NOFILE handlingGravatar Al Viro 3-21/+15
2008-07-26[PATCH] get rid of corner case in dup3() entirelyGravatar Al Viro 1-9/+11
2008-07-26[PATCH] get rid of indirect users of namei.hGravatar Al Viro 2-0/+2
2008-07-26[PATCH] get rid of __user_path_lookup_openGravatar Al Viro 2-17/+10
2008-07-26[PATCH] f_count may wrap aroundGravatar Al Viro 5-20/+8
2008-07-26[PATCH] dup3 fixGravatar Ulrich Drepper 1-1/+6
2008-07-26[PATCH] don't pass nameidata to __ncp_lookup_validate()Gravatar Al Viro 1-2/+2
2008-07-26[PATCH] don't pass nameidata to gfs2_lookupi()Gravatar Al Viro 5-8/+8
2008-07-26[PATCH] new (local) helper: user_path_parent()Gravatar Al Viro 1-80/+57
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Gravatar Al Viro 10-222/+218
2008-07-26[PATCH] preparation to __user_walk_fd cleanupGravatar Al Viro 2-9/+11
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Gravatar Al Viro 6-19/+15
2008-07-26[PATCH] take noexec checks to very few callers that careGravatar Al Viro 3-9/+17
2008-07-26Re: [PATCH 3/6] vfs: open_exec cleanupGravatar Christoph Hellwig 1-28/+30
2008-07-26[patch 4/4] vfs: immutable inode checking cleanupGravatar Miklos Szeredi 3-26/+7
2008-07-26[patch 3/4] fat: dont call notify_changeGravatar Miklos Szeredi 1-1/+14
2008-07-26[patch 2/4] vfs: utimes cleanupGravatar Miklos Szeredi 1-49/+65
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Gravatar Miklos Szeredi 2-14/+5
2008-07-26[PATCH] vfs: use kstrdup() and check failing allocationGravatar Li Zefan 1-11/+13
2008-07-26[PATCH] more nameidata removal: exec_permission_lite() doesn't need itGravatar Al Viro 1-3/+2
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyGravatar Al Viro 2-11/+6
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messGravatar Al Viro 3-8/+6
2008-07-26[PATCH] kill altrootGravatar Al Viro 3-96/+4
2008-07-26[PATCH] permission checks for chdir need special treatment only on the last stepGravatar Al Viro 2-5/+2
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Gravatar Miklos Szeredi 3-13/+5
2008-07-26[patch 4/5] vfs: reuse local variable in vfs_link()Gravatar Tetsuo Handa 1-4/+4
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Gravatar Miklos Szeredi 4-5/+5
2008-07-26[patch 1/5] vfs: truncate: dont check immutable twiceGravatar Miklos Szeredi 1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 31-76/+60
2008-07-26[patch 05/14] hpfs: dont call permission()Gravatar Miklos Szeredi 1-1/+1
2008-07-26[PATCH] sanitize proc_sysctlGravatar Al Viro 2-235/+197
2008-07-26[patch] hppfs: remove hppfs_permissionGravatar Miklos Szeredi 1-7/+0
2008-07-26[PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsGravatar Denys Vlasenko 2-47/+12
2008-07-26[patch] vfs: fix lookup on deleted directoryGravatar Miklos Szeredi 1-2/+17
2008-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Gravatar Linus Torvalds 10-507/+399