aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix nfs read eof detectionTrond Myklebust2019-09-236-50/+41
* nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing2019-09-231-1/+1
* nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown2019-09-201-4/+11
* nfsd: handle drc over-allocation gracefully.NeilBrown2019-09-201-4/+15
* nfsd: add support for upcall version 2Scott Mayhew2019-09-103-16/+216
* nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew2019-09-101-50/+117
* nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust2019-09-101-4/+15
* nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust2019-09-101-1/+42
* nfsd: Support the server resetting the boot verifierTrond Myklebust2019-09-105-15/+48
* nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust2019-09-104-14/+25
* nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields2019-08-282-9/+13
* Deprecate nfsd fault injectionJ. Bruce Fields2019-08-261-1/+1
* nfsd: remove duplicated include from filecache.cYueHaibing2019-08-201-1/+0
* nfsd: Fix the documentation for svcxdr_tmpalloc()Trond Myklebust2019-08-191-3/+3
* nfsd: Fix up some unused variable warningsTrond Myklebust2019-08-191-7/+4
* nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2019-08-191-9/+53
* nfsd: rip out the raparms cacheJeff Layton2019-08-193-167/+1
* nfsd: have nfsd_test_lock use the nfsd_file cacheJeff Layton2019-08-191-4/+4
* nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton2019-08-195-74/+68
* nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton2019-08-195-81/+85
* nfsd: convert nfs4_file->fi_fds array to use nfsd_filesJeff Layton2019-08-192-18/+19
* nfsd: hook nfsd_commit up to the nfsd_file cacheJeff Layton2019-08-191-7/+7
* nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton2019-08-191-7/+4
* nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton2019-08-191-5/+7
* nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-199-24/+1155
* vfs: Export flush_delayed_fput for use by knfsd.Trond Myklebust2019-08-191-0/+1
* notify: export symbols for use by the knfsd file cacheTrond Myklebust2019-08-193-2/+8
* locks: create a new notifier chain for lease attemptsJeff Layton2019-08-191-0/+61
* nfsd: Remove unnecessary NULL checksJ. Bruce Fields2019-08-161-20/+15
* nfsd4: Fix kernel crash when reading proc file reply_cache_statsHe Zhe2019-08-161-1/+1
* nfsd: initialize i_private before d_addJ. Bruce Fields2019-08-151-6/+6
* nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields2019-08-151-4/+2
* nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa2019-08-151-0/+1
* Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-281-1/+1
|\
| * iomap: fix Invalid License IDMasahiro Yamada2019-07-251-1/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-271-1/+1
|\ \
| * | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-1/+1
* | | Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-07-272-37/+68
|\ \ \
| * | | afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-251-18/+33
| * | | afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-251-19/+35
| | |/ | |/|
* | | Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-262-8/+12
|\ \ \
| * | | btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota2019-07-261-5/+6
| * | | btrfs: Fix deadlock caused by missing memory barrierNikolay Borisov2019-07-251-3/+6
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-261-2/+2
|\ \ \ \
| * | | | fix the struct mount leak in umount_tree()Al Viro2019-07-261-2/+2
* | | | | Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-262-25/+114
|\ \ \ \ \
| * | | | | io_uring: ensure ->list is initialized for poll commandsJens Axboe2019-07-251-0/+2
| * | | | | io_uring: track io length in async_list based on bytesZhengyuan Liu2019-07-211-13/+11
| * | | | | io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe2019-07-211-2/+38
| * | | | | block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe2019-07-211-8/+50