| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-02-19 | 1 | -0/+2 |
|\ |
|
| * | Btrfs: fix direct IO requests not reporting IO error to user space | Filipe Manana | 2016-02-16 | 1 | -0/+2 |
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-02-12 | 8 | -71/+131 |
|\ \
| |/ |
|
| * | btrfs: properly set the termination value of ctx->pos in readdir | David Sterba | 2016-02-11 | 3 | -3/+16 |
| * | Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl | Filipe Manana | 2016-02-05 | 1 | -4/+6 |
| * | Btrfs: remove no longer used function extent_read_full_page_nolock() | Filipe Manana | 2016-02-03 | 3 | -42/+12 |
| * | Btrfs: fix page reading in extent_same ioctl leading to csum errors | Filipe Manana | 2016-02-03 | 1 | -8/+21 |
| * | Btrfs: fix invalid page accesses in extent_same (dedup) ioctl | Filipe Manana | 2016-02-03 | 1 | -14/+76 |
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-29 | 11 | -32/+113 |
|\ \
| |/ |
|
| * | Revert "btrfs: synchronize incompat feature bits with sysfs files" | Chris Mason | 2016-01-29 | 4 | -17/+0 |
| * | btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzalloc | Chris Mason | 2016-01-27 | 1 | -1/+1 |
| * | Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/... | Chris Mason | 2016-01-27 | 6 | -18/+34 |
| |\ |
|
| | * | btrfs: add free space tree to the cow-only list | David Sterba | 2016-01-25 | 1 | -1/+2 |
| | * | btrfs: add free space tree to lockdep classes | David Sterba | 2016-01-25 | 1 | -0/+1 |
| | * | btrfs: tweak free space tree bitmap allocation | David Sterba | 2016-01-22 | 1 | -2/+16 |
| | * | btrfs: tests: switch to GFP_KERNEL | David Sterba | 2016-01-22 | 3 | -15/+15 |
| * | | btrfs: sysfs: check initialization state before updating features | David Sterba | 2016-01-27 | 1 | -0/+3 |
| * | | Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()" | David Sterba | 2016-01-25 | 1 | -1/+0 |
| * | | btrfs: async-thread: Fix a use-after-free error for trace | Qu Wenruo | 2016-01-25 | 1 | -1/+1 |
| * | | Btrfs: fix race between fsync and lockless direct IO writes | Filipe Manana | 2016-01-25 | 2 | -11/+39 |
| * | | Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason | 2016-01-25 | 6 | -1/+53 |
| |\ \ |
|
| | * | | btrfs: synchronize incompat feature bits with sysfs files | David Sterba | 2016-01-21 | 4 | -0/+17 |
| | * | | btrfs: sysfs: introduce helper for syncing bits with sysfs files | David Sterba | 2016-01-21 | 2 | -0/+33 |
| | * | | btrfs: sysfs: add free-space-tree bit attribute | David Sterba | 2016-01-21 | 1 | -0/+2 |
| | * | | btrfs: sysfs: fix typo in compat_ro attribute definition | David Sterba | 2016-01-20 | 1 | -1/+1 |
| | |/ |
|
* | | | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 6 | -47/+47 |
* | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-22 | 16 | -213/+264 |
|\ \ \
| |/ / |
|
| * | | btrfs: raid56: Use raid_write_end_io for scrub | Zhao Lei | 2016-01-20 | 1 | -27/+5 |
| * | | btrfs: Remove unnecessary ClearPageUptodate for raid56 | Zhao Lei | 2016-01-20 | 1 | -2/+0 |
| * | | btrfs: use rbio->nr_pages to reduce calculation | Zhao Lei | 2016-01-20 | 1 | -12/+7 |
| * | | btrfs: Use unified stripe_page's index calculation | Zhao Lei | 2016-01-20 | 1 | -22/+21 |
| * | | btrfs: Fix calculation of rbio->dbitmap's size calculation | Zhao Lei | 2016-01-20 | 2 | -3/+3 |
| * | | btrfs: Fix no_space in write and rm loop | Zhao Lei | 2016-01-20 | 1 | -1/+3 |
| * | | btrfs: merge functions for wait snapshot creation | Zhao Lei | 2016-01-20 | 3 | -21/+22 |
| * | | btrfs: delete unused argument in btrfs_copy_from_user | Zhao Lei | 2016-01-20 | 1 | -4/+2 |
| * | | btrfs: Use direct way to determine raid56 write/recover mode | Zhao Lei | 2016-01-19 | 1 | -1/+2 |
| * | | btrfs: Small cleanup for get index_srcdev loop | Zhao Lei | 2016-01-19 | 1 | -22/+20 |
| * | | btrfs: Enhance chunk validation check | Qu Wenruo | 2016-01-19 | 1 | -1/+32 |
| * | | btrfs: Enhance super validation check | Qu Wenruo | 2016-01-19 | 1 | -49/+48 |
| * | | Btrfs: fix deadlock running delayed iputs at transaction commit time | Filipe Manana | 2016-01-19 | 4 | -8/+10 |
| * | | Btrfs: fix typo in log message when starting a balance | Filipe Manana | 2016-01-19 | 1 | -1/+1 |
| * | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 2016-01-19 | 6 | -15/+56 |
| |\ \ |
|
| | * | | btrfs: initialize the seq counter in struct btrfs_device | Sebastian Andrzej Siewior | 2016-01-15 | 1 | -0/+1 |
| | * | | Btrfs: fix output of compression message in btrfs_parse_options() | Tsutomu Itoh | 2016-01-15 | 1 | -7/+22 |
| | * | | Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub... | Chandan Rajendra | 2016-01-15 | 4 | -8/+33 |
| * | | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 2016-01-19 | 7 | -24/+32 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | btrfs: remove duplicate const specifier | Colin Ian King | 2016-01-19 | 1 | -1/+1 |
| | * | | Btrfs: clean up an error code in btrfs_init_space_info() | Dan Carpenter | 2016-01-15 | 1 | -1/+1 |
| | * | | btrfs: fix iterator with update error in backref.c | Geliang Tang | 2016-01-15 | 1 | -5/+5 |
| | * | | btrfs: cleanup, stop casting for extent_map->lookup everywhere | Jeff Mahoney | 2016-01-15 | 6 | -17/+25 |