aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* BINFMT: fill_elf_header cleanup - use straight memset firstCyrill Gorcunov2008-04-291-6/+3
* 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/+0
* 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/+1
* fs/inode.c: use hlist_for_each_entry()Matthias Kaehlcke2008-04-291-4/+2
* 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/+3
* 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/+0
* fs/affs/file.c: use BUG_ONJulia Lawall2008-04-291-14/+7
* 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/+0
* autofs4: fix sparse warning in root.cHarvey Harrison2008-04-291-1/+1
* make BINFMT_FLAT a boolAdrian Bunk2008-04-292-7/+1
* make fs/buffer.c:cont_expand_zero() staticAdrian Bunk2008-04-291-2/+2
* remove generic_commit_write()Adrian Bunk2008-04-291-18/+0
* 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/+3
* fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson2008-04-281-1/+1
* fat: detect media without partition table correctlyFrank Seidel2008-04-281-3/+17
* FAT_VALID_MEDIA(): remove pointless testAndrew Morton2008-04-281-1/+1
* fat: use __getname()OGAWA Hirofumi2008-04-282-16/+14
* vfat: bug fix for vfat cannot handle filename with 255Keith Mok2008-04-282-30/+39
* Add balance_dirty_pages_ratelimited() to cont_expand_zero()OGAWA Hirofumi2008-04-281-0/+2
* fat: Remove fat_clusters_flush()OGAWA Hirofumi2008-04-281-2/+0