summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-091-1/+1
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-096-0/+1643
|\ \
| * | fs: New zonefs file systemDamien Le Moal2020-02-076-0/+1643
* | | Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-0922-129/+247
|\ \ \
| * | | smb3: Add defines for new information level, FileIdInformationSteve French2020-02-061-0/+8
| * | | smb3: print warning once if posix context returned on openSteve French2020-02-062-0/+30
| * | | smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French2020-02-061-1/+3
| * | | cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel2020-02-061-1/+2
| * | | cifs: fix channel signingAurelien Aptel2020-02-061-2/+3
| * | | cifs: add SMB3 change notification supportSteve French2020-02-065-0/+87
| * | | 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
|\ \ \ \ \ \