summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | GFS2: Take inode off order_write list when setting jdata flagBob Peterson2017-10-311-1/+3
| * | | | | | | | GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALLBob Peterson2017-10-311-2/+3
| * | | | | | | | gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher2017-10-313-3/+54
| * | | | | | | | GFS2: Switch fiemap implementation to use iomapBob Peterson2017-10-312-25/+10Star
| * | | | | | | | GFS2: Implement iomap for block_mapBob Peterson2017-10-313-68/+274
| * | | | | | | | GFS2: Make height info part of metapathBob Peterson2017-10-311-47/+62
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Andreas Gruenbacher2017-10-16163-698/+1878
| |\ \ \ \ \ \ \ \
| * | | | | | | | | gfs2: Always update inode ctime in set_aclAndreas Gruenbacher2017-09-251-0/+1
| * | | | | | | | | gfs2: Support negative atimesAndreas Gruenbacher2017-09-251-1/+2
| * | | | | | | | | gfs2: Update ctime in setflags ioctlAndreas Gruenbacher2017-09-251-0/+1
| * | | | | | | | | gfs2: Clarify gfs2_block_mapAndreas Gruenbacher2017-09-251-4/+10
* | | | | | | | | | Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2017-11-142-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | jfs: Add missing NULL pointer check in __get_metapageJuerg Haefliger2017-11-021-0/+2
| * | | | | | | | | | jfs: remove increment of i_version counterJeff Layton2017-10-301-1/+0Star
* | | | | | | | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-11-1448-1547/+3315
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gu JinXiang2017-11-011-1/+1
| * | | | | | | | | | | Btrfs: heuristic: add Shannon entropy calculationTimofey Titovets2017-11-011-1/+84
| * | | | | | | | | | | Btrfs: heuristic: add byte core set calculationTimofey Titovets2017-11-011-0/+65
| * | | | | | | | | | | Btrfs: heuristic: add byte set calculationTimofey Titovets2017-11-011-0/+45
| * | | | | | | | | | | Btrfs: heuristic: add detection of repeated data patternsTimofey Titovets2017-11-011-1/+14
| * | | | | | | | | | | Btrfs: heuristic: implement sampling logicTimofey Titovets2017-11-011-9/+62
| * | | | | | | | | | | Btrfs: heuristic: add bucket and sample counters and other definesTimofey Titovets2017-11-011-1/+52
| * | | | | | | | | | | Btrfs: compression: separate heuristic/compression workspacesTimofey Titovets2017-11-011-18/+121
| * | | | | | | | | | | btrfs: move btrfs_truncate_block out of trans handleJosef Bacik2017-11-011-75/+45Star
| * | | | | | | | | | | btrfs: don't call btrfs_start_delalloc_roots in flushoncommitJosef Bacik2017-11-011-1/+10
| * | | | | | | | | | | btrfs: track refs in a rb_tree instead of a listJosef Bacik2017-11-015-67/+82
| * | | | | | | | | | | btrfs: add a comp_refs() helperJosef Bacik2017-11-011-24/+30
| * | | | | | | | | | | btrfs: switch args for comp_*_refsJosef Bacik2017-11-011-4/+4
| * | | | | | | | | | | btrfs: make the delalloc block rsv per inodeJosef Bacik2017-11-016-292/+141Star
| * | | | | | | | | | | btrfs: add tracepoints for outstanding extents modsJosef Bacik2017-11-011-0/+2
| * | | | | | | | | | | Btrfs: rework outstanding_extentsJosef Bacik2017-11-0110-156/+185
| * | | | | | | | | | | btrfs: increase output size for LOGICAL_INO_V2 ioctlZygo Blaxell2017-11-011-1/+2
| * | | | | | | | | | | btrfs: add a flags argument to LOGICAL_INO and call it LOGICAL_INO_V2Zygo Blaxell2017-11-011-3/+23
| * | | | | | | | | | | btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell2017-11-018-48/+73
| * | | | | | | | | | | btrfs: send: remove unused codeNikolay Borisov2017-11-011-6/+0Star
| * | | | | | | | | | | btrfs: remove BUG_ON in btrfs_rm_dev_replace_free_srcdev()Anand Jain2017-11-011-7/+8
| * | | | | | | | | | | btrfs: allow setting zlib compression level via :9Adam Borowski2017-11-012-3/+4
| * | | | | | | | | | | btrfs: allow to set compression level for zlibDavid Sterba2017-11-018-6/+59
| * | | | | | | | | | | btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov2017-10-304-4/+4
| * | | | | | | | | | | btrfs: Use bd_dev to generate index when dev_state_hashtable add items.Gu JinXiang2017-10-301-1/+1
| * | | | | | | | | | | btrfs: fix false EIO for missing deviceAnand Jain2017-10-301-1/+4
| * | | | | | | | | | | btrfs: use need_full_stripe() in __btrfs_map_block()Anand Jain2017-10-301-10/+6Star
| * | | | | | | | | | | btrfs: cleanup extent locking sequenceGoldwyn Rodrigues2017-10-301-9/+7Star
| * | | | | | | | | | | btrfs: use BLK_STS defines where neededAnand Jain2017-10-303-3/+4
| * | | | | | | | | | | btrfs: add assertions for releasing trans handle reservationsJosef Bacik2017-10-301-1/+4
| * | | | | | | | | | | btrfs: remove type argument from comp_tree_refsJosef Bacik2017-10-301-6/+4Star
| * | | | | | | | | | | btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-305-167/+114Star
| * | | | | | | | | | | btrfs: move all ref head cleanup to the helper functionJosef Bacik2017-10-301-81/+64Star
| * | | | | | | | | | | btrfs: move ref_mod modification into the if (ref) logicJosef Bacik2017-10-301-4/+2Star
| * | | | | | | | | | | btrfs: breakout empty head cleanup to a helperJosef Bacik2017-10-301-34/+45