summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-0223-182/+174
|\
| * hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2020-04-021-8/+20
| * hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2020-04-021-0/+2
| * mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault pathPeter Xu2020-04-021-8/+28
| * mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu2020-04-021-3/+1
| * userfaultfd: don't retake mmap_sem to emulate NOPAGEPeter Xu2020-04-021-24/+0
| * mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-021-1/+1
| * fs_parse: remove pr_notice() about each validationKees Cook2020-04-021-2/+0
| * ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)2020-04-021-14/+10
| * ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-024-80/+80
| * ocfs2: roll back the reference count modification of the parent directory if ...wangjian2020-04-021-4/+11
| * ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-9/+9
| * ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-4/+4
| * ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
| * ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
| * ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Jules Irenge2020-04-021-0/+2
| * ocfs2: remove useless errAlex Shi2020-04-022-4/+3
| * ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"wangyan2020-04-021-1/+1
| * ocfs2: there is no need to log twice in several functionswangyan2020-04-022-6/+0
| * ocfs2: remove dlm_lock_is_remoteAlex Shi2020-04-021-2/+0
| * ocfs2: use OCFS2_SEC_BITS in macroAlex Shi2020-04-021-1/+1
| * ocfs2: remove unused macrosAlex Shi2020-04-024-8/+0
| * ocfs2: remove FS_OCFS2_NMAlex Shi2020-04-021-2/+0
* | Merge tag 'xfs-5.7-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-04-02102-2186/+3313
|\ \
| * | xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong2020-03-263-0/+23
| * | xfs: shutdown on failure to add page to log bioBrian Foster2020-03-261-3/+9
| * | xfs: directory bestfree check should release buffersDarrick J. Wong2020-03-261-4/+6
| * | xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong2020-03-261-17/+25
| * | xfs: preserve default grace interval during quotacheckDarrick J. Wong2020-03-261-6/+14
| * | xfs: remove xlog_state_want_syncChristoph Hellwig2020-03-231-32/+18
| * | xfs: move the ioerror check out of xlog_state_clean_iclogChristoph Hellwig2020-03-231-4/+5
| * | xfs: refactor xlog_state_clean_iclogChristoph Hellwig2020-03-231-92/+88
| * | xfs: remove the aborted parameter to xlog_state_done_syncingChristoph Hellwig2020-03-233-39/+23
| * | xfs: simplify log shutdown checking in xfs_log_release_iclogChristoph Hellwig2020-03-231-14/+6
| * | xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig2020-03-233-9/+6
| * | xfs: factor out a xlog_wait_on_iclog helperChristoph Hellwig2020-03-231-45/+31
| * | xfs: merge xlog_cil_push into xlog_cil_push_workChristoph Hellwig2020-03-231-28/+18
| * | xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-199-44/+24
| * | xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig2020-03-191-2/+1
| * | xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig2020-03-191-10/+3
| * | xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-1911-37/+27
| * | xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-197-21/+25
| * | xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster2020-03-182-6/+22
| * | xfs: factor out quotaoff intent AIL removal and memory freeBrian Foster2020-03-182-9/+21
| * | xfs: add support for rmap btree staging cursorsDarrick J. Wong2020-03-182-10/+62
| * | xfs: add support for refcount btree staging cursorsDarrick J. Wong2020-03-182-10/+66
| * | xfs: add support for inode btree staging cursorsDarrick J. Wong2020-03-182-12/+76
| * | xfs: add support for free space btree staging cursorsDarrick J. Wong2020-03-182-16/+84
| * | xfs: support bulk loading of staged btreesDarrick J. Wong2020-03-186-7/+793
| * | xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong2020-03-185-2/+160