aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | check privileges before setting mount propagationMiklos Szeredi2007-05-081-0/+3
* | | ext3: copy i_flags to inode flags on writeJan Kara2007-05-082-0/+21
* | | Introduce a handy list_first_entry macroPavel Emelianov2007-05-086-9/+9
* | | smbfs: remove unnecessary allow_signalEric W. Biederman2007-05-081-2/+0
* | | make iunique use a do/while loop rather than its obscure goto loopJeffrey Layton2007-05-081-14/+10
* | | Remove redundant check from proc_sys_setattr()John Johansen2007-05-081-5/+2
* | | Remove redundant check from proc_setattr()John Johansen2007-05-081-5/+2
* | | proc: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-081-8/+1
* | | cleanup compat ioctl handlingChristoph Hellwig2007-05-083-176/+166
* | | partition: add support for sysv68 partitionsPhilippe De Muyter2007-05-085-0/+107
* | | merge compat_ioctl.h into compat_ioctl.cChristoph Hellwig2007-05-081-1/+828
* | | ROUND_UP macro cleanup in fs/smbfs/request.cMilind Arun Choudhary2007-05-081-4/+3
* | | ROUND_UP macro cleanup in fs/(select|compat|readdir).cMilind Arun Choudhary2007-05-083-21/+15
* | | i386: sched.h inclusion from module.h is baackAlexey Dobriyan2007-05-081-0/+1
* | | Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-081-6/+5
* | | Simplify kallsyms_lookup()Alexey Dobriyan2007-05-081-3/+2
* | | (re)register_binfmt returns with -EBUSYkalash nainwal2007-05-081-0/+1
* | | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08100-100/+0
* | | make remove_inode_dquot_ref() staticAdrian Bunk2007-05-081-1/+2
* | | Protect tty drivers list with tty_mutexAlexey Dobriyan2007-05-081-0/+3
* | | Remove do_sync_file_range()Mark Fasheh2007-05-081-1/+1
* | | reiserfs: proc support requires PROC_FSRandy Dunlap2007-05-081-1/+1
* | | /proc/*/oom_score oops re badnessAlexey Dobriyan2007-05-081-0/+2
* | | VFS: delay the dentry name generation on sockets and pipesEric Dumazet2007-05-082-6/+43
* | | add file position info to procMiklos Szeredi2007-05-081-18/+114
* | | procfs: reorder struct pid_dentry to save space on 64bit archs, and constify ...Eric Dumazet2007-05-081-26/+27
* | | proc: maps protectionKees Cook2007-05-084-1/+29
* | | namei.c: remove utterly outdated commentChristoph Hellwig2007-05-081-11/+0
* | | vfs: remove superflous sb == NULL checksChristoph Hellwig2007-05-082-4/+2
* | | proc: remove pathetic ->deleted WARN_ONAlexey Dobriyan2007-05-081-2/+0
* | | Fix race between proc_readdir and remove_proc_entryDarrick J. Wong2007-05-081-2/+9
* | | Fix race between proc_get_inode() and remove_proc_entry()Alexey Dobriyan2007-05-082-8/+6
* | | add filesystem subtype supportMiklos Szeredi2007-05-084-6/+48
* | | epoll: optimizations and cleanupsDavide Libenzi2007-05-081-147/+86
* | | ext3: dirindex error pointer issuesDmitriy Monakhov2007-05-082-22/+30
* | | Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-081-23/+7
* | | exec: fix remove_arg_zeroNick Piggin2007-05-081-16/+34
* | | reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"Robert P. J. Day2007-05-081-1/+1
* | | reiserfs: shrink superblock if no xattrsAlexey Dobriyan2007-05-081-2/+4
* | | reiserfs: possible null pointer dereference during resizeDmitriy Monakhov2007-05-081-0/+4
* | | freevxfs: possible null pointer dereference fixDmitriy Monakhov2007-05-082-2/+2
* | | is_power_of_2 in fs/block_dev.cVignesh Babu BM2007-05-081-1/+2
* | | is_power_of_2 in fs/hfsVignesh Babu BM2007-05-082-2/+4
* | | is_power_of_2 in fatVignesh Babu BM2007-05-081-4/+3
* | | devpts: add fsnotify create eventFlorin Malita2007-05-081-1/+4
* | | use use SEEK_MAX to validate user lseek argumentsChris Snook2007-05-081-2/+2
* | | use symbolic constants in generic lseek codeChris Snook2007-05-081-6/+6
* | | mm: shrink parent dentries when shrinking slabAndrew Morton2007-05-081-1/+1
* | | fix quadratic behavior of shrink_dcache_parent()Miklos Szeredi2007-05-081-37/+67
* | | reduce size of task_struct on 64-bit machinesWilliam Cohen2007-05-081-2/+2