aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei18-28/+56
2019-02-15btrfs: use mp_bvec_last_segment to get bio's last pageMing Lei1-2/+3
2019-02-15fs/buffer.c: use bvec iterator to truncate the bioMing Lei1-1/+4
2019-02-15btrfs: look at bi_size for repair decisionsChristoph Hellwig1-1/+1
2019-02-14xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2-12/+17
2019-02-14xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2-0/+8
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong4-5/+5
2019-02-14Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds1-7/+3
2019-02-14ext4: don't update s_rev_level if not requiredAndreas Dilger3-3/+5
2019-02-14jbd2: fold jbd2_superblock_csum_{verify,set} into their callersTheodore Ts'o1-25/+11
2019-02-14jbd2: fix race when writing superblockTheodore Ts'o1-25/+27
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner50-232/+551
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson8-192/+134
2019-02-14xfs: don't overflow xattr listent bufferDarrick J. Wong2-0/+4
2019-02-14Revert "nfsd4: return default lease period"J. Bruce Fields1-2/+2
2019-02-14fanotify: Select EXPORTFSJan Kara1-0/+1
2019-02-14NFS: Account for XDR pad of buf->pagesChuck Lever3-15/+16
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever3-73/+34
2019-02-13NFS: Add trace events to report non-zero NFS status codesChuck Lever6-4/+133
2019-02-13NFS: Remove print_overflow_msg()Chuck Lever8-600/+219
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever2-3/+4
2019-02-13fuse: cache readdir calls if filesystem opts out of opendirChad Austin1-1/+2
2019-02-13fuse: support clients that don't implement 'opendir'Chad Austin3-5/+12
2019-02-13fuse: lift bad inode checks into callersMiklos Szeredi1-16/+10
2019-02-13fuse: multiplex cached/direct_io file operationsMiklos Szeredi1-37/+34
2019-02-13fuse add copy_file_range to direct io fopsMiklos Szeredi1-0/+1
2019-02-13fuse: use iov_iter based generic splice helpersMiklos Szeredi1-1/+3
2019-02-13fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber1-4/+26
2019-02-13fuse: use atomic64_t for khctrMiklos Szeredi3-5/+3
2019-02-13fuse: clean up abortedMiklos Szeredi5-11/+12
2019-02-13fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2-5/+10
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai3-6/+6
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai4-62/+70
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai4-26/+14
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai4-8/+13
2019-02-13fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai1-3/+10
2019-02-13fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai1-25/+23
2019-02-13fuse: Wake up req->waitq of only if not backgroundKirill Tkhai1-1/+4
2019-02-13fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai1-8/+20
2019-02-13fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai1-1/+1
2019-02-13fuse: Remove stale comment in end_requests()Kirill Tkhai1-5/+1
2019-02-13fuse: Replace page without copying in fuse_writepage_in_flight()Kirill Tkhai1-1/+1
2019-02-13fuse: fix leaked aux requestsMiklos Szeredi1-0/+10
2019-02-13fuse: only reuse auxiliary request in fuse_writepage_in_flight()Miklos Szeredi1-6/+7
2019-02-13fuse: clean up fuse_writepage_in_flight()Miklos Szeredi1-16/+24
2019-02-13fuse: extract fuse_find_writeback() helperMiklos Szeredi1-27/+25
2019-02-13ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal3-22/+63
2019-02-12fs/dax: NIT fix comment regarding start/end vs rangeIra Weiny1-1/+1
2019-02-12fs/dax: Convert to use vmf_error()Souptick Joarder1-3/+1
2019-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-13/+16