Age | Commit message (Expand) | Author |
2012-07-30 | btrfs: use printk_get_level and printk_skip_level, add __printf, fix fallout | Joe Perches |
2012-07-26 | Btrfs: using vmalloc and friends needs vmalloc.h | Stephen Rothwell |
2012-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2012-07-25 | Btrfs: uninit variable fixes in send/receive | Chris Mason |
2012-07-25 | Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus | Chris Mason |
2012-07-25 | Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive | Alexander Block |
2012-07-25 | Btrfs: add btrfs_compare_trees function | Alexander Block |
2012-07-25 | Btrfs: introduce subvol uuids and times | Alexander Block |
2012-07-25 | Btrfs: make iref_to_path non static | Alexander Block |
2012-07-25 | Btrfs: add a barrier before a waitqueue_active check | Chris Mason |
2012-07-25 | Btrfs: call the ordered free operation without any locks held | Chris Mason |
2012-07-25 | Btrfs: Check INCOMPAT flags on remount and add helper function | Mitch Harder |
2012-07-25 | Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus | Chris Mason |
2012-07-25 | Btrfs: add helper for tree enumeration | Arne Jansen |
2012-07-25 | btrfs: allow cross-subvolume file clone | David Sterba |
2012-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-07-23 | Btrfs: improve multi-thread buffer read | Liu Bo |
2012-07-23 | Btrfs: make btrfs's allocation smoothly with preallocation | Liu Bo |
2012-07-23 | Btrfs: lock the transition from dirty to writeback for an eb | Josef Bacik |
2012-07-23 | Btrfs: fix potential race in extent buffer freeing | Josef Bacik |
2012-07-23 | Btrfs: don't return true in releasepage unless we actually freed the eb | Josef Bacik |
2012-07-23 | Btrfs: suppress printk() if all device I/O stats are zero | Stefan Behrens |
2012-07-23 | Btrfs: remove unwanted printk() for btrfs device I/O stats | Stefan Behrens |
2012-07-23 | Btrfs: rewrite BTRFS_SETGET_FUNCS | Li Zefan |
2012-07-23 | Btrfs: zero unused bytes in inode item | Li Zefan |
2012-07-23 | Btrfs: kill free_space pointer from inode structure | Li Zefan |
2012-07-23 | btrfs read error corrected message floods the console during recovery | Anand Jain |
2012-07-23 | Btrfs: fix buffer leak in btrfs_next_old_leaf | Jan Schmidt |
2012-07-23 | Btrfs: do not count in readonly bytes | Liu Bo |
2012-07-23 | Btrfs: add ro notification to dump_space_info | Liu Bo |
2012-07-23 | Btrfs: fix a bug of writting free space cache during balance | Liu Bo |
2012-07-23 | Btrfs: do not abort transaction in prealloc case | Liu Bo |
2012-07-23 | Btrfs: kill root from btrfs_is_free_space_inode | Liu Bo |
2012-07-23 | Btrfs: fix btrfs_is_free_space_inode to recognize btree inode | Liu Bo |
2012-07-23 | Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages() | Stefan Behrens |
2012-07-23 | Btrfs: rework shrink_delalloc | Josef Bacik |
2012-07-23 | Btrfs: do not set subvolume flags in readonly mode | Liu Bo |
2012-07-23 | Btrfs: use mnt_want_write_file instead of mnt_want_write | Liu Bo |
2012-07-23 | Btrfs: remove redundant r/o check for superblock | Liu Bo |
2012-07-23 | Btrfs: check write access to mount earlier while creating snapshots | Liu Bo |
2012-07-23 | Btrfs: fix typo in cow_file_range_async and async_cow_submit | Liu Bo |
2012-07-23 | Btrfs: change how we indicate we're adding csums | Josef Bacik |
2012-07-23 | Btrfs: return error of btrfs_update_inode() to caller | Tsutomu Itoh |
2012-07-23 | Btrfs: fix error handling in __add_reloc_root() | Dan Carpenter |
2012-07-23 | Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mounting | Ilya Dryomov |
2012-07-23 | Btrfs: do not return EINVAL instead of ENOMEM from open_ctree() | Ilya Dryomov |
2012-07-23 | Btrfs: add DEVICE_READY ioctl | Josef Bacik |
2012-07-23 | Btrfs: flush delayed inodes if we're short on space | Josef Bacik |
2012-07-23 | btrfs: join DEV_STATS ioctls to one | David Sterba |
2012-07-23 | btrfs: ignore unfragmented file checks in defrag when compression enabled - r... | Andrew Mahone |