summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2008-04-18[XFS] cleanup vnode use in xfs_linkChristoph Hellwig
2008-04-18[XFS] cleanup vnode use in xfs_create/mknod/mkdirChristoph Hellwig
2008-04-18[XFS] cleanup vnode use in dmapi callsChristoph Hellwig
2008-04-18[XFS] Use power-of-2 sized buffers to reduce overheadDavid Chinner
2008-04-18[XFS] Use atomic counters for ktrace buffer indexesDavid Chinner
2008-04-18[XFS] Update c/mtime correctly on truncatesDavid Chinner
2008-04-18[XFS] don't encode parent in nfs filehandles unless nessecaryChristoph Hellwig
2008-04-18[XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig
2008-04-18[XFS] kill xfs_get_dir_entryChristoph Hellwig
2008-04-18[XFS] vnode cleanup in xfs_fs_subr.cChristoph Hellwig
2008-04-18[XFS] cleanup xfs_vn_mknodChristoph Hellwig
2008-04-18[XFS] Use atomics for iclog reference countingDavid Chinner
2008-04-18[XFS] Prevent AIL lock contention during transaction completionDavid Chinner
2008-04-18[XFS] Use xfs_inode_clean() in more placesDavid Chinner
2008-04-18[XFS] Remove the xfs_icluster structureDavid Chinner
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner
2008-04-18[XFS] Factor xfs_itobp() and xfs_inotobp().David Chinner
2008-04-18[XFS] Fix regression due to refcache removalLachlan McIlroy
2008-04-18[XFS] Remove the xfs_refcacheDonald Douwsma
2008-04-18[XFS] make inode reclaim synchronise with xfs_iflush_done()Lachlan McIlroy
2008-04-18[XFS] actually check error returned by xfs_flush_pages, clean up andNiv Sardi
2008-04-17[CIFS] Add various missing flags and defintionsSteve French
2008-04-17Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French
2008-04-17jdb2: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-17ext4: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29jbd2: only create debugfs and stats entries if init is successfulDuane Griffin
2008-04-17jbd2: fix kernel-doc notationRandy Dunlap
2008-04-17jbd2: replace potentially false assertion with if blockDuane Griffin
2008-04-17jbd2: eliminate duplicated code in revocation table init/destroy functionsDuane Griffin
2008-04-28jbd2: tidy up revoke cache initialisation and destructionDuane Griffin
2008-04-17ext4: make ext4_xattr_list() staticMingming Cao
2008-04-17ext4: remove extra define of ext4_new_blocks_old from mballoc.cMingming Cao
2008-04-17ext4: check ext4_journal_get_write_access() errorsAkinobu Mita
2008-04-17ext4: use ext4_get_group_desc()Akinobu Mita
2008-04-17ext4: use ext4_group_first_block_no()Akinobu Mita
2008-04-17ext4: convert byte order of constant instead of variableMarcin Slusarz
2008-04-17ext4: le*_add_cpu conversionMarcin Slusarz
2008-04-17ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu()Aneesh Kumar K.V
2008-04-29ext4: reduce mballoc stack usage with noinline_for_stackEric Sandeen
2008-04-29Convert ext4 to use unlocked_ioctlAndi Kleen
2008-04-29ext4: Cache the correct extent length for uninit extentsAneesh Kumar K.V
2008-04-29ext4: Return unwritten buffer head when trying to read from prealloc space.Aneesh Kumar K.V
2008-04-29ext4: make ext4_ext_get_blocks always return <= max_blocksAneesh Kumar K.V
2008-04-29ext4: Fix fallocate to update the file size in each transactionAneesh Kumar K.V
2008-04-29ext4: Fix race between migration and mmap writeAneesh Kumar K.V
2008-04-17ext4: zero out small extents when writing to prealloc area.Aneesh Kumar K.V
2008-04-29ext4: ENOSPC error handling for writing to an uninitialized extentAneesh Kumar K.V
2008-04-29ext4: Enable extent format for symlinks.Aneesh Kumar K.V
2008-04-17ext4: Fix fallocate error pathAneesh Kumar K.V
2008-04-29ext4: fix mount option parsingJosef Bacik