summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-3017-130/+616
|\
| * lockd: fix access beyond unterminated strings in printsAmir Goldstein2018-10-291-1/+1
| * nfsd: correctly decrement odstate refcount in error pathAndrew Elble2018-10-291-2/+1
| * nfsd: fix fall-through annotationsGustavo A. R. Silva2018-10-291-1/+2
| * knfsd: Improve lookup performance in the duplicate reply cache using an rbtreeTrond Myklebust2018-10-292-11/+27
| * knfsd: Further simplify the cache lookupTrond Myklebust2018-10-292-37/+27
| * knfsd: Simplify NFS duplicate replay cacheTrond Myklebust2018-10-291-50/+44
| * knfsd: Remove dead code from nfsd_cache_lookupTrond Myklebust2018-10-291-8/+0
| * NFS: Fix up a typo in nfs_dns_ent_putTrond Myklebust2018-10-291-1/+1
| * NFS: Lockless DNS lookupsTrond Myklebust2018-10-291-3/+12
| * knfsd: Lockless lookup of NFSv4 identities.Trond Myklebust2018-10-291-5/+6
| * knfsd: Allow lockless lookups of the exportsTrond Myklebust2018-10-292-7/+9
| * nfsd: remove set but not used variable 'dirp'YueHaibing2018-09-261-2/+0
| * NFSD introduce async copy featureOlga Kornievskaia2018-09-267-24/+326
| * NFSD OFFLOAD_CANCEL xdrOlga Kornievskaia2018-09-262-1/+15
| * NFSD OFFLOAD_STATUS xdrOlga Kornievskaia2018-09-263-2/+55
| * NFSD CB_OFFLOAD xdrOlga Kornievskaia2018-09-264-0/+115
* | Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxLinus Torvalds2018-10-301-3/+4
|\ \
| * | Cramfs: trivial whitespace fixesNicolas Pitre2018-10-301-2/+2
| * | Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre2018-10-301-1/+2
* | | Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-308-67/+110
|\ \ \
| * | | Btrfs: fix use-after-free when dumping free spaceFilipe Manana2018-10-221-0/+2
| * | | Btrfs: fix use-after-free during inode evictionFilipe Manana2018-10-191-1/+3
| * | | btrfs: move the dio_sem higher up the callchainJosef Bacik2018-10-192-2/+12
| * | | btrfs: don't run delayed_iputs in commitJosef Bacik2018-10-191-9/+0
| * | | btrfs: fix insert_reserved error handlingJosef Bacik2018-10-191-8/+4
| * | | btrfs: only free reserved extent if we didn't insert itJosef Bacik2018-10-191-1/+9
| * | | btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik2018-10-191-2/+5
| * | | btrfs: set max_extent_size properlyJosef Bacik2018-10-191-10/+20
| * | | btrfs: reset max_extent_size properlyJosef Bacik2018-10-191-0/+2
| * | | btrfs: delayed-ref: extract find_first_ref_head from find_ref_headLu Fengqi2018-10-171-23/+27
| * | | Btrfs: fix deadlock when writing out free space cachesFilipe Manana2018-10-172-10/+23
| * | | Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana2018-10-171-1/+2
| * | | Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana2018-10-171-0/+1
* | | | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-291-131/+0
|\ \ \ \
| * | | | media: dvb: move compat handlers into driversArnd Bergmann2018-09-121-78/+0
| * | | | media: dvb: move most compat_ioctl handling into driversArnd Bergmann2018-09-121-31/+0
| * | | | media: cec: move compat_ioctl handling to cec-api.cArnd Bergmann2018-09-121-12/+0
| * | | | media: dvb: dmxdev: move compat_ioctl handling to dmxdev.cArnd Bergmann2018-09-121-12/+0
| * | | | media: dvb: fix compat ioctl translationArnd Bergmann2018-09-121-4/+6
* | | | | Merge tag 'filesystems_for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-296-107/+85
|\ \ \ \ \
| * | | | | ext2: remove redundant building macro checkChengguang Xu2018-09-242-8/+1
| * | | | | udf: Drop pack pragma from udf_sb.hJan Kara2018-09-071-2/+0
| * | | | | udf: Drop freed bitmap / table supportJan Kara2018-09-073-74/+0
| * | | | | udf: Fix crash during mountJan Kara2018-09-071-5/+60
| * | | | | udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara2018-09-072-14/+18
| * | | | | ext2: cache NULL when both default_acl and acl are NULLChengguang Xu2018-09-031-0/+4
| * | | | | udf: remove unused variables group_start and nr_groupsColin Ian King2018-09-031-4/+2
* | | | | | Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-10-299-101/+152
|\ \ \ \ \ \
| * | | | | | fsnotify: Fix busy inodes during unmountJan Kara2018-10-252-8/+34