summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-06xfs: remove unused debug counts for xfs_lock_inodesChristoph Hellwig1-21/+0
2017-11-06xfs: mark xfs_errortag_ktype staticChristoph Hellwig1-1/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig5-6/+6
2017-11-06xfs: always define STATIC to static noinlineChristoph Hellwig2-13/+2
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig2-18/+12
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig3-7/+7
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig3-35/+23
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig4-40/+26
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig13-1259/+1093
2017-11-06xfs: allow unaligned extent records in xfs_bmbt_disk_set_allChristoph Hellwig1-4/+4
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig3-198/+13
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig3-20/+18
2017-11-06xfs: iterate backwards in xfs_reflink_cancel_cow_blocksChristoph Hellwig1-4/+12
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig13-337/+407
2017-11-06xfs: iterate over extents in xfs_bmap_extents_to_btreeChristoph Hellwig1-12/+8
2017-11-06xfs: iterate over extents in xfs_iextents_copyChristoph Hellwig1-40/+13
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig3-10/+9
2017-11-06xfs: treat idx as a cursor in xfs_bmap_collapse_extentsChristoph Hellwig1-11/+6
2017-11-06xfs: treat idx as a cursor in xfs_bmap_del_extent_*Christoph Hellwig1-3/+3
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-17/+18
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig1-5/+5
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delayChristoph Hellwig1-4/+5
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_realChristoph Hellwig1-11/+16
2017-11-06xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_realChristoph Hellwig1-1/+1
2017-11-06xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_realChristoph Hellwig1-4/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller487-8/+512
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong1-1/+1
2017-11-03xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan1-16/+20
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig3-4/+4
2017-11-03regset: Add support for dynamically sized regsetsDave Martin1-5/+5
2017-11-03fs/hugetlbfs/inode.c: fix hwpoison reserve accountingMike Kravetz1-1/+4
2017-11-03ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2017-11-03mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying1-1/+5
2017-11-03cifs: move to generic async completionGilad Ben-Yossef1-26/+4
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef4-82/+13
2017-11-02fs/ncpfs: Convert timers to use timer_setup()Kees Cook3-7/+5
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds485-0/+485
2017-11-02jfs: Add missing NULL pointer check in __get_metapageJuerg Haefliger1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman485-0/+485
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-11-01xfs: convert remaining xfs_sb_version_... checks to boolDave Chinner1-2/+2
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong4-24/+238
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong17-83/+121
2017-11-01xfs: remove inode log format typedefDarrick J. Wong3-8/+8
2017-11-01btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gu JinXiang1-1/+1
2017-11-01Btrfs: heuristic: add Shannon entropy calculationTimofey Titovets1-1/+84
2017-11-01Btrfs: heuristic: add byte core set calculationTimofey Titovets1-0/+65
2017-11-01Btrfs: heuristic: add byte set calculationTimofey Titovets1-0/+45
2017-11-01Btrfs: heuristic: add detection of repeated data patternsTimofey Titovets1-1/+14
2017-11-01Btrfs: heuristic: implement sampling logicTimofey Titovets1-9/+62