summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Btrfs: separate DISCARD from __btrfs_map_blockLiu Bo2017-04-181-114/+175
| * | Btrfs: create a helper for getting chunk mapLiu Bo2017-04-183-111/+57Star
| * | Btrfs: add file item tracepointsLiu Bo2017-04-181-0/+15
| * | btrfs: convert btrfs_raid_bio.refs from atomic_t to refcount_tElena Reshetova2017-04-181-10/+9Star
| * | btrfs: convert scrub_ctx.refs from atomic_t to refcount_tElena Reshetova2017-04-181-5/+5
| * | btrfs: convert scrub_parity.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
| * | btrfs: convert scrub_block.refs from atomic_t to refcount_tElena Reshetova2017-04-181-5/+5
| * | btrfs: convert scrub_recover.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+4
| * | btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_tElena Reshetova2017-04-181-9/+9
| * | btrfs: convert extent_state.refs from atomic_t to refcount_tElena Reshetova2017-04-182-8/+9
| * | btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova2017-04-183-4/+4
| * | btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_tElena Reshetova2017-04-182-10/+10
| * | btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_tElena Reshetova2017-04-182-16/+16
| * | btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova2017-04-185-12/+14
| * | btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova2017-04-182-7/+8
| * | btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2017-04-182-10/+10
| * | btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova2017-04-185-10/+11
| * | btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova2017-04-185-14/+16
| * | btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova2017-04-182-5/+5
| * | Btrfs: remove ASSERT in btrfs_truncate_inode_itemsLiu Bo2017-04-181-7/+0Star
| * | btrfs: fix a bogus warning when converting only data or metadataAdam Borowski2017-04-181-3/+9
* | | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-091-2/+1Star
* | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-093-30/+15Star
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-013-30/+14Star
|\ \ \
| * | | btrfs: Convert to separately allocated bdiJan Kara2017-04-203-30/+14Star
* | | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-281-4/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | btrfs: qgroup: move noisy underflow warning to debugging buildDavid Sterba2017-04-191-4/+7
| | |/ | |/|
* | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-153-13/+14
|\| |
| * | Btrfs: fix potential use-after-free for cloned bioLiu Bo2017-04-111-1/+1
| * | Btrfs: fix segmentation fault when doing dio readLiu Bo2017-04-111-2/+6
| * | Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo2017-04-111-10/+4Star
| * | btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski2017-04-111-0/+3
* | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-016-29/+44
|\| | | |/ |/|
| * Btrfs: fix an integer overflow checkDan Carpenter2017-03-291-1/+6
| * btrfs: Change qgroup_meta_rsv to 64bitGoldwyn Rodrigues2017-03-293-7/+7
| * Btrfs: bring back repair during readLiu Bo2017-03-292-21/+31
* | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-232-1/+16
|\|
| * btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-03-171-0/+14
| * Btrfs: fix regression in lock_delalloc_pagesLiu Bo2017-03-171-1/+2
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+3
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-3/+3
* | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-033-0/+3
|\ \ \ | |/ / |/| |
| * | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-022-0/+2
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-0332-656/+861
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2017-02-2831-626/+673
| |\
| | * btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba2017-02-284-3/+10
| | * btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba2017-02-281-4/+3Star
| | * btrfs: document existence of extent_io ops callbacksDavid Sterba2017-02-283-11/+26
| | * btrfs: let writepage_end_io_hook return voidDavid Sterba2017-02-283-11/+6Star