summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-05autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds2-3/+3
2018-07-03userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte accessJanosch Frank1-5/+7
2018-07-03iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher1-0/+6
2018-07-03iomap: support direct I/O to inline dataAndreas Gruenbacher1-0/+29
2018-07-03iomap: refactor iomap_dio_actorChristoph Hellwig1-36/+52
2018-07-02ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-01Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+15
2018-07-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+10
2018-06-29Merge tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds6-217/+32
2018-06-28Btrfs: fix mount failure when qgroup rescan is in progressFilipe Manana1-3/+10
2018-06-28Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason1-1/+2
2018-06-28btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo1-1/+3
2018-06-27proc: add proc_seq_releaseChunyu Hu1-1/+10
2018-06-27Merge tag 'xfs-4.18-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds12-130/+205
2018-06-26ceph: fix dentry leak in splice_dentry()Yan, Zheng1-0/+1
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-7/+12
2018-06-24xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong1-4/+27
2018-06-24xfs: ensure post-EOF zeroing happens after zeroing part of a fileDarrick J. Wong1-1/+16
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong1-2/+2
2018-06-24xfs: fix uninitialized field in rtbitmap fsmap backendDarrick J. Wong1-2/+2
2018-06-24xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong1-1/+14
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong4-0/+34
2018-06-24xfs: don't trip over negative free space in xfs_reserve_blocksDarrick J. Wong1-1/+1
2018-06-24xfs: allow empty transactions while frozenDarrick J. Wong1-1/+6
2018-06-22Btrfs: fix return value on rename exchange failureFilipe Manana1-1/+3
2018-06-22Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds8-34/+25
2018-06-21xfs: xfs_iflush_abort() can be called twice on cluster writeback failureDave Chinner1-36/+21
2018-06-21xfs: More robust inode extent count validationDave Chinner2-29/+50
2018-06-21xfs: simplify xfs_bmap_punch_delalloc_rangeChristoph Hellwig1-53/+32
2018-06-22Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-13/+50
2018-06-21btrfs: fix invalid-free in btrfs_extent_sameLu Fengqi1-5/+5
2018-06-21Btrfs: fix physical offset reported by fiemap for inline extentsFilipe Manana1-1/+4
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig2-9/+112
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara3-9/+7
2018-06-20udf: Provide function for calculating dir entry lengthJan Kara3-15/+10
2018-06-20udf: Detect incorrect directory sizeJan Kara1-0/+3
2018-06-20ext2: add warning when specifying nocheck optionChengguang Xu2-5/+3
2018-06-20quota: Cleanup list iteration in dqcache_shrink_scan()Jan Kara1-5/+2
2018-06-20quota: reclaim least recently used dquotsGreg Thelen1-2/+2
2018-06-20proc: fix missing final NUL in get_mm_cmdline() rewriteLinus Torvalds1-5/+23
2018-06-19iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig1-1/+213
2018-06-19iomap: add a page_done callbackChristoph Hellwig1-0/+3
2018-06-19iomap: generic inline data handlingAndreas Gruenbacher1-7/+55
2018-06-19iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher1-10/+11
2018-06-19iomap: mark newly allocated buffer heads as newAndreas Gruenbacher1-4/+5
2018-06-19fs: factor out a __generic_write_end helperChristoph Hellwig2-32/+37
2018-06-19pNFS/flexfiles: Process writeback resends from nfsiod context as wellTrond Myklebust1-2/+8
2018-06-19pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust1-3/+8
2018-06-19pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust2-0/+21