Age | Commit message (Expand) | Author |
2012-01-16 | Btrfs: allow for pausing restriper | Ilya Dryomov |
2012-01-16 | Btrfs: add skip_balance mount option | Ilya Dryomov |
2012-01-16 | Btrfs: recover balance on mount | Ilya Dryomov |
2012-01-16 | Btrfs: save balance parameters to disk | Ilya Dryomov |
2012-01-16 | Btrfs: soft profile changing mode (aka soft convert) | Ilya Dryomov |
2012-01-16 | Btrfs: implement online profile changing | Ilya Dryomov |
2012-01-16 | Btrfs: do not reduce profile in do_chunk_alloc() | Ilya Dryomov |
2012-01-16 | Btrfs: virtual address space subset filter | Ilya Dryomov |
2012-01-16 | Btrfs: devid subset filter | Ilya Dryomov |
2012-01-16 | Btrfs: devid filter | Ilya Dryomov |
2012-01-16 | Btrfs: usage filter | Ilya Dryomov |
2012-01-16 | Btrfs: profiles filter | Ilya Dryomov |
2012-01-16 | Btrfs: add basic infrastructure for selective balancing | Ilya Dryomov |
2012-01-16 | Btrfs: add basic restriper infrastructure | Ilya Dryomov |
2012-01-16 | Btrfs: make avail_*_alloc_bits fields dynamic | Ilya Dryomov |
2012-01-16 | Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bit | Ilya Dryomov |
2012-01-16 | Btrfs: introduce masks for chunk type and profile | Ilya Dryomov |
2012-01-16 | Btrfs: get rid of *_alloc_profile fields | Ilya Dryomov |
2012-01-12 | mm: compaction: introduce sync-light migration for use by compaction | Mel Gorman |
2012-01-12 | mm: compaction: determine if dirty pages can be migrated without blocking wit... | Mel Gorman |
2012-01-11 | Btrfs: fix possible deadlock when opening a seed device | Li Zefan |
2012-01-11 | Btrfs: update global block_rsv when creating a new block group | Li Zefan |
2012-01-11 | Btrfs: rewrite btrfs_trim_block_group() | Li Zefan |
2012-01-11 | Btrfs: simplfy calculation of stripe length for discard operation | Li Zefan |
2012-01-11 | Btrfs: don't pre-allocate btrfs bio | Li Zefan |
2012-01-11 | Btrfs: don't pass a trans handle unnecessarily in volumes.c | Li Zefan |
2012-01-11 | Btrfs: reserve metadata space in btrfs_ioctl_setflags() | Li Zefan |
2012-01-11 | Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags() | Li Zefan |
2012-01-11 | Btrfs: check the return value of io_ctl_init() | Li Zefan |
2012-01-11 | Btrfs: avoid possible NULL deref in io_ctl_drop_pages() | Li Zefan |
2012-01-11 | Btrfs: add pinned extents to on-disk free space cache correctly | Li Zefan |
2012-01-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Li Zefan |
2012-01-10 | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2012-01-10 | btrfs: pass __GFP_WRITE for buffered write page allocations | Johannes Weiner |
2012-01-08 | btrfs: take allocation of ->tree_root into open_ctree() | Al Viro |
2012-01-08 | btrfs: let ->s_fs_info point to fs_info, not root... | Al Viro |
2012-01-08 | btrfs: consolidate failure exits in btrfs_mount() a bit | Al Viro |
2012-01-08 | btrfs: make free_fs_info() call ->kill_sb() unconditional | Al Viro |
2012-01-08 | btrfs: merge free_fs_info() calls on fill_super failures | Al Viro |
2012-01-08 | btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super() | Al Viro |
2012-01-08 | btrfs: make open_ctree() return int | Al Viro |
2012-01-08 | btrfs: sanitizing ->fs_info, part 5 | Al Viro |
2012-01-08 | btrfs: sanitizing ->fs_info, part 4 | Al Viro |
2012-01-08 | btrfs: sanitizing ->fs_info, part 3 | Al Viro |
2012-01-08 | btrfs: sanitizing ->fs_info, part 2 | Al Viro |
2012-01-08 | btrfs: sanitizing ->fs_info, part 1 | Al Viro |
2012-01-08 | btrfs: fix a deadlock in btrfs_scan_one_device() | Al Viro |
2012-01-08 | btrfs: fix mount/umount race | Al Viro |
2012-01-08 | btrfs: get ->kill_sb() of its own | Al Viro |
2012-01-08 | btrfs: preparation to fixing mount/umount race | Al Viro |