summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-08-28nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields
2019-08-26Deprecate nfsd fault injectionJ. Bruce Fields
2019-08-20nfsd: remove duplicated include from filecache.cYueHaibing
2019-08-19nfsd: Fix the documentation for svcxdr_tmpalloc()Trond Myklebust
2019-08-19nfsd: Fix up some unused variable warningsTrond Myklebust
2019-08-19nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton
2019-08-19nfsd: rip out the raparms cacheJeff Layton
2019-08-19nfsd: have nfsd_test_lock use the nfsd_file cacheJeff Layton
2019-08-19nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton
2019-08-19nfsd: convert nfs4_file->fi_fds array to use nfsd_filesJeff Layton
2019-08-19nfsd: hook nfsd_commit up to the nfsd_file cacheJeff Layton
2019-08-19nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton
2019-08-19nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton
2019-08-19vfs: Export flush_delayed_fput for use by knfsd.Trond Myklebust
2019-08-19notify: export symbols for use by the knfsd file cacheTrond Myklebust
2019-08-19locks: create a new notifier chain for lease attemptsJeff Layton
2019-08-16nfsd: Remove unnecessary NULL checksJ. Bruce Fields
2019-08-16nfsd4: Fix kernel crash when reading proc file reply_cache_statsHe Zhe
2019-08-15nfsd: initialize i_private before d_addJ. Bruce Fields
2019-08-15nfsd: use i_wrlock instead of rcu for nfsdfs i_privateJ. Bruce Fields
2019-08-15nfsd: fix dentry leak upon mkdir failure.Tetsuo Handa
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-07-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-27Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-07-26Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-26fix the struct mount leak in umount_tree()Al Viro
2019-07-26btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota
2019-07-25afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25io_uring: ensure ->list is initialized for poll commandsJens Axboe
2019-07-25Merge branch 'access-creds'Linus Torvalds
2019-07-25btrfs: Fix deadlock caused by missing memory barrierNikolay Borisov
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-25iomap: fix Invalid License IDMasahiro Yamada
2019-07-24access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds
2019-07-22Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-21io_uring: track io length in async_list based on bytesZhengyuan Liu
2019-07-21io_uring: don't use iov_iter_advance() for fixed buffersJens Axboe
2019-07-21block: properly handle IOCB_NOWAIT for async O_DIRECT IOJens Axboe
2019-07-21Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-07-19Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce