aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-04gfs2: Stop messing with ip->i_rgd in the rlist codeAndreas Gruenbacher1-6/+22
2018-07-03userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte accessJanosch Frank1-5/+7
2018-07-03fs: Fix attr.c kernel-docMatthew Wilcox1-2/+3
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-02gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher1-213/+0
2018-07-02gfs2: iomap direct I/O supportAndreas Gruenbacher3-110/+136
2018-07-02gfs2: gfs2_extent_length cleanupAndreas Gruenbacher1-16/+8
2018-07-02gfs2: iomap buffered write supportAndreas Gruenbacher4-43/+338
2018-07-02gfs2: Further iomap cleanupsAndreas Gruenbacher2-33/+43
2018-07-02configfs: replace strncpy with memcpyGuenter Roeck1-1/+1
2018-07-01Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus 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-30hpfs: fix an inode leak in lookup, switch to d_splice_alias()Al Viro1-16/+7
2018-06-29Merge tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+1
2018-06-28nfs_instantiate(): prevent multiple aliases for directory inodeAl Viro1-3/+6
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds6-217/+32
2018-06-28xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino1-2/+3
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-27inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson1-1/+8
2018-06-27ext2: use ktime_get_real_seconds for timestampsArnd Bergmann2-4/+5
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann7-41/+28
2018-06-27fanotify: factor out helpers to add/remove markAmir Goldstein1-57/+29
2018-06-27fsnotify: add helper to get mask from connectorAmir Goldstein2-12/+29
2018-06-27fsnotify: let connector point to an abstract objectAmir Goldstein3-24/+26
2018-06-27fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein3-33/+38
2018-06-27fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein2-13/+11
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/kdave/linuxLinus 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-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani1-4/+4
2018-06-23hostfs_lookup: switch to d_splice_alias()Al Viro1-20/+8
2018-06-23kill dentry_update_name_case()Al Viro1-27/+0
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/jack/linux-fsLinus 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