summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | pipe: use exclusive waits when reading or writingLinus Torvalds2020-02-083-29/+50
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'fuse-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-075-14/+29
|\ \ \ \ \ \
| * | | | | | fuse: use true,false for bool variablezhengbin2020-02-064-12/+12
| * | | | | | 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-072-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-071-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-0723-305/+1292
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | 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-191-2/+0
| * | | | | | | nfsd: use ktime_get_real_seconds() in nfs4_verifierArnd Bergmann2019-12-191-1/+1
| * | | | | | | nfsd: use boottime for lease expiry calculationArnd Bergmann2019-12-195-37/+42
| * | | | | | | nfsd: fix jiffies/time_t mixup in LRU listArnd Bergmann2019-12-192-2/+2
| * | | | | | | nfsd: fix delay timer on 32-bit architecturesArnd Bergmann2019-12-191-1/+1
| * | | | | | | nfsd: use time64_t in nfsd_proc_setattr() checkArnd Bergmann2019-12-191-1/+1
| * | | | | | | nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann2019-12-196-8/+8
| * | | | | | | nfsd: make 'boot_time' 64-bit wideArnd Bergmann2019-12-193-12/+12
| * | | | | | | nfsd: use timespec64 in encode_time_deltaArnd Bergmann2019-12-191-2/+2
| * | | | | | | nfsd: handle nfs3 timestamps as unsignedArnd Bergmann2019-12-192-14/+10
| * | | | | | | nfsd: print 64-bit timestamps in client_info_showArnd Bergmann2019-12-192-4/+3
| * | | | | | | nfsd: use ktime_get_seconds() for timestampsArnd Bergmann2019-12-191-5/+5
| * | | | | | | nfsd: remove unnecessary assertion in nfsd4_encode_replayAditya Pakki2019-12-191-2/+0
| * | | | | | | nfsd: Clone should commit src file metadata tooTrond Myklebust2019-12-191-5/+14
| * | | | | | | nfsd4: Remove unneeded semicolonzhengbin2019-12-191-1/+1