summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-224-4/+32
|\
| * btrfs: don't leak extent_map in btrfs_get_io_geometry()Johannes Thumshirn2019-07-171-3/+7
| * btrfs: free checksum hash on in close_ctreeJohannes Thumshirn2019-07-171-0/+1
| * btrfs: Fix build error while LIBCRC32C is moduleYueHaibing2019-07-171-0/+1
| * btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo2019-07-171-1/+23
* | Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-218-31/+126
|\ \
| * | cifs: update internal module numberSteve French2019-07-181-1/+1
| * | cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-181-0/+16
| * | smb3: optimize open to not send query file internal infoSteve French2019-07-185-26/+56
| * | cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-07-181-3/+8
| * | CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-181-1/+45
* | | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-207-115/+172
|\ \ \
| * | | switch the remnants of releasing the mountpoint away from fs_pinAl Viro2019-07-163-28/+26
| * | | get rid of detach_mnt()Al Viro2019-07-161-34/+28
| * | | make struct mountpoint bear the dentry reference to mountpoint, not struct mountAl Viro2019-07-162-28/+25
| * | | Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsAl Viro2019-07-102-17/+85
| * | | fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()Al Viro2019-07-041-4/+6
| * | | __detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymoreAl Viro2019-07-041-1/+1
| * | | nfs: dget_parent() never returns NULLAl Viro2019-07-041-4/+2
| * | | ceph: don't open-code the check for dead lockrefAl Viro2019-07-041-1/+1
* | | | Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-1911-2217/+2259
|\ \ \ \
| * | | | iomap: move internal declarations into fs/iomap/Darrick J. Wong2019-07-176-19/+0
| * | | | iomap: move the main iteration code into a separate fileDarrick J. Wong2019-07-173-17/+2
| * | | | iomap: move the buffered IO code into a separate fileDarrick J. Wong2019-07-173-1053/+1074
| * | | | iomap: move the direct IO code into a separate fileDarrick J. Wong2019-07-173-554/+563
| * | | | iomap: move the SEEK_HOLE code into a separate fileDarrick J. Wong2019-07-173-202/+216
| * | | | iomap: move the file mapping reporting code into a separate fileDarrick J. Wong2019-07-173-136/+149
| * | | | iomap: move the swapfile code into a separate fileDarrick J. Wong2019-07-173-170/+183
| * | | | iomap: start moving code to fs/iomap/Darrick J. Wong2019-07-152-0/+6
* | | | | Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-197-141/+161
|\ \ \ \ \
| * | | | | fs/adfs: add time stamp and file type helpersRussell King2019-06-264-27/+27
| * | | | | fs/adfs: super: limit idlen according to directory typeRussell King2019-06-261-2/+8
| * | | | | fs/adfs: super: fix use-after-free bugRussell King2019-06-261-1/+4
| * | | | | fs/adfs: super: safely update options on remountRussell King2019-06-261-4/+13
| * | | | | fs/adfs: super: correct superblock flagsRussell King2019-06-261-2/+4
| * | | | | fs/adfs: clean up indirect disc addresses and fragment IDsRussell King2019-06-267-49/+41
| * | | | | fs/adfs: clean up error message printingRussell King2019-06-263-26/+38
| * | | | | fs/adfs: use %pV for error messagesRussell King2019-06-261-5/+7
| * | | | | fs/adfs: use format_version from disc_recordRussell King2019-06-262-3/+1
| * | | | | fs/adfs: add helper to get filesystem sizeRussell King2019-06-262-15/+9
| * | | | | fs/adfs: add helper to get discrecord from mapRussell King2019-06-265-7/+9
* | | | | | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-1923-229/+252
|\ \ \ \ \ \
| * | | | | | mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-041-0/+2
| * | | | | | constify ksys_mount() string argumentsAl Viro2019-07-041-2/+2
| * | | | | | don't bother with registering rootfsAl Viro2019-07-041-6/+1
| * | | | | | init_rootfs(): don't bother with init_ramfs_fs()Al Viro2019-07-041-5/+1
| * | | | | | vfs: Convert openpromfs to use the new mount APIDavid Howells2019-07-041-5/+15
| * | | | | | vfs: Convert efivarfs to use the new mount APIDavid Howells2019-07-041-10/+15
| * | | | | | vfs: Convert configfs to use the new mount APIDavid Howells2019-07-041-5/+15
| * | | | | | vfs: Convert binfmt_misc to use the new mount APIDavid Howells2019-07-041-5/+15