aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig2008-12-116-178/+63
* [XFS] resync headers with libxfsChristoph Hellwig2008-12-114-11/+12
* [XFS] simplify projid check in xfs_renameChristoph Hellwig2008-12-111-38/+11
* [XFS] replace b_fspriv with b_mountChristoph Hellwig2008-12-116-32/+19
* [XFS] Remove unused tracing codeLachlan McIlroy2008-12-102-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy2008-12-0529-162/+376
|\
| * Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-12-034-2/+5
| |\
| | * NLM: client-side nlm_lookup_host() should avoid matching on srcaddrChuck Lever2008-11-241-1/+2
| | * nfsd: use of unitialized list head on error exit in nfs4recover.cJ. Bruce Fields2008-11-241-1/+1
| | * nfsd: clean up grace period on early exitJ. Bruce Fields2008-11-242-0/+2
| * | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2008-12-0214-109/+221
| |\ \
| | * | UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy2008-11-213-18/+76
| | * | UBIFS: do not allocate too muchArtem Bityutskiy2008-11-214-33/+60
| | * | UBIFS: do not print scary memory allocation warningsArtem Bityutskiy2008-11-213-8/+15
| | * | UBIFS: allow for gaps when dirtying the LPTAdrian Hunter2008-11-071-2/+0
| | * | UBIFS: fix compilation warningsArtem Bityutskiy2008-11-067-50/+70
| | * | UBIFS: endian handling fixes and annotationsHarvey Harrison2008-11-066-13/+15
| | * | UBIFS: remove printkArtem Bityutskiy2008-11-061-2/+2
| * | | ntfs: don't fool kernel-docRandy Dunlap2008-12-011-6/+2
| * | | epoll: introduce resource usage limitsDavide Libenzi2008-12-011-8/+77
| * | | ocfs2: fix regression in ocfs2_read_blocks_sync()Mark Fasheh2008-12-011-11/+4
| * | | ocfs2: fix return value set in init_dlmfs_fs()Coly Li2008-12-011-1/+3
| * | | ocfs2: fix wake_up in unlock_astDavid Teigland2008-12-011-2/+1
| * | | ocfs2: initialize stack_user lvbptrDavid Teigland2008-12-011-0/+3
| * | | ocfs2: comments typo fixColy Li2008-12-012-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-11-301-21/+56
| |\ \ \
| | * | | [CIFS] fix regression in cifs_write_begin/cifs_write_endJeff Layton2008-11-261-21/+56
| * | | | udf: Fix BUG_ON() in destroy_inode()Jan Kara2008-11-272-0/+2
| |/ / /
* | | | [XFS] Remove unnecessary assertionLachlan McIlroy2008-12-051-2/+0
* | | | [XFS] Remove unused variable in ktrace_free()Lachlan McIlroy2008-12-051-7/+2
* | | | [XFS] Check return value of xfs_buf_get_noaddr()Lachlan McIlroy2008-12-051-0/+2
* | | | [XFS] Fix hang after disallowed rename across directory quota domainsDave Chinner2008-12-051-1/+1
* | | | [XFS] Fix compile with CONFIG_COMPAT enabledChristoph Hellwig2008-12-051-1/+1
* | | | move inode tracing out of xfs_vnode.Christoph Hellwig2008-12-045-131/+93
* | | | move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig2008-12-048-54/+48
* | | | kill vn_ioerrorChristoph Hellwig2008-12-043-21/+13
* | | | kill xfs_unmount_flushChristoph Hellwig2008-12-045-90/+10
* | | | no explicit xfs_iflush for special inodes during unmountChristoph Hellwig2008-12-045-106/+15
* | | | use xfs_trans_ijoin in xfs_trans_igetChristoph Hellwig2008-12-041-29/+1
* | | | remove leftovers of shared read-only supportChristoph Hellwig2008-12-043-57/+0
* | | | remove unused m_inode_quiesce member from struct xfs_mountChristoph Hellwig2008-12-041-1/+0
* | | | kill dead inode flagsChristoph Hellwig2008-12-046-34/+11
* | | | cleanup xfs_sb.h feature flag helpersChristoph Hellwig2008-12-041-80/+86
* | | | kill dead quota flagsChristoph Hellwig2008-12-041-5/+3
* | | | remove dead code from sv_t implementationChristoph Hellwig2008-12-041-18/+4
* | | | reduce l_icloglock roundtripsChristoph Hellwig2008-12-041-7/+6
* | | | stop using igrab in xfs_vn_linkChristoph Hellwig2008-12-041-6/+3
* | | | kill xfs_buf_iostartChristoph Hellwig2008-12-042-56/+50
* | | | cleanup the inode reclaim pathChristoph Hellwig2008-12-044-117/+86
* | | | remove unused prototypes for xfs_ihash_init / xfs_ihash_freeChristoph Hellwig2008-12-041-2/+0