summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-10-23ubifs: Format changes for authentication supportSascha Hauer
2018-10-23ubifs: Store read superblock nodeSascha Hauer
2018-10-23ubifs: Drop write_nodeSascha Hauer
2018-10-23ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer
2018-10-23ubifs: Pass ubifs_zbranch to read_znode()Sascha Hauer
2018-10-23ubifs: Pass ubifs_zbranch to try_read_node()Sascha Hauer
2018-10-23ubifs: Refactor create_default_filesystem()Sascha Hauer
2018-10-22f2fs: fix to keep project quota consistentChao Yu
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-22f2fs: cleanup dirty pages if recover failedSheng Yong
2018-10-22f2fs: fix data corruption issue with hardware encryptionSahitya Tummala
2018-10-22f2fs: fix to recover inode->i_flags of inode block during PORChao Yu
2018-10-22f2fs: spread f2fs_set_inode_flags()Chao Yu
2018-10-22f2fs: fix to spread clear_cold_data()Chao Yu
2018-10-22Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim
2018-10-22f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim
2018-10-22f2fs: fix to account IO correctly for cgroup writebackChao Yu
2018-10-22f2fs: fix to account IO correctlyChao Yu
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-10-22Btrfs: fix use-after-free when dumping free spaceFilipe Manana
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-22pstore/ram: Clarify resource reservation labelsKees Cook
2018-10-22pstore: Refactor compression initializationKees Cook
2018-10-22pstore: Allocate compression during late_initcall()Joel Fernandes (Google)
2018-10-22pstore: Centralize init/exit routinesKees Cook
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques
2018-10-22ceph: support copy_file_range file operationLuis Henriques
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques
2018-10-22libceph: preallocate message data itemsIlya Dryomov
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov
2018-10-22ceph: num_ops is off by one in ceph_aio_retry_work()Ilya Dryomov
2018-10-22ceph: set timeout conditionally in __cap_delay_requeueXuehan Xu
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov
2018-10-22ceph: only allow punch hole mode in fallocateLuis Henriques
2018-10-22ceph: refactor ceph_sync_read()Yan, Zheng
2018-10-22ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng
2018-10-22ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng
2018-10-22Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng
2018-10-22ceph: check snap first in ceph_set_acl()Chengguang Xu
2018-10-22ceph: reset cap hold timeout only for requeued inodeChengguang Xu
2018-10-21page cache: Finish XArray conversionMatthew Wilcox
2018-10-21dax: Convert page fault handlers to XArrayMatthew Wilcox
2018-10-21dax: Convert dax_lock_mapping_entry to XArrayMatthew Wilcox
2018-10-21dax: Convert dax writeback to XArrayMatthew Wilcox
2018-10-21dax: Convert __dax_invalidate_entry to XArrayMatthew Wilcox
2018-10-21dax: Convert dax_layout_busy_page to XArrayMatthew Wilcox
2018-10-21dax: Convert dax_insert_pfn_mkwrite to XArrayMatthew Wilcox
2018-10-21dax: Hash on XArray instead of mappingMatthew Wilcox