Age | Commit message (Expand) | Author |
2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney |
2016-12-06 | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney |
2016-12-06 | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size | Jeff Mahoney |
2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney |
2016-12-06 | btrfs: call functions that always use the same root with fs_info instead | Jeff Mahoney |
2016-11-30 | btrfs: don't access the bio directly in the direct I/O code | Christoph Hellwig |
2016-11-30 | btrfs: increment ctx->pos for every emitted or skipped dirent in readdir | Jeff Mahoney |
2016-11-30 | btrfs: remove old tree_root dirent processing in btrfs_real_readdir() | Jeff Mahoney |
2016-11-30 | btrfs: change btrfs_csum_final result param type to u8 | Domagoj Tršan |
2016-11-30 | Btrfs: adjust len of writes if following a preallocated extent | Liu Bo |
2016-11-30 | btrfs: remove constant parameter to memset_extent_buffer and rename it | David Sterba |
2016-11-30 | btrfs: remove unused headers, statfs.h | David Sterba |
2016-11-30 | Btrfs: deal with existing encompassing extent map in btrfs_get_extent() | Omar Sandoval |
2016-11-29 | btrfs: don't abuse REQ_OP_* flags for btrfs_map_block | Christoph Hellwig |
2016-11-04 | Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k... | Linus Torvalds |
2016-10-24 | btrfs: pass correct args to btrfs_async_run_delayed_refs() | Wang Xiaoguang |
2016-10-24 | btrfs: qgroup: Prevent qgroup->reserved from going subzero | Goldwyn Rodrigues |
2016-10-11 | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2016-10-10 | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-10-10 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-10 | [btrfs] fix check_direct_IO() for non-iovec iterators | Al Viro |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro |
2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher |
2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi |
2016-09-26 | btrfs: convert pr_* to btrfs_* where possible | Jeff Mahoney |
2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney |
2016-09-26 | Btrfs: add a flags field to btrfs_fs_info | Josef Bacik |
2016-09-26 | btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de... | Qu Wenruo |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara |
2016-09-16 | btrfs: use filemap_check_errors() | Miklos Szeredi |
2016-09-14 | block, dm-crypt, btrfs: Introduce bio_flags() | Bart Van Assche |
2016-08-26 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-08-25 | btrfs: update btrfs_space_info's bytes_may_use timely | Wang Xiaoguang |
2016-08-10 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe |
2016-08-05 | Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Chris Mason |
2016-08-04 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-08-01 | Btrfs: improve performance on fsync against new inode after rename/unlink | Filipe Manana |
2016-08-01 | Btrfs: be more precise on errors when getting an inode from disk | Filipe Manana |
2016-07-31 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-07-26 | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-07-26 | btrfs: btrfs_abort_transaction, drop root parameter | Jeff Mahoney |
2016-07-26 | btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root | Jeff Mahoney |
2016-07-26 | btrfs: btrfs_test_opt and friends should take a btrfs_fs_info | Jeff Mahoney |
2016-07-26 | btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksize | Wang Xiaoguang |
2016-07-26 | btrfs: Cleanup compress_file_range() | Ashish Samant |