| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 3 | -7/+16 |
| |\ \ |
|
| | * | | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| | |/ |
|
| * | | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-27 | 5 | -21/+21 |
* | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 1 | -12/+0 |
|\ \ \ |
|
| * | | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 1 | -12/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [btrfs] fix check_direct_IO() for non-iovec iterators | Al Viro | 2016-10-10 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 6 | -25/+7 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2016-10-08 | 2 | -5/+3 |
| |\ \ \ |
|
| | * | | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
| | * | | | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 2016-09-22 | 1 | -4/+2 |
| * | | | | Merge remote-tracking branch 'ovl/misc' into work.misc | Al Viro | 2016-10-08 | 4 | -19/+3 |
| |\ \ \ \ |
|
| | * | | | | btrfs: use filemap_check_errors() | Miklos Szeredi | 2016-09-16 | 4 | -19/+3 |
| | | |_|/
| | |/| | |
|
| * | | | | posix_acl: xattr representation cleanups | Andreas Gruenbacher | 2016-09-27 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-10-07 | 1 | -2/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | block, dm-crypt, btrfs: Introduce bio_flags() | Bart Van Assche | 2016-09-14 | 1 | -2/+3 |
* | | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-23 | 2 | -6/+15 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | btrfs: ensure that file descriptor used with subvol ioctls is a dir | Jeff Mahoney | 2016-09-21 | 1 | -0/+12 |
| * | | | Btrfs: handle quota reserve failure properly | Josef Bacik | 2016-09-21 | 1 | -6/+3 |
* | | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-09 | 3 | -8/+17 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Chris Mason | 2016-09-07 | 2 | -8/+16 |
| |\ \ \ |
|
| | * | | | btrfs: introduce tickets_id to determine whether asynchronous metadata reclai... | Wang Xiaoguang | 2016-09-06 | 2 | -5/+7 |
| | * | | | btrfs: do not decrease bytes_may_use when replaying extents | Wang Xiaoguang | 2016-09-05 | 1 | -3/+9 |
| * | | | | Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns | Chris Mason | 2016-09-06 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-09-03 | 3 | -11/+15 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve... | Wang Xiaoguang | 2016-09-01 | 1 | -5/+5 |
| * | | Btrfs: fix endless loop in balancing block groups | Liu Bo | 2016-09-01 | 1 | -3/+5 |
| * | | Btrfs: kill invalid ASSERT() in process_all_refs() | Josef Bacik | 2016-09-01 | 1 | -3/+5 |
* | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-26 | 20 | -181/+473 |
|\ \ \
| |/ / |
|
| * | | Btrfs: fix lockdep warning on deadlock against an inode's log mutex | Filipe Manana | 2016-08-25 | 3 | -4/+8 |
| * | | Btrfs: detect corruption when non-root leaf has zero item | Liu Bo | 2016-08-25 | 1 | -1/+22 |
| * | | Btrfs: check btree node's nritems | Liu Bo | 2016-08-25 | 1 | -0/+16 |
| * | | btrfs: don't create or leak aliased root while cleaning up orphans | Jeff Mahoney | 2016-08-25 | 3 | -11/+22 |
| * | | Btrfs: fix em leak in find_first_block_group | Josef Bacik | 2016-08-25 | 1 | -0/+1 |
| * | | btrfs: do not background blkdev_put() | Anand Jain | 2016-08-25 | 1 | -8/+19 |
| * | | Btrfs: clarify do_chunk_alloc()'s return value | Liu Bo | 2016-08-25 | 1 | -0/+9 |
| * | | btrfs: fix fsfreeze hang caused by delayed iputs deal | Wang Xiaoguang | 2016-08-25 | 4 | -1/+25 |
| * | | btrfs: update btrfs_space_info's bytes_may_use timely | Wang Xiaoguang | 2016-08-25 | 7 | -63/+73 |
| * | | btrfs: divide btrfs_update_reserved_bytes() into two functions | Wang Xiaoguang | 2016-08-25 | 1 | -40/+57 |
| * | | btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster() | Wang Xiaoguang | 2016-08-25 | 1 | -4/+6 |
| * | | btrfs: qgroup: Fix qgroup incorrectness caused by log replay | Qu Wenruo | 2016-08-25 | 1 | -0/+16 |
| * | | btrfs: relocation: Fix leaking qgroups numbers on data extents | Qu Wenruo | 2016-08-25 | 1 | -6/+103 |
| * | | btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent() | Qu Wenruo | 2016-08-25 | 4 | -47/+71 |
| * | | btrfs: waiting on qgroup rescan should not always be interruptible | Jeff Mahoney | 2016-08-25 | 4 | -6/+13 |
| * | | btrfs: properly track when rescan worker is running | Jeff Mahoney | 2016-08-25 | 3 | -1/+10 |
| * | | btrfs: flush_space: treat return value of do_chunk_alloc properly | Alex Lyakas | 2016-08-25 | 1 | -1/+1 |
| * | | Btrfs: add ASSERT for block group's memory leak | Liu Bo | 2016-08-25 | 1 | -0/+5 |
| * | | btrfs: backref: Fix soft lockup in __merge_refs function | Qu Wenruo | 2016-08-25 | 1 | -0/+1 |
| * | | Btrfs: fix memory leak of reloc_root | Liu Bo | 2016-08-25 | 1 | -1/+8 |
* | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-10 | 6 | -59/+283 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|