aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2007-05-08vfs: remove superflous sb == NULL checksChristoph Hellwig
2007-05-08proc: remove pathetic ->deleted WARN_ONAlexey Dobriyan
2007-05-08Fix race between proc_readdir and remove_proc_entryDarrick J. Wong
2007-05-08Fix race between proc_get_inode() and remove_proc_entry()Alexey Dobriyan
2007-05-08add filesystem subtype supportMiklos Szeredi
2007-05-08epoll: optimizations and cleanupsDavide Libenzi
2007-05-08ext3: dirindex error pointer issuesDmitriy Monakhov
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty
2007-05-08exec: fix remove_arg_zeroNick Piggin
2007-05-08reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"Robert P. J. Day
2007-05-08reiserfs: shrink superblock if no xattrsAlexey Dobriyan
2007-05-08reiserfs: possible null pointer dereference during resizeDmitriy Monakhov
2007-05-08freevxfs: possible null pointer dereference fixDmitriy Monakhov
2007-05-08is_power_of_2 in fs/block_dev.cVignesh Babu BM
2007-05-08is_power_of_2 in fs/hfsVignesh Babu BM
2007-05-08is_power_of_2 in fatVignesh Babu BM
2007-05-08devpts: add fsnotify create eventFlorin Malita
2007-05-08use use SEEK_MAX to validate user lseek argumentsChris Snook
2007-05-08use symbolic constants in generic lseek codeChris Snook
2007-05-08mm: shrink parent dentries when shrinking slabAndrew Morton
2007-05-08fix quadratic behavior of shrink_dcache_parent()Miklos Szeredi
2007-05-08reduce size of task_struct on 64-bit machinesWilliam Cohen
2007-05-08ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systemsMarkus Rechberger
2007-05-08Allow access to /proc/$PID/fd after setuid()Alexey Dobriyan
2007-05-08block_write_full_page(): report ENOSPCAndrew Morton
2007-05-08Factor outstanding I/O error handlingGuillaume Chazarain
2007-05-08uml: hostfs style fixesJeff Dike
2007-05-08uml: make hostfs_setattr() support operations on unlinked open filesAlberto Bertogli
2007-05-08mm: move common segment checks to separate helper functionDmitriy Monakhov
2007-05-08[PATCH] splice: always call into page_cache_readahead()Jens Axboe
2007-05-08[PATCH] splice(): fix interaction with readaheadFengguang Wu
2007-05-08[XFS] Add lockdep support for XFSLachlan McIlroy
2007-05-08[XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.Lachlan McIlroy
2007-05-08[XFS] Get rid of redundant "required" in msg.Utako Kusaka
2007-05-08[XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin
2007-05-08[XFS] Remove unused ilen variable and references.Tim Shimmin
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy
2007-05-08[XFS] Fix race condition in xfs_write().Lachlan McIlroy
2007-05-08[XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi
2007-05-08[XFS] propogate return codes from flush routinesLachlan McIlroy
2007-05-08[XFS] Fix quotaon syscall failures for group enforcement requests.Donald Douwsma
2007-05-08[XFS] Invalidate quotacheck when mounting without a quota type.Donald Douwsma
2007-05-08[XFS] reducing the number of random number functions.Joe Perches
2007-05-08[XFS] remove more misc. unused argsEric Sandeen
2007-05-08[XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.Eric Sandeen
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2007-05-07blackfin architectureBryan Wu
2007-05-07hugetlbfs: add NULL check in hugetlb_zero_setup()Akinobu Mita