Age | Commit message (Expand) | Author |
2012-08-28 | btrfs: fix second lock in btrfs_delete_delayed_items() | Fengguang Wu |
2012-08-28 | Btrfs: don't allocate a seperate csums array for direct reads | Josef Bacik |
2012-08-28 | Btrfs: do not strdup non existent strings | Josef Bacik |
2012-08-28 | Btrfs: do not use missing devices when showing devname | Josef Bacik |
2012-08-28 | Btrfs: fix that error value is changed by mistake | Stefan Behrens |
2012-08-28 | Btrfs: lock extents as we map them in DIO | Josef Bacik |
2012-08-28 | Btrfs: fix some endian bugs handling the root times | Dan Carpenter |
2012-08-28 | Btrfs: unlock on error in btrfs_delalloc_reserve_metadata() | Dan Carpenter |
2012-08-28 | Btrfs: checking for NULL instead of IS_ERR | Dan Carpenter |
2012-08-28 | Btrfs: fix some error codes in btrfs_qgroup_inherit() | Dan Carpenter |
2012-08-28 | Btrfs: fix a misplaced address operator in a condition | Stefan Behrens |
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-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 |