summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-12-02Btrfs: remove unneeded btrfs_start_delalloc_inodes callSage Weil1-1/+0
2008-12-02Btrfs: remove unneeded total_transSage Weil1-4/+0
2008-12-02Btrfs: sparse lock verification annotations for wait_on_stateChristoph Hellwig1-0/+2
2008-12-01Btrfs: Fix cow semantic in run_delalloc_nocow()Liu Hui1-2/+2
2008-11-20Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutexJosef Bacik2-14/+19
2008-11-20Btrfs: only flush down bios for writeback pagesChris Mason1-1/+2
2008-11-20Btrfs: Drop dirty roots created by log replay immediately whenYan Zheng1-0/+5
2008-11-20Btrfs: compat code fixesChris Mason8-4/+14
2008-11-19Btrfs: Use current_fsuid/gidChris Mason1-2/+2
2008-11-19Btrfs: Fixes for 2.6.28-rc API changesChris Mason7-46/+74
2008-11-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason59-0/+42196
2008-11-19Btrfs: fix free space accounting when unpinning extentsJosef Bacik1-4/+2
2008-11-19Btrfs: Do fsync log replay when mount -o ro, except when on readonly mediaChris Mason1-8/+23
2008-11-19Btrfs: Avoid writeback stallsChris Mason3-20/+23
2008-11-18Btrfs: switch back to wait_on_page_writeback to wait on metadata writesChris Mason1-28/+1
2008-11-18Btrfs: Update the disk format for the seed device and new root codeChris Mason1-1/+1
2008-11-18Btrfs: unplug all devices in the unplug call backChris Mason1-1/+1
2008-11-18Btrfs: Some fixes for batching extent insert.Liu Hui2-5/+7
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason4-1/+73
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason5-32/+172
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason5-6/+34
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason8-65/+162
2008-11-17Btrfs: Add some debugging around the ENOSPC bugsJosef Bacik1-0/+3
2008-11-17Btrfs: fix free space leakJosef Bacik1-0/+8
2008-11-15Fix inotify watch removal/umount racesAl Viro1-6/+144
2008-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds1-1/+1
2008-11-13dlm: fix shutdown cleanupDavid Teigland1-1/+1
2008-11-12ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso1-5/+2
2008-11-12vfs: fix shrink_submountsEric W. Biederman1-2/+2
2008-11-12Btrfs: Add a missing return pointer checkyanhai zhu1-0/+2
2008-11-12Btrfs: Check kthread_should_stop() before schedule() in worker_loopyanhai zhu1-1/+2
2008-11-12Btrfs: Fix race in btrfs_mark_extent_writtenYan Zheng1-4/+14
2008-11-17Btrfs: Seed device supportYan Zheng8-315/+932
2008-11-12Btrfs: mount ro and remount supportYan Zheng7-58/+163
2008-11-12Btrfs: batch extent inserts/updates/deletions on the extent rootJosef Bacik3-93/+909
2008-11-12Btrfs: allow clone of an arbitrary file rangeSage Weil2-41/+221
2008-11-13Btrfs: Fix handling of space info full during allocationsChris Mason1-2/+3
2008-11-13Btrfs: Improve metadata read latenciesChris Mason2-7/+7
2008-11-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-7/+58
2008-11-11Btrfs: Fix compile warnings on 32 bit machinesChris Mason4-8/+12
2008-11-11Btrfs: Fix starting search offset inside btrfs_drop_extentsYan Zheng1-1/+1
2008-11-10Btrfs: empty_size allocation fixes againChris Mason1-3/+4
2008-11-10Btrfs: tune btrfs unplug functions for a small number of devicesChris Mason1-0/+10
2008-11-10ocfs2: Check search result in ocfs2_xattr_block_get()Tiger Yang1-1/+6
2008-11-10ocfs2: fix printk related build warnings in xattr.cMark Fasheh1-14/+20
2008-11-10ocfs2: truncate outstanding block after direct io failureDmitri Monakhov1-0/+7
2008-11-10ocfs2/xattr: Proper hash collision handle in bucket divisionTao Ma1-29/+115
2008-11-10ocfs2: return 0 in page_mkwrite to let VFS retry.Tao Ma1-1/+5
2008-11-10ocfs2: Set journal descriptor to NULL after journal shutdownSunil Mushran2-0/+7
2008-11-10ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c.Tao Ma1-2/+2