aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17fs/afs/: possible cleanupsAdrian Bunk10-11/+17
2007-10-17core_pattern: fix up a few miscellaneous bugsNeil Horman1-2/+15
2007-10-17core_pattern: allow passing of arguments to user mode helper when core_pattern is a pipeNeil Horman1-3/+22
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman6-23/+28
2007-10-17ufs: implement show_optionsEvgeniy Dushistov1-4/+39
2007-10-17Add in SunOS 4.1.x compatible mode for UFSMark Fortescue2-19/+72
2007-10-17remove unused bh in calls to ext234_get_group_descEric Sandeen4-37/+23
2007-10-17fs: remove the unused mempages parameterDenis Cheng3-6/+6
2007-10-17report the per-irq statistics on all archesRavikiran G Thirumalai1-3/+0
2007-10-17ext4: show all mount optionsMiklos Szeredi1-0/+72
2007-10-17ext3: show all mount optionsMiklos Szeredi1-0/+70
2007-10-17ext2: show all mount optionsMiklos Szeredi1-2/+59
2007-10-17convert ill defined log2() to ilog2()Fengguang Wu1-4/+2
2007-10-17Clean up duplicate includes in fs/ecryptfs/Jesper Juhl1-1/+0
2007-10-17Clean up duplicate includes in fs/Jesper Juhl2-2/+0
2007-10-17fs: use kmem_cache_zalloc insteadDenis Cheng1-2/+1
2007-10-17fs/proc/mmu.c: headers butcheryAlexey Dobriyan1-19/+2
2007-10-17do_poll: return -EINTR when signalledOleg Nesterov1-7/+7
2007-10-17do_sys_poll: simplify playing with on-stack dataOleg Nesterov1-56/+36
2007-10-17fs: mark nibblemap constPhilippe De Muyter5-5/+5
2007-10-17fs/romfs/inode.c: trivial improvementsWANG Cong1-2/+2
2007-10-17zisofs use mutex instead of semaphoreDave Young1-20/+5
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Alexey Dobriyan1-3/+1
2007-10-17Make unregister_binfmt() return voidAlexey Dobriyan1-2/+1
2007-10-17Use list_head in binfmt handlingAlexey Dobriyan1-28/+6
2007-10-17fs/reiserfs/: cleanupsAdrian Bunk3-60/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter44-57/+48
2007-10-17mm: count reclaimable pages per BDIPeter Zijlstra2-0/+9
2007-10-17mm: bdi init hooksPeter Zijlstra12-3/+72
2007-10-17lib: percpu_counter_init error handlingPeter Zijlstra3-15/+42
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra3-5/+5
2007-10-17lib: percpu_counter_subPeter Zijlstra3-3/+3
2007-10-17lib: percpu_counter_addPeter Zijlstra6-11/+11
2007-10-17nfs: remove congestion_end()Peter Zijlstra1-3/+1
2007-10-17x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #defineMark Nelson2-8/+8
2007-10-17partially fix up the lookup_one_noperm messChristoph Hellwig2-24/+37
2007-10-17SELinux: Improve read/write performanceYuichi Nakamura1-0/+4
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-17/+8
2007-10-16lockdep: fixup the inode dir annotationPeter Zijlstra1-9/+9
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow4-33/+39
2007-10-16eCryptfs: replace magic numbersMichael Halcrow1-3/+3
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow5-539/+1
2007-10-16eCryptfs: initialize persistent lower file on inode createMichael Halcrow1-6/+7
2007-10-16eCryptfs: fix data typesMichael Halcrow3-16/+21
2007-10-16eCryptfs: convert mmap functions to use persistent fileMichael Halcrow1-96/+103
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow3-121/+44
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow5-133/+114
2007-10-16eCryptfs: set up and destroy persistent lower fileMichael Halcrow3-7/+103
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow5-306/+290
2007-10-16eCryptfs: read_write.c routinesMichael Halcrow4-2/+379