summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: simplify locking in remove_proc_entry()Alexey Dobriyan2008-04-291-42/+40Star
* procfs: mem permission cleanupRoland McGrath2008-04-291-9/+29
* proc: switch to proc_create()Alexey Dobriyan2008-04-294-51/+24Star
* procfs task exe symlinkMatt Helsley2008-04-296-70/+79
* proc: print more information when removing non-empty directoriesAlexey Dobriyan2008-04-291-1/+6
* elf: fix shadowed variables in fs/binfmt_elf.cWANG Cong2008-04-291-11/+10Star
* BINFMT: fill_elf_header cleanup - use straight memset firstCyrill Gorcunov2008-04-291-6/+3Star
* cgroups: add an owner to the mm_structBalbir Singh2008-04-291-0/+1
* cgroups: implement device whitelistSerge E. Hallyn2008-04-291-0/+9
* eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow2008-04-291-0/+2
* eCryptfs: make key module subsystem respect namespacesMichael Halcrow2008-04-294-64/+135
* eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow2008-04-296-226/+435
* eCryptfs: introduce device handle for userspace daemon communicationsMichael Halcrow2008-04-291-0/+580
* ecryptfs: add missing lock around notify_changeMiklos Szeredi2008-04-291-0/+2
* ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-296-36/+36
* remove ecryptfs_header_cache_0Adrian Bunk2008-04-291-1/+0Star
* vfs: fix unconditional write_super() call in file_fsync()OGAWA Hirofumi2008-04-291-1/+1
* xattr: add missing consts to function argumentsDavid Howells2008-04-291-20/+21
* vfs: remove lives_below_in_same_fs()Jan Blunck2008-04-291-12/+1Star
* fs/inode.c: use hlist_for_each_entry()Matthias Kaehlcke2008-04-291-4/+2Star
* vfs: skip inodes without pages to free in drop_pagecache_sb()Jan Kara2008-04-291-0/+2
* vfs: fix lock inversion in drop_pagecache_sb()Jan Kara2008-04-291-1/+7
* fdpic: check that the size returned by kernel_read() is what we asked forDavid Howells2008-04-291-4/+10
* fs/binfmt_aout.c: use printk_ratelimit()S.Caglar Onur2008-04-291-9/+3Star
* binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov2008-04-293-2/+8
* codafs: fix build warningAndrew Morton2008-04-291-1/+1
* exec: remove argv_len from struct linux_binprmTetsuo Handa2008-04-291-3/+0Star
* fs/affs/file.c: use BUG_ONJulia Lawall2008-04-291-14/+7Star
* hfsplus: handle match_strdup failureJim Meyering2008-04-291-1/+2
* hfs: handle match_strdup failureJim Meyering2008-04-291-2/+4
* affs: handle match_strdup failureJim Meyering2008-04-291-1/+2
* fs: remove unused fops from struct char_device_structJiri Olsa2008-04-291-1/+0Star
* autofs4: fix sparse warning in root.cHarvey Harrison2008-04-291-1/+1
* make BINFMT_FLAT a boolAdrian Bunk2008-04-292-7/+1Star
* make fs/buffer.c:cont_expand_zero() staticAdrian Bunk2008-04-291-2/+2
* remove generic_commit_write()Adrian Bunk2008-04-291-18/+0Star
* fs/timerfd.c should #include <linux/syscalls.h>Adrian Bunk2008-04-291-0/+1
* fs/aio.c: make 3 functions staticAdrian Bunk2008-04-291-28/+39
* fs/drop_caches.c: make 2 functions staticAdrian Bunk2008-04-291-2/+2
* fs/fs-writeback.c: make 2 functions staticAdrian Bunk2008-04-291-39/+39
* make vfs_ioctl() staticAdrian Bunk2008-04-291-2/+2
* make __put_super() staticAdrian Bunk2008-04-291-1/+1
* fs/freevxfs/: proper externsAdrian Bunk2008-04-293-5/+6
* fs/hfsplus/: proper externsAdrian Bunk2008-04-292-3/+4
* fs/ramfs/ extern cleanupAdrian Bunk2008-04-292-1/+3
* befs: fix sparse warning in linuxvfs.cHarvey Harrison2008-04-291-3/+3
* coda: add static to functions in dir.cHarvey Harrison2008-04-291-3/+3
* adfs: work around bogus sparse warningHarvey Harrison2008-04-291-2/+2
* epoll: avoid kmemcheck warningDavide Libenzi2008-04-291-24/+3Star
* fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson2008-04-281-1/+1