summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: multiplex cached/direct_io file operationsMiklos Szeredi2019-02-131-37/+34Star
* fuse add copy_file_range to direct io fopsMiklos Szeredi2019-02-131-0/+1
* fuse: use iov_iter based generic splice helpersMiklos Szeredi2019-02-131-1/+3
* fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber2019-02-131-4/+26
* fuse: use atomic64_t for khctrMiklos Szeredi2019-02-133-5/+3Star
* fuse: clean up abortedMiklos Szeredi2019-02-135-11/+12
* fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2019-02-132-5/+10
* fuse: Protect fi->nlookup with fi->lockKirill Tkhai2019-02-133-6/+6
* fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai2019-02-134-62/+70
* fuse: Convert fc->attr_version into atomic64_tKirill Tkhai2019-02-134-26/+14Star
* fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai2019-02-134-8/+13
* fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai2019-02-131-3/+10
* fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai2019-02-131-25/+23Star
* fuse: Wake up req->waitq of only if not backgroundKirill Tkhai2019-02-131-1/+4
* fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai2019-02-131-8/+20
* fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai2019-02-131-1/+1
* fuse: Remove stale comment in end_requests()Kirill Tkhai2019-02-131-5/+1Star
* fuse: Replace page without copying in fuse_writepage_in_flight()Kirill Tkhai2019-02-131-1/+1
* fuse: fix leaked aux requestsMiklos Szeredi2019-02-131-0/+10
* fuse: only reuse auxiliary request in fuse_writepage_in_flight()Miklos Szeredi2019-02-131-6/+7
* fuse: clean up fuse_writepage_in_flight()Miklos Szeredi2019-02-131-16/+24
* fuse: extract fuse_find_writeback() helperMiklos Szeredi2019-02-131-27/+25Star
* Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-092-9/+11
|\
| * fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa2019-02-061-9/+10
| * aio: initialize kiocb private in case any filesystems expect it.Mike Marshall2019-02-061-0/+1
* | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-12/+24
|\ \
| * | debugfs: debugfs_lookup() should return NULL if not foundGreg Kroah-Hartman2019-01-301-5/+5
| * | debugfs: return error values, not NULLGreg Kroah-Hartman2019-01-291-17/+22
| * | debugfs: fix debugfs_rename parameter checkingGreg Kroah-Hartman2019-01-251-0/+7
* | | Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-02-083-5/+27
|\ \ \
| * | | xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-032-3/+24
| * | | xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-02-031-2/+1Star
| * | | xfs: eof trim writeback mapping as soon as it is cachedBrian Foster2019-02-031-0/+2
* | | | Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-02-071-2/+4
|\ \ \ \
| * | | | nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust2019-02-061-2/+4
| |/ / /
* | | | Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-02-073-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi2019-01-161-1/+1
| * | | fuse: call pipe_buf_release() under pipe lockJann Horn2019-01-161-0/+2
| * | | cuse: fix ioctlMiklos Szeredi2019-01-161-1/+1
| * | | fuse: handle zero sized retrieve correctlyMiklos Szeredi2019-01-161-1/+1
* | | | Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-034-38/+71
|\ \ \ \
| * | | | btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-01-301-0/+3
| * | | | btrfs: clean up pending block groups when transaction commit abortsDavid Sterba2019-01-301-0/+16
| * | | | btrfs: fix potential oops in device_list_addAl Viro2019-01-301-2/+2
| * | | | btrfs: don't end the transaction for delayed refs in throttleJosef Bacik2019-01-281-8/+0Star
| * | | | Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-01-281-28/+50
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-02-026-4/+36
|\ \ \ \ \
| * | | | | autofs: fix error return in autofs_fill_super()Ian Kent2019-02-021-1/+3
| * | | | | autofs: drop dentry reference only when it is never usedPan Bian2019-02-021-1/+2
| * | | | | fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara2019-02-021-1/+7