aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08ext3: copy i_flags to inode flags on writeJan Kara2-0/+21
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov6-9/+9
2007-05-08smbfs: remove unnecessary allow_signalEric W. Biederman1-2/+0
2007-05-08make iunique use a do/while loop rather than its obscure goto loopJeffrey Layton1-14/+10
2007-05-08Remove redundant check from proc_sys_setattr()John Johansen1-5/+2
2007-05-08Remove redundant check from proc_setattr()John Johansen1-5/+2
2007-05-08proc: cleanup: use seq_release_private() where appropriateMartin Peschke1-8/+1
2007-05-08cleanup compat ioctl handlingChristoph Hellwig3-176/+166
2007-05-08partition: add support for sysv68 partitionsPhilippe De Muyter5-0/+107
2007-05-08merge compat_ioctl.h into compat_ioctl.cChristoph Hellwig1-1/+828
2007-05-08ROUND_UP macro cleanup in fs/smbfs/request.cMilind Arun Choudhary1-4/+3
2007-05-08ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary3-21/+15
2007-05-08i386: sched.h inclusion from module.h is baackAlexey Dobriyan1-0/+1
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan1-6/+5
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan1-3/+2
2007-05-08(re)register_binfmt returns with -EBUSYkalash nainwal1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap100-100/+0
2007-05-08make remove_inode_dquot_ref() staticAdrian Bunk1-1/+2
2007-05-08Protect tty drivers list with tty_mutexAlexey Dobriyan1-0/+3
2007-05-08Remove do_sync_file_range()Mark Fasheh1-1/+1
2007-05-08reiserfs: proc support requires PROC_FSRandy Dunlap1-1/+1
2007-05-08/proc/*/oom_score oops re badnessAlexey Dobriyan1-0/+2
2007-05-08VFS: delay the dentry name generation on sockets and pipesEric Dumazet2-6/+43
2007-05-08add file position info to procMiklos Szeredi1-18/+114
2007-05-08procfs: reorder struct pid_dentry to save space on 64bit archs, and constify themEric Dumazet1-26/+27
2007-05-08proc: maps protectionKees Cook4-1/+29
2007-05-08namei.c: remove utterly outdated commentChristoph Hellwig1-11/+0
2007-05-08vfs: remove superflous sb == NULL checksChristoph Hellwig2-4/+2
2007-05-08proc: remove pathetic ->deleted WARN_ONAlexey Dobriyan1-2/+0
2007-05-08Fix race between proc_readdir and remove_proc_entryDarrick J. Wong1-2/+9
2007-05-08Fix race between proc_get_inode() and remove_proc_entry()Alexey Dobriyan2-8/+6
2007-05-08add filesystem subtype supportMiklos Szeredi4-6/+48
2007-05-08epoll: optimizations and cleanupsDavide Libenzi1-147/+86
2007-05-08ext3: dirindex error pointer issuesDmitriy Monakhov2-22/+30
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty1-23/+7
2007-05-08exec: fix remove_arg_zeroNick Piggin1-16/+34
2007-05-08reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"Robert P. J. Day1-1/+1
2007-05-08reiserfs: shrink superblock if no xattrsAlexey Dobriyan1-2/+4
2007-05-08reiserfs: possible null pointer dereference during resizeDmitriy Monakhov1-0/+4
2007-05-08freevxfs: possible null pointer dereference fixDmitriy Monakhov2-2/+2
2007-05-08is_power_of_2 in fs/block_dev.cVignesh Babu BM1-1/+2
2007-05-08is_power_of_2 in fs/hfsVignesh Babu BM2-2/+4
2007-05-08is_power_of_2 in fatVignesh Babu BM1-4/+3
2007-05-08devpts: add fsnotify create eventFlorin Malita1-1/+4
2007-05-08use use SEEK_MAX to validate user lseek argumentsChris Snook1-2/+2
2007-05-08use symbolic constants in generic lseek codeChris Snook1-6/+6
2007-05-08mm: shrink parent dentries when shrinking slabAndrew Morton1-1/+1
2007-05-08fix quadratic behavior of shrink_dcache_parent()Miklos Szeredi1-37/+67
2007-05-08reduce size of task_struct on 64-bit machinesWilliam Cohen1-2/+2
2007-05-08ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systemsMarkus Rechberger3-9/+9