Age | Commit message (Expand) | Author |
2016-02-26 | Merge branch 'foreign/josef/space-updates' into for-chris-4.6 | David Sterba |
2016-02-26 | Merge branch 'foreign/zhaolei/reada' into for-chris-4.6 | David Sterba |
2016-02-26 | Merge branch 'foreign/qu/norecovery-v7' into for-chris-4.6 | David Sterba |
2016-02-26 | Merge branch 'dev/rename-keys' into for-chris-4.6 | David Sterba |
2016-02-26 | Merge branch 'dev/gfp-flags' into for-chris-4.6 | David Sterba |
2016-02-26 | Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6 | David Sterba |
2016-02-18 | Btrfs: check reserved when deciding to background flush | Josef Bacik |
2016-02-18 | Btrfs: add transaction space reservation tracepoints | Josef Bacik |
2016-02-18 | Btrfs: fix truncate_space_check | Josef Bacik |
2016-02-18 | Btrfs: change how we update the global block rsv | Josef Bacik |
2016-02-18 | btrfs: reada: ignore creating reada_extent for a non-existent device | Zhao Lei |
2016-02-18 | btrfs: reada: avoid undone reada extents in btrfs_reada_wait | Zhao Lei |
2016-02-18 | btrfs: reada: limit max works count | Zhao Lei |
2016-02-18 | btrfs: reada: simplify dev->reada_in_flight processing | Zhao Lei |
2016-02-18 | btrfs: reada: Fix a debug code typo | Zhao Lei |
2016-02-18 | btrfs: reada: Jump into cleanup in direct way for __readahead_hook() | Zhao Lei |
2016-02-18 | btrfs: reada: Use fs_info instead of root in __readahead_hook's argument | Zhao Lei |
2016-02-18 | btrfs: reada: Pass reada_extent into __readahead_hook directly | Zhao Lei |
2016-02-18 | btrfs: reada: move reada_extent_put to place after __readahead_hook() | Zhao Lei |
2016-02-18 | btrfs: reada: Remove level argument in severial functions | Zhao Lei |
2016-02-18 | btrfs: reada: bypass adding extent when all zone failed | Zhao Lei |
2016-02-18 | btrfs: reada: add all reachable mirrors into reada device list | Zhao Lei |
2016-02-18 | btrfs: reada: Move is_need_to_readahead contition earlier | Zhao Lei |
2016-02-16 | btrfs: reada: Avoid many times of empty loop | Zhao Lei |
2016-02-16 | btrfs: reada: Add missed segment checking in reada_find_zone | Zhao Lei |
2016-02-16 | btrfs: reada: reduce additional fs_info->reada_lock in reada_find_zone | Zhao Lei |
2016-02-16 | btrfs: reada: Fix in-segment calculation for reada | Zhao Lei |
2016-02-12 | btrfs: Introduce new mount option alias for nologreplay | Qu Wenruo |
2016-02-12 | btrfs: Introduce new mount option to disable tree log replay | Qu Wenruo |
2016-02-12 | btrfs: Introduce new mount option usebackuproot to replace recovery | Qu Wenruo |
2016-02-11 | btrfs: teach print_leaf about temporary item subtypes | David Sterba |
2016-02-11 | btrfs: teach print_leaf about permanent item subtypes | David Sterba |
2016-02-11 | btrfs: switch dev stats item to the permanent item key | David Sterba |
2016-02-11 | btrfs: introduce key type for persistent permanent items | David Sterba |
2016-02-11 | btrfs: switch balance item to the temporary item key | David Sterba |
2016-02-11 | btrfs: introduce key type for persistent temporary items | David Sterba |
2016-02-11 | btrfs: switch to kcalloc in btrfs_cmp_data_prepare | David Sterba |
2016-02-11 | btrfs: extent same: use GFP_KERNEL for page array allocations | David Sterba |
2016-02-11 | btrfs: device add and remove: use GFP_KERNEL | David Sterba |
2016-02-11 | btrfs: readdir: use GFP_KERNEL | David Sterba |
2016-02-11 | btrfs: fallocate: use GFP_KERNEL | David Sterba |
2016-02-11 | btrfs: let callers of btrfs_alloc_root pass gfp flags | David Sterba |
2016-02-11 | btrfs: scrub: use GFP_KERNEL on the submission path | David Sterba |
2016-02-11 | btrfs: reada: use GFP_KERNEL everywhere | David Sterba |
2016-02-11 | btrfs: send: use GFP_KERNEL everywhere | David Sterba |
2016-02-01 | Btrfs: btrfs_ioctl_clone: Truncate complete page after performing clone opera... | Chandan Rajendra |
2016-02-01 | Btrfs: Clean pte corresponding to page straddling i_size | Chandan Rajendra |
2016-02-01 | Btrfs: Fix block size returned to user space | Chandan Rajendra |
2016-02-01 | Btrfs: Limit inline extents to root->sectorsize | Chandan Rajendra |
2016-02-01 | Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector length | Chandan Rajendra |