aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-07-26xfs: kill IHOLDDarrick J. Wong1-7/+0
2018-07-26xfs: bypass final dfops roll in trans commit pathBrian Foster3-14/+27
2018-07-26xfs: drop unnecessary xfs_defer_finish() dfops parameterBrian Foster11-38/+46
2018-07-26xfs: remove unnecessary dfops init calls in xattr codeBrian Foster2-11/+0
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster13-232/+44
2018-07-26xfs: use internal dfops during [b|c]ui recoveryBrian Foster3-27/+30
2018-07-26xfs: use internal dfops in attr codeBrian Foster1-11/+5
2018-07-26xfs: use internal dfops in cow blocks cancelBrian Foster1-4/+2
2018-07-26xfs: support embedded dfops in transactionBrian Foster4-19/+66
2018-07-26xfs: pack holes in xfs_defer_ops and xfs_transBrian Foster2-2/+3
2018-07-26xfs: reset dfops to initial state after finishBrian Foster1-2/+18
2018-07-26xfs: remove unused deferred ops committed fieldBrian Foster3-8/+2
2018-07-26xfs: make deferred processing safe for embedded dfopsBrian Foster1-18/+14
2018-07-26xfs: fix transaction leak on remote attr set/remove failureBrian Foster1-2/+0
2018-07-26xfs: use ->t_dfops in log recovery intent processingBrian Foster1-0/+2
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster5-5/+14
2018-07-26fuse: reduce allocation size for splice_writeAndrey Ryabinin1-1/+1
2018-07-26fuse: use kvmalloc to allocate array of pipe_buffer structs.Andrey Ryabinin1-6/+6
2018-07-26fuse: convert last timespec use to timespec64Arnd Bergmann1-4/+4
2018-07-26fs: fuse: Adding new return type vm_fault_tSouptick Joarder1-1/+1
2018-07-26fuse: simplify fuse_abort_conn()Miklos Szeredi1-12/+6
2018-07-26fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai1-0/+1
2018-07-26fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-07-26fuse: fix initial parallel diropsMiklos Szeredi3-10/+18
2018-07-26fuse: Fix oops at process_init_reply()Miklos Szeredi1-14/+11
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi3-4/+22
2018-07-26fuse: fix unlocked access to processing queueMiklos Szeredi1-1/+7
2018-07-26fuse: fix double request_end()Miklos Szeredi1-2/+3
2018-07-25gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher1-1/+1
2018-07-25Merge tag 'fscache-fixes-20180725' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds7-14/+25
2018-07-25cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri1-1/+0
2018-07-25cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri1-1/+1
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri4-5/+8
2018-07-25cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri1-5/+12
2018-07-25fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri1-2/+4
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-14/+25
2018-07-25GFS2: rgrp free blocks used incorrectlyBob Peterson1-5/+34
2018-07-25gfs2: remove redundant variable 'moved'Colin Ian King1-3/+1
2018-07-25gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher1-1/+5
2018-07-25gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher1-6/+0
2018-07-25Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher3-47/+415
2018-07-25gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher1-1/+2
2018-07-24fs/cifs: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-10/+9
2018-07-25GFS2: Fix recovery issues for spectatorsBob Peterson3-8/+30
2018-07-24exofs: use bio_clone_fast in _write_mirrorChristoph Hellwig1-2/+2
2018-07-24xfs: properly handle free inodes in extent hint validatorsEric Sandeen1-2/+4
2018-07-24Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher441-7156/+6537
2018-07-24fs: gfs2: Adding new return type vm_fault_tSouptick Joarder1-1/+1
2018-07-24gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattrChengguang Xu1-4/+2
2018-07-24gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson1-1/+2