summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-07-08xfs: remove the unused xfs_bufhash structureChristoph Hellwig1-5/+0
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig15-197/+208
2011-07-08xfs: use generic get_unaligned_beXX helpersChristoph Hellwig4-144/+16
2011-07-08xfs: cleanup struct xfs_dir2_leafChristoph Hellwig2-15/+56
2011-07-08xfs: cleanup the definition of struct xfs_dir2_data_entryChristoph Hellwig1-4/+5
2011-07-08xfs: kill struct xfs_dir2_dataChristoph Hellwig3-31/+23
2011-07-08xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig6-231/+236
2011-07-08xfs: kill struct xfs_dir2_blockChristoph Hellwig3-36/+34
2011-07-08xfs: avoid usage of struct xfs_dir2_blockChristoph Hellwig6-109/+106
2011-07-08xfs: cleanup the definition of struct xfs_dir2_sf_entryChristoph Hellwig2-18/+16
2011-07-08xfs: kill struct xfs_dir2_sfChristoph Hellwig4-142/+141
2011-07-08xfs: cleanup shortform directory inode number handlingChristoph Hellwig4-75/+104
2011-07-08xfs: factor out xfs_dir2_leaf_find_entryChristoph Hellwig3-176/+128
2011-07-08xfs: kill the unused struct xfs_sync_workChristoph Hellwig1-8/+0
2011-07-08xfs: remove i_transpChristoph Hellwig6-39/+24
2011-07-08xfs: fix filesystsem freeze race in xfs_trans_allocChristoph Hellwig5-29/+27
2011-07-08xfs: improve sync behaviour in the face of aggressive dirtyingChristoph Hellwig1-5/+3
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig7-277/+155
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig4-231/+4
2011-07-08xfs: always log timestamp updates in xfs_setattr_sizeChristoph Hellwig1-8/+9
2011-07-08xfs: split xfs_setattrChristoph Hellwig5-429/+444
2011-07-08xfs: work around bogus gcc warning in xfs_allocbt_init_cursorChristoph Hellwig1-3/+6
2011-07-08xfs: re-enable non-blocking behaviour in xfs_map_blocksChristoph Hellwig1-1/+1
2011-07-08xfs: PF_FSTRANS should never be set in ->writepageChristoph Hellwig1-14/+3
2011-07-07xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2-8/+10
2011-06-24xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner1-0/+7
2011-06-24xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner1-2/+5
2011-06-24xfs: reset inode per-lifetime state when recycling itDave Chinner2-4/+19
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig3-95/+41
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro1-1/+1
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds19-468/+635
2011-06-04btrfs: fix uninitialized variable warningDavid Sterba1-1/+1
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba8-16/+20
2011-06-04Btrfs: add mount -o inode_cacheChris Mason4-1/+34
2011-06-04btrfs: scrub: add explicit pluggingArne Jansen1-3/+4
2011-06-04btrfs: use btrfs_ino to access inode numberDavid Sterba2-4/+5
2011-06-04Btrfs: don't save the inode cache if we are deleting this rootJosef Bacik1-0/+5
2011-06-04btrfs: false BUG_ON when degradedArne Jansen1-1/+1
2011-06-04Btrfs: don't save the inode cache in non-FS rootsliubo1-0/+6
2011-06-04Btrfs: make sure we don't overflow the free space cache crc pageChris Mason1-8/+19
2011-06-04Btrfs: fix uninit variable in the delayed inode codeChris Mason1-0/+1
2011-06-04btrfs: scrub: don't reuse bios and pagesArne Jansen1-49/+65
2011-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+5
2011-06-04Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds9-97/+136
2011-06-03UBIFS: fix-up free space earlierBen Gardiner1-8/+8
2011-06-03UBIFS: intialize LPT earlierBen Gardiner1-13/+16
2011-06-03UBIFS: assert no fixup when writing a nodeBen Gardiner1-0/+2
2011-06-03UBIFS: fix clean znode counter corruption in error casesArtem Bityutskiy1-4/+5
2011-06-03UBIFS: fix memory leak on error pathArtem Bityutskiy1-0/+1
2011-06-03UBIFS: fix shrinker object count reportsArtem Bityutskiy1-1/+5