| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-06-21 | 1 | -11/+30 |
|\ |
|
| * | Btrfs: fix broken free space cache after the system crashed | Miao Xie | 2014-06-19 | 1 | -11/+30 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 | 1 | -29/+18 |
|\ \ |
|
| * | | btrfs: switch check_direct_IO() to iov_iter | Al Viro | 2014-05-06 | 1 | -25/+15 |
| * | | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 2014-05-06 | 1 | -2/+1 |
| * | | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 2014-05-06 | 1 | -1/+1 |
| * | | pass iov_iter to ->direct_IO() | Al Viro | 2014-05-06 | 1 | -6/+6 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-06-11 | 1 | -89/+204 |
|\ \ \
| | |/
| |/| |
|
| * | | Btrfs: make fsync work after cloning into a file | Filipe Manana | 2014-06-09 | 1 | -38/+4 |
| * | | Btrfs: don't release invalid page in btrfs_page_exists_in_range() | Filipe Manana | 2014-06-09 | 1 | -0/+1 |
| * | | Btrfs: make sure we retry if page is a retriable exception | Filipe Manana | 2014-06-09 | 1 | -1/+3 |
| * | | Btrfs: make sure we retry if we couldn't get the page | Filipe Manana | 2014-06-09 | 1 | -1/+3 |
| * | | Btrfs: async delayed refs | Chris Mason | 2014-06-09 | 1 | -0/+1 |
| * | | Btrfs: split up __extent_writepage to lower stack usage | Chris Mason | 2014-06-09 | 1 | -1/+1 |
| * | | btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking | Alex Gartrell | 2014-06-09 | 1 | -4/+68 |
| * | | btrfs: remove stale newlines from log messages | David Sterba | 2014-06-09 | 1 | -2/+2 |
| * | | Btrfs: use helpers for last_trans_log_full_commit instead of opencode | Miao Xie | 2014-06-09 | 1 | -1/+1 |
| * | | Btrfs: use bitfield instead of integer data type for the some variants in btr... | Miao Xie | 2014-06-09 | 1 | -11/+18 |
| * | | btrfs: remove redundant null check in btrfs_dentry_release() | Daeseok Youn | 2014-06-09 | 1 | -2/+1 |
| * | | Btrfs: implement inode_operations callback tmpfile | Filipe Manana | 2014-06-09 | 1 | -20/+98 |
| * | | btrfs: fix inline compressed read err corruption | Zach Brown | 2014-06-09 | 1 | -10/+5 |
| |/ |
|
* | | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-04-11 | 1 | -4/+32 |
|\ |
|
| * | Btrfs: fix unlock in __start_delalloc_inodes() | Wang Shilong | 2014-04-07 | 1 | -2/+3 |
| * | Btrfs: don't compress for a small write | Wang Shilong | 2014-04-07 | 1 | -0/+8 |
| * | Btrfs: fix snapshot vs nocow writting | Wang Shilong | 2014-04-07 | 1 | -2/+21 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-04-04 | 1 | -46/+75 |
|\ \
| |/ |
|
| * | Btrfs: fix possible empty list access when flushing the delalloc inodes | Miao Xie | 2014-03-10 | 1 | -0/+4 |
| * | Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock | Miao Xie | 2014-03-10 | 1 | -15/+19 |
| * | Btrfs: just do dirty page flush for the inode with compression before direct IO | Miao Xie | 2014-03-10 | 1 | -7/+7 |
| * | btrfs: Cleanup the "_struct" suffix in btrfs_workequeue | Qu Wenruo | 2014-03-10 | 1 | -9/+9 |
| * | btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue. | Qu Wenruo | 2014-03-10 | 1 | -4/+4 |
| * | btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue. | Qu Wenruo | 2014-03-10 | 1 | -11/+9 |
| * | btrfs: Replace fs_info->flush_workers with btrfs_workqueue. | Qu Wenruo | 2014-03-10 | 1 | -4/+4 |
| * | btrfs: Replace fs_info->delalloc_workers with btrfs_workqueue | Qu Wenruo | 2014-03-10 | 1 | -10/+8 |
| * | Btrfs: fix preallocate vs double nocow write | Miao Xie | 2014-03-10 | 1 | -1/+15 |
| * | Btrfs: avoid warning bomb of btrfs_invalidate_inodes | Liu Bo | 2014-03-10 | 1 | -1/+2 |
| * | Btrfs: skip readonly root for snapshot-aware defragment | Wang Shilong | 2014-03-10 | 1 | -0/+5 |
| * | Btrfs: unlock extent and pages on error in cow_file_range | Josef Bacik | 2014-03-10 | 1 | -1/+2 |
| * | Btrfs: balance delayed inode updates | Josef Bacik | 2014-03-10 | 1 | -0/+4 |
* | | mm + fs: store shadow entries in page cache | Johannes Weiner | 2014-04-03 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-02-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol | Josef Bacik | 2014-02-14 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-02-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Btrfs: disable snapshot aware defrag for now | Josef Bacik | 2014-02-03 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-01-30 | 1 | -124/+322 |
|\ \
| |/ |
|
| * | Btrfs: setup inode location during btrfs_init_inode_locked | Chris Mason | 2014-01-29 | 1 | -9/+9 |
| * | Btrfs: don't use ram_bytes for uncompressed inline items | Chris Mason | 2014-01-29 | 1 | -4/+11 |
| * | btrfs: fix warning while merging two adjacent extents | Gui Hecheng | 2014-01-29 | 1 | -1/+1 |
| * | Btrfs: fix transaction abortion when remounting btrfs from RW to RO | Wang Shilong | 2014-01-28 | 1 | -2/+2 |