summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cifs: make multichannel warning more visibleAurelien Aptel2020-02-061-1/+1
| * | | | | cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-02-061-1/+1
| * | | | | cifs: Add tracepoints for errors on flush or fsyncSteve French2020-02-052-2/+32
| * | | | | cifs: log warning message (once) if out of disk spaceSteve French2020-02-051-0/+3
| * | | | | cifs: fail i/o on soft mounts if sessionsetup errors outRonnie Sahlberg2020-02-051-2/+8
| * | | | | smb3: fix problem with null cifs super block with previous patchSteve French2020-02-052-2/+2
| * | | | | SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-0314-118/+68
| | |/ / / | |/| | |
* | | | | Merge branch 'work.vboxsf' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-02-0911-0/+3274
|\ \ \ \ \
| * | | | | fs: Add VirtualBox guest shared folder (vboxsf) supportHans de Goede2020-02-0811-0/+3274
* | | | | | 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
|\ \ \ \ \ \ \ \ \