aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-07smaps: add pages referenced count to smapsDavid Rientjes1-7/+13
2007-05-07smaps: extract pmd walker from smaps codeDavid Rientjes1-27/+42
2007-05-07mm/slab.c: proper prototypesAdrian Bunk1-2/+0
2007-05-07fs: buffer don't PageUptodate without page lockedNick Piggin1-10/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin20-128/+20
2007-05-07proper prototype for hugetlb_get_unmapped_area()Adrian Bunk1-4/+1
2007-05-06gfs2: nfs lock support for gfs2Marc Eshel2-10/+104
2007-05-06lockd: add code to handle deferred lock requestsMarc Eshel4-7/+40
2007-05-06lockd: always preallocate block in nlmsvc_lock()Marc Eshel1-23/+11
2007-05-06lockd: handle test_lock deferralsMarc Eshel3-16/+73
2007-05-06lockd: pass cookie in nlmsvc_testlockMarc Eshel3-4/+5
2007-05-06lockd: handle fl_grant callbacksMarc Eshel1-4/+87