summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-08[PATCH] splice: always call into page_cache_readahead()Jens Axboe1-5/+3
2007-05-08[PATCH] splice(): fix interaction with readaheadFengguang Wu1-4/+5
2007-05-08[XFS] Add lockdep support for XFSLachlan McIlroy5-28/+88
2007-05-08[XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.Lachlan McIlroy1-27/+26
2007-05-08[XFS] Get rid of redundant "required" in msg.Utako Kusaka1-2/+1
2007-05-08[XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin2-1/+12
2007-05-08[XFS] Remove unused ilen variable and references.Tim Shimmin1-4/+0
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy9-88/+208
2007-05-08[XFS] Fix race condition in xfs_write().Lachlan McIlroy1-29/+32
2007-05-08[XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi3-4/+12
2007-05-08[XFS] propogate return codes from flush routinesLachlan McIlroy10-22/+53
2007-05-08[XFS] Fix quotaon syscall failures for group enforcement requests.Donald Douwsma1-3/+1
2007-05-08[XFS] Invalidate quotacheck when mounting without a quota type.Donald Douwsma1-0/+11
2007-05-08[XFS] reducing the number of random number functions.Joe Perches4-20/+3
2007-05-08[XFS] remove more misc. unused argsEric Sandeen3-15/+8
2007-05-08[XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.Eric Sandeen5-21/+13
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen21-67/+50
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