aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-10-17quota: send messages via netlinkGravatar Jan Kara 2-30/+132
2007-10-17Remove valueless definition of hard-selected RAMFS optionGravatar Robert P. J. Day 3-16/+2
2007-10-17Drop some headers from mm.hGravatar Alexey Dobriyan 1-1/+1
2007-10-17binfmt_flat: warning fixesGravatar Andrew Morton 1-6/+8
2007-10-17exec: RT sub-thread can livelock and monopolize CPU on execGravatar Oleg Nesterov 1-13/+15
2007-10-17exec: consolidate 2 fast-pathsGravatar Oleg Nesterov 1-9/+0
2007-10-17exec: simplify the new ->sighand allocationGravatar Oleg Nesterov 1-15/+9
2007-10-17exec: simplify ->sighand switchingGravatar Oleg Nesterov 1-7/+1
2007-10-17Fix f_version type: should be u64 instead of unsigned longGravatar Mathieu Desnoyers 4-9/+9
2007-10-17aio: account I/O wait time properlyGravatar Jeff Moyer 1-3/+3
2007-10-17Use ERESTART_RESTARTBLOCK if poll() is interrupted by a signalGravatar Chris Wright 1-1/+30
2007-10-17allow disabling DNOTIFY without EMBEDDEDGravatar Adrian Bunk 1-2/+2
2007-10-17make fs/libfs.c:simple_commit_write() staticGravatar Adrian Bunk 1-3/+2
2007-10-17limit minixfs printks on corrupted dir i_sizeGravatar Eric Sandeen 2-4/+14
2007-10-17ext2/4: use is_power_of_2()Gravatar vignesh babu 2-2/+3
2007-10-17cramfs: error message about endianessGravatar Andi Drebes 1-1/+10
2007-10-17clean out unused code in dentry pruningGravatar Miklos Szeredi 1-14/+10
2007-10-17exec: remove unnecessary check for MNT_NOEXECGravatar Miklos Szeredi 1-5/+1
2007-10-17fix execute checking in permission()Gravatar Miklos Szeredi 1-12/+24
2007-10-17VFS: check nanoseconds in utimensatGravatar Miklos Szeredi 1-0/+13
2007-10-17ext2/ext3/ext4: add block bitmap validationGravatar Aneesh Kumar K.V 3-38/+134
2007-10-17Add MMF_DUMP_ELF_HEADERSGravatar Roland McGrath 1-25/+53
2007-10-17ufs: Fix mount check in ufs_fill_super()Gravatar Satyam Sharma 1-7/+8
2007-10-17ufs: move non-layout parts of ufs_fs.h to fs/ufs/Gravatar Christoph Hellwig 12-2/+171
2007-10-17Deprecate a.out ELF interpretersGravatar Andi Kleen 1-0/+8
2007-10-17fs/autofs4/inode.c: kmalloc + memset conversion to kzallocGravatar Mariusz Kozlowski 1-3/+1
2007-10-17fs/afs/: possible cleanupsGravatar Adrian Bunk 10-11/+17
2007-10-17core_pattern: fix up a few miscellaneous bugsGravatar Neil Horman 1-2/+15
2007-10-17core_pattern: allow passing of arguments to user mode helper when core_patter...Gravatar Neil Horman 1-3/+22
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeGravatar Neil Horman 6-23/+28
2007-10-17ufs: implement show_optionsGravatar Evgeniy Dushistov 1-4/+39
2007-10-17Add in SunOS 4.1.x compatible mode for UFSGravatar Mark Fortescue 2-19/+72
2007-10-17remove unused bh in calls to ext234_get_group_descGravatar Eric Sandeen 4-37/+23
2007-10-17fs: remove the unused mempages parameterGravatar Denis Cheng 3-6/+6
2007-10-17report the per-irq statistics on all archesGravatar Ravikiran G Thirumalai 1-3/+0
2007-10-17ext4: show all mount optionsGravatar Miklos Szeredi 1-0/+72
2007-10-17ext3: show all mount optionsGravatar Miklos Szeredi 1-0/+70
2007-10-17ext2: show all mount optionsGravatar Miklos Szeredi 1-2/+59
2007-10-17convert ill defined log2() to ilog2()Gravatar Fengguang Wu 1-4/+2
2007-10-17Clean up duplicate includes in fs/ecryptfs/Gravatar Jesper Juhl 1-1/+0
2007-10-17Clean up duplicate includes in fs/Gravatar Jesper Juhl 2-2/+0
2007-10-17fs: use kmem_cache_zalloc insteadGravatar Denis Cheng 1-2/+1
2007-10-17fs/proc/mmu.c: headers butcheryGravatar Alexey Dobriyan 1-19/+2
2007-10-17do_poll: return -EINTR when signalledGravatar Oleg Nesterov 1-7/+7
2007-10-17do_sys_poll: simplify playing with on-stack dataGravatar Oleg Nesterov 1-56/+36
2007-10-17fs: mark nibblemap constGravatar Philippe De Muyter 5-5/+5
2007-10-17fs/romfs/inode.c: trivial improvementsGravatar WANG Cong 1-2/+2
2007-10-17zisofs use mutex instead of semaphoreGravatar Dave Young 1-20/+5
2007-10-17SLAB_PANIC more (proc, posix-timers, shmem)Gravatar Alexey Dobriyan 1-3/+1
2007-10-17Make unregister_binfmt() return voidGravatar Alexey Dobriyan 1-2/+1