summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-0810-111/+119
|\
| * saner copy_mount_options()Al Viro2020-02-041-42/+7
| * fibmap: Reject negative block numbersCarlos Maiolino2020-02-031-0/+3
| * fibmap: Use bmap instead of ->bmap method in ioctl_fibmapCarlos Maiolino2020-02-031-10/+20
| * ecryptfs: drop direct calls to ->bmapCarlos Maiolino2020-02-031-10/+6
| * cachefiles: drop direct usage of ->bmap method.Carlos Maiolino2020-02-031-13/+14
| * fs: Enable bmap() function to properly return errorsCarlos Maiolino2020-02-036-36/+70
* | Merge branch 'pipe-exclusive-wakeup'Linus Torvalds2020-02-084-30/+51
|\ \
| * | pipe: use exclusive waits when reading or writingLinus Torvalds2020-02-084-30/+51
* | | Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-088-105/+104
|\ \ \
| * | | fuse: use true,false for bool variablezhengbin2020-02-064-12/+12
| * | | Documentation: filesystems: convert fuse to RSTDaniel W. S. Almeida2020-02-063-91/+75
| * | | fuse: Support RENAME_WHITEOUT flagVivek Goyal2020-02-061-1/+1
| * | | fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi2020-02-061-0/+12
| * | | fix up iter on short count in fuse_direct_io()Miklos Szeredi2020-02-061-1/+4
| |/ /
* | | Merge tag 'gfs2-for-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2020-02-082-42/+32
|\ \ \
| * | | gfs2: fix O_SYNC write handlingAndreas Gruenbacher2020-02-061-30/+21
| * | | gfs2: move setting current->backing_dev_infoChristoph Hellwig2020-02-061-11/+10
| * | | gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das2020-02-061-1/+1
* | | | Merge tag 'for-linus-5.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-081-0/+1
|\ \ \ \
| * | | | help_next should increase position indexVasily Averin2020-02-041-0/+1
| | |/ / | |/| |
* | | | Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-02-0825-327/+1322
|\ \ \ \
| * | | | sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-071-0/+4
| * | | | nfsd: make nfsd_filecache_wq variable staticChen Zhou2020-02-071-1/+1
| * | | | nfsd4: fix double free in nfsd4_do_async_copy()Dan Carpenter2020-02-061-1/+0
| * | | | nfsd: convert file cache to use over/underflow safe refcountTrond Myklebust2020-02-063-16/+15
| * | | | nfsd: Define the file access mode enum for tracingTrond Myklebust2020-02-061-0/+6
| * | | | nfsd: Fix a perf warningTrond Myklebust2020-02-061-6/+6
| * | | | nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust2020-01-227-15/+19
| * | | | nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust2020-01-226-12/+14
| * | | | sunrpc: clean up cache entry add/remove from hashtableTrond Myklebust2020-01-221-24/+26
| * | | | sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust2020-01-221-0/+2
| * | | | nfsd: Ensure exclusion between CLONE and WRITE errorsTrond Myklebust2020-01-221-7/+18
| * | | | nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust2020-01-223-6/+9
| * | | | nfsd: Update the boot verifier on stable writes too.Trond Myklebust2020-01-221-1/+4
| * | | | nfsd: Fix stable writesTrond Myklebust2020-01-223-2/+18
| * | | | nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust2020-01-223-4/+7
| * | | | nfsd: Fix a soft lockup race in nfsd_file_mark_find_or_create()Trond Myklebust2020-01-221-2/+6
| * | | | nfsd: Reduce the number of calls to nfsd_file_gc()Trond Myklebust2020-01-221-7/+12
| * | | | nfsd: Schedule the laundrette regularly irrespective of file errorsTrond Myklebust2020-01-221-9/+1
| * | | | nfsd: Remove unused constant NFSD_FILE_LRU_RESCANTrond Myklebust2020-01-221-4/+1
| * | | | nfsd: Containerise filecache laundretteTrond Myklebust2020-01-223-42/+207
| * | | | nfsd: cleanup nfsd_file_lru_dispose()Trond Myklebust2020-01-221-7/+6
| * | | | nfsd: fix filecache lookupTrond Myklebust2020-01-221-0/+6
| * | | | nfsd: use true,false for bool variable in nfssvc.czhengbin2020-01-031-3/+3
| * | | | nfsd: use true,false for bool variable in nfs4proc.czhengbin2020-01-031-2/+2
| * | | | nfsd: use true,false for bool variable in vfs.czhengbin2020-01-031-3/+3
| * | | | nfsd: remove nfs4_reset_lease() declarationsArnd Bergmann2019-12-201-2/+0
| * | | | nfsd: use ktime_get_real_seconds() in nfs4_verifierArnd Bergmann2019-12-201-1/+1
| * | | | nfsd: use boottime for lease expiry calculationArnd Bergmann2019-12-205-37/+42