summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-01-16Merge 4.4.171 into android-4.4Greg Kroah-Hartman
2019-01-16ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o
2019-01-16cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2019-01-16CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky
2019-01-16btrfs: tree-checker: Fix misleading group system informationShaokun Zhang
2019-01-16btrfs: tree-checker: Check level for leaves and nodesQu Wenruo
2019-01-16btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo
2019-01-16btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo
2019-01-16btrfs: validate type when reading a chunkGu Jinxiang
2019-01-16btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo
2019-01-16btrfs: tree-checker: Verify block_group_itemQu Wenruo
2019-01-16btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba
2019-01-16btrfs: tree-checker: use %zu format string for size_tArnd Bergmann
2019-01-16btrfs: tree-checker: Add checker for dir itemQu Wenruo
2019-01-16btrfs: tree-checker: Fix false panic for sanity testQu Wenruo
2019-01-16btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo
2019-01-16btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo
2019-01-16btrfs: Add checker for EXTENT_CSUMQu Wenruo
2019-01-16btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo
2019-01-16btrfs: Check if item pointer overlaps with the item itselfQu Wenruo
2019-01-16btrfs: Refactor check_leaf function for later expansionQu Wenruo
2019-01-16btrfs: struct-funcs, constify readersJeff Mahoney
2019-01-16Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana
2019-01-16Btrfs: memset to avoid stale content in btree leafLiu Bo
2019-01-16Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo
2019-01-16Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo
2019-01-16Btrfs: memset to avoid stale content in btree node blockLiu Bo
2019-01-16Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo
2019-01-16Btrfs: check btree node's nritemsLiu Bo
2019-01-16Btrfs: detect corruption when non-root leaf has zero itemLiu Bo
2019-01-16Btrfs: fix em leak in find_first_block_groupJosef Bacik
2019-01-16Btrfs: check inconsistence between chunk and block groupLiu Bo
2019-01-16Btrfs: add validadtion checks for chunk loadingLiu Bo
2019-01-16btrfs: Enhance chunk validation checkQu Wenruo
2019-01-16btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2019-01-14ANDROID: f2fs: Complement "android_fs" tracepoint of read pathPeng Zhou
2019-01-13Merge 4.4.170 into android-4.4Greg Kroah-Hartman
2019-01-13ceph: don't update importing cap's mseq when handing cap exportYan, Zheng
2019-01-13gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher
2019-01-13dlm: memory leaks on error path in dlm_user_request()Vasily Averin
2019-01-13dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin
2019-01-13dlm: possible memory leak on error path in create_lkb()Vasily Averin
2019-01-13dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin
2019-01-13CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin
2019-01-13ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-01-13ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)
2019-01-13ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi
2019-01-13ext4: fix possible use after free in ext4_quota_enablePan Bian
2019-01-10Merge upstream-f2fs-stable-linux-4.4.y into android-4.4Jaegeuk Kim
2019-01-04f2fs: don't access node/meta inode mapping after iputJaegeuk Kim