Age | Commit message (Expand) | Author | Files | Lines |
2018-11-02 | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 3 | -30/+31 |
2018-10-30 | Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -67/+110 |
2018-10-30 | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong | 2 | -8/+11 |
2018-10-30 | vfs: combine the clone and dedupe into a single remap_file_range | Darrick J. Wong | 3 | -29/+27 |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2 | -11/+7 |
2018-10-25 | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -9/+3 |
2018-10-22 | Btrfs: fix use-after-free when dumping free space | Filipe Manana | 1 | -0/+2 |
2018-10-21 | btrfs: Convert page cache to XArray | Matthew Wilcox | 2 | -8/+4 |
2018-10-21 | pagevec: Use xa_mark_t | Matthew Wilcox | 1 | -2/+2 |
2018-10-19 | Btrfs: fix use-after-free during inode eviction | Filipe Manana | 1 | -1/+3 |
2018-10-19 | btrfs: move the dio_sem higher up the callchain | Josef Bacik | 2 | -2/+12 |
2018-10-19 | btrfs: don't run delayed_iputs in commit | Josef Bacik | 1 | -9/+0 |
2018-10-19 | btrfs: fix insert_reserved error handling | Josef Bacik | 1 | -8/+4 |
2018-10-19 | btrfs: only free reserved extent if we didn't insert it | Josef Bacik | 1 | -1/+9 |
2018-10-19 | btrfs: don't use ctl->free_space for max_extent_size | Josef Bacik | 1 | -2/+5 |
2018-10-19 | btrfs: set max_extent_size properly | Josef Bacik | 1 | -10/+20 |
2018-10-19 | btrfs: reset max_extent_size properly | Josef Bacik | 1 | -0/+2 |
2018-10-17 | btrfs: delayed-ref: extract find_first_ref_head from find_ref_head | Lu Fengqi | 1 | -23/+27 |
2018-10-17 | Btrfs: fix deadlock when writing out free space caches | Filipe Manana | 2 | -10/+23 |
2018-10-17 | Btrfs: fix assertion on fsync of regular file when using no-holes feature | Filipe Manana | 1 | -1/+2 |
2018-10-17 | Btrfs: fix null pointer dereference on compressed write path error | Filipe Manana | 1 | -0/+1 |
2018-10-15 | btrfs: switch return_bigger to bool in find_ref_head | Lu Fengqi | 1 | -5/+6 |
2018-10-15 | btrfs: remove fs_info from btrfs_should_throttle_delayed_refs | Lu Fengqi | 4 | -9/+6 |
2018-10-15 | btrfs: remove fs_info from btrfs_check_space_for_delayed_refs | Lu Fengqi | 4 | -7/+6 |
2018-10-15 | btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lock | Lu Fengqi | 3 | -6/+3 |
2018-10-15 | btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_head | Lu Fengqi | 3 | -8/+5 |
2018-10-15 | btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branch | Lu Fengqi | 1 | -6/+7 |
2018-10-15 | btrfs: relocation: Remove redundant tree level check | Qu Wenruo | 1 | -1/+0 |
2018-10-15 | btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safe | Qu Wenruo | 1 | -15/+8 |
2018-10-15 | btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled | Qu Wenruo | 2 | -0/+6 |
2018-10-15 | Btrfs: fix wrong dentries after fsync of file that got its parent replaced | Filipe Manana | 1 | -3/+27 |
2018-10-15 | Btrfs: fix warning when replaying log after fsync of a tmpfile | Filipe Manana | 1 | -10/+32 |
2018-10-15 | btrfs: drop min_size from evict_refill_and_join | Josef Bacik | 1 | -10/+6 |
2018-10-15 | btrfs: assert on non-empty delayed iputs | Josef Bacik | 1 | -0/+1 |
2018-10-15 | btrfs: make sure we create all new block groups | Josef Bacik | 1 | -2/+5 |
2018-10-15 | btrfs: reset max_extent_size on clear in a bitmap | Josef Bacik | 1 | -0/+2 |
2018-10-15 | btrfs: protect space cache inode alloc with GFP_NOFS | Josef Bacik | 1 | -0/+8 |
2018-10-15 | btrfs: release metadata before running delayed refs | Josef Bacik | 1 | -3/+3 |
2018-10-15 | Btrfs: kill btrfs_clear_path_blocking | Liu Bo | 3 | -58/+4 |
2018-10-15 | btrfs: dev-replace: remove pointless assert in write unlock | David Sterba | 1 | -1/+0 |
2018-10-15 | btrfs: dev-replace: move replace members out of fs_info | David Sterba | 3 | -15/+16 |
2018-10-15 | btrfs: dev-replace: avoid useless lock on error handling path | David Sterba | 1 | -1/+6 |
2018-10-15 | btrfs: open code btrfs_after_dev_replace_commit | David Sterba | 3 | -10/+4 |
2018-10-15 | btrfs: open code btrfs_dev_replace_stats_inc | David Sterba | 2 | -12/+4 |
2018-10-15 | btrfs: open code btrfs_dev_replace_clear_lock_blocking | David Sterba | 3 | -15/+5 |
2018-10-15 | btrfs: remove btrfs_dev_replace::read_locks | David Sterba | 3 | -7/+0 |
2018-10-15 | btrfs: tree-checker: Check level for leaves and nodes | Qu Wenruo | 1 | -0/+14 |
2018-10-15 | btrfs: qgroup: Only trace data extents in leaves if we're relocating data blo... | Qu Wenruo | 3 | -11/+21 |
2018-10-15 | btrfs: qgroup: Don't trace subtree if we're dropping reloc tree | Qu Wenruo | 1 | -1/+7 |
2018-10-15 | btrfs: qgroup: Use generation-aware subtree swap to mark dirty extents | Qu Wenruo | 3 | -8/+112 |