aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-08Allow access to /proc/$PID/fd after setuid()Alexey Dobriyan1-0/+18
2007-05-08block_write_full_page(): report ENOSPCAndrew Morton1-0/+1
2007-05-08Factor outstanding I/O error handlingGuillaume Chazarain2-18/+3
2007-05-08uml: hostfs style fixesJeff Dike3-171/+167
2007-05-08uml: make hostfs_setattr() support operations on unlinked open filesAlberto Bertogli3-44/+74
2007-05-08mm: move common segment checks to separate helper functionDmitriy Monakhov2-37/+6
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-200/+524
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds25-2058/+2150
2007-05-07blackfin architectureBryan Wu1-1/+1
2007-05-07hugetlbfs: add NULL check in hugetlb_zero_setup()Akinobu Mita1-0/+3
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter44-90/+45
2007-05-07get_unmapped_area handles MAP_FIXED in hugetlbfsBenjamin Herrenschmidt1-0/+7
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter3-12/+5
2007-05-07mm: optimize acorn partition truncatePeter Zijlstra1-1/+1
2007-05-07mm: optimize kill_bdev()Peter Zijlstra2-4/+5
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra6-15/+10
2007-05-07Make page->private usable in compound pagesChristoph Lameter1-1/+1
2007-05-07smaps: add clear_refs file to clear referenceDavid Rientjes2-16/+99