summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Btrfs: refactor caching_thread()Omar Sandoval2015-12-172-26/+36
| | | * | Btrfs: add helpers for read-only compat bitsOmar Sandoval2015-12-171-0/+82
| | | * | Btrfs: add extent buffer bitmap sanity testsOmar Sandoval2015-12-173-16/+160
| | | * | Btrfs: add extent buffer bitmap operationsOmar Sandoval2015-12-172-0/+155
| * | | | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-235-56/+151
| |\ \ \ \
| | * | | | Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groupsFilipe Manana2015-12-211-2/+17
| | * | | | Btrfs: fix locking bugs when defragging leavesFilipe Manana2015-12-181-3/+24
| | * | | | Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana2015-12-171-5/+38
| | * | | | Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana2015-12-171-17/+13Star
| | * | | | Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana2015-12-171-27/+27
| | * | | | Btrfs: fix memory leaks after transaction is abortedFilipe Manana2015-12-171-0/+17
| | * | | | Btrfs: fix race when finishing dev replace leading to transaction abortFilipe Manana2015-12-171-2/+15
| * | | | | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-238-136/+116Star
| |\ \ \ \ \
| | * | | | | btrfs: make lock_extent static inlineDavid Sterba2015-12-032-6/+6
| | * | | | | btrfs: drop unused parameter from lock_extent_bitsDavid Sterba2015-12-038-27/+27
| | * | | | | btrfs: make clear_extent_bit helpers static inlineDavid Sterba2015-12-032-48/+38Star
| | * | | | | btrfs: make set_extent_bit helpers static inlineDavid Sterba2015-12-032-56/+46Star
| * | | | | | Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-234-10/+10
| |\ \ \ \ \ \
| | * | | | | | btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba2015-12-032-3/+3
| | * | | | | | btrfs: use GFP_KERNEL for allocations of workqueuesDavid Sterba2015-12-031-2/+2
| | * | | | | | btrfs: use GFP_KERNEL for allocations in ioctl handlersDavid Sterba2015-12-031-5/+5
| | |/ / / / /
| * | | | | | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2015-12-239-47/+26Star
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | btrfs: make set_range_writeback return voidDavid Sterba2015-12-071-2/+1Star
| | * | | | | btrfs: make extent_range_redirty_for_io return voidDavid Sterba2015-12-072-3/+2Star
| | * | | | | btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba2015-12-072-3/+2Star
| | * | | | | btrfs: make end_extent_writepage return voidDavid Sterba2015-12-072-6/+3Star
| | * | | | | btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba2015-12-072-4/+3Star
| | * | | | | btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba2015-12-072-3/+2Star
| | * | | | | btrfs: make set_extent_buffer_uptodate return voidDavid Sterba2015-12-072-3/+2Star
| | * | | | | btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba2015-12-074-9/+3Star
| | * | | | | btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba2015-12-032-9/+3Star
| | * | | | | btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba2015-12-032-4/+4
| | * | | | | btrfs: make btrfs_close_one_device staticDavid Sterba2015-12-032-2/+2
| | |/ / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-181-0/+2
|\ \ \ \ \ \
| * | | | | | gfs2: Invalid security labels of inodes when they go invalidAndreas Gruenbacher2015-12-241-0/+2
| | |/ / / / | |/| | | |
* | | | | | fs/stat.c: drop the last new_valid_dev checkYaowei Bai2016-01-161-1/+1
* | | | | | mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz2016-01-161-69/+75
* | | | | | fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz2016-01-161-8/+11
* | | | | | mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov2016-01-161-1/+1
* | | | | | cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...Tejun Heo2016-01-161-2/+0Star
* | | | | | dax: re-enable dax pmd mappingsDan Williams2016-01-162-7/+4Star
* | | | | | dax: provide diagnostics for pmd mapping failuresDan Williams2016-01-161-8/+57
* | | | | | mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-161-1/+1
* | | | | | mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-161-1/+1
* | | | | | mm, dax, pmem: introduce pfn_tDan Williams2016-01-161-4/+7
* | | | | | dax: Split pmd map when fallback on COWToshi Kani2016-01-161-1/+3
* | | | | | dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams2016-01-162-86/+135
* | | | | | dax: guarantee page aligned results from bdev_direct_access()Dan Williams2016-01-162-1/+2
* | | | | | dax: increase granularity of dax_clear_blocks() operationsDan Williams2016-01-161-14/+8Star
* | | | | | pmem, dax: clean up clear_pmem()Dan Williams2016-01-161-3/+1Star