summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'compat-ioctl-fix' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-081-4/+7
|\
| * compat_ioctl: fix FIONREAD on devicesArnd Bergmann2020-02-081-4/+7
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-0816-548/+392
|\ \
| * | procfs: switch to use of invalfc()Al Viro2020-02-071-1/+1
| * | hugetlbfs: switch to use of invalfc()Al Viro2020-02-071-1/+1
| * | cramfs: switch to use of errofc() et.al.Al Viro2020-02-071-7/+7
| * | gfs2: switch to use of errorfc() et.al.Al Viro2020-02-071-15/+15
| * | fuse: switch to use errorfc() et.al.Al Viro2020-02-071-6/+6
| * | ceph: use errorfc() and friends instead of spelling the prefix outAl Viro2020-02-072-9/+9
| * | turn fs_param_is_... into functionsAl Viro2020-02-072-105/+125
| * | fs_parse: handle optional arguments sanelyAl Viro2020-02-074-120/+82
| * | fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-0711-100/+57
| * | fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-0712-19/+4
| * | add prefix to fs_context->logAl Viro2020-02-074-21/+12
| * | ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_logAl Viro2020-02-071-2/+2
| * | new primitive: __fs_parse()Al Viro2020-02-071-6/+15
| * | teach logfc() to handle prefices, give it saner calling conventionsAl Viro2020-02-071-46/+17
| * | get rid of fs_value_is_filename_emptyAl Viro2020-02-072-14/+5
| * | don't bother with explicit length argument for __lookup_constant()Al Viro2020-02-072-15/+20
| * | fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-076-10/+10
| * | fs_parse: get rid of ->enumsAl Viro2020-02-076-135/+88
| * | Pass consistent param->type to fs_parse()Al Viro2020-02-072-14/+14
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-02-087-100/+94
|\ \ \
| * | | saner copy_mount_options()Al Viro2020-02-031-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-033-25/+45
* | | | Merge branch 'pipe-exclusive-wakeup'Linus Torvalds2020-02-083-29/+50
|\ \ \ \
| * | | | 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