aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-08-12fscrypt: improve warnings for missing crypto API supportEric Biggers1-5/+14
2019-08-12fscrypt: improve warning messages for unsupported encryption contextsEric Biggers1-3/+15
2019-08-12fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers5-35/+28
2019-08-12fscrypt: clean up base64 encoding/decodingEric Biggers1-17/+17
2019-08-12fscrypt: remove loadable module related codeEric Biggers3-26/+1
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel3-7/+41
2019-08-12ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King1-1/+1
2019-08-12ext4: drop legacy pre-1970 encoding workaroundTheodore Ts'o1-14/+1
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong2-8/+14
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman42-439/+763
2019-08-11ext4: add new ioctl EXT4_IOC_GET_ES_CACHETheodore Ts'o6-11/+182
2019-08-11ext4: add a new ioctl EXT4_IOC_GETSTATETheodore Ts'o2-0/+28
2019-08-11ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHETheodore Ts'o4-0/+40
2019-08-11jbd2: flush_descriptor(): Do not decrease buffer head's ref countChandan Rajendra1-3/+1
2019-08-11ext4: remove unnecessary error checkShi Siyuan1-2/+0
2019-08-11ext4: fix warning when turn on dioread_nolock and inline_datayangerkun1-9/+9
2019-08-11Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2019-08-10Merge tag 'gfs2-v5.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-63/+101
2019-08-09Merge tag 'for-linus-20190809' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+16
2019-08-09gfs2: Minor gfs2_alloc_inode cleanupAndreas Gruenbacher1-7/+7
2019-08-09gfs2: implement gfs2_block_zero_range using iomap_zero_rangeChristoph Hellwig1-67/+1
2019-08-09gfs2: Add support for IOMAP_ZEROAndreas Gruenbacher1-2/+10
2019-08-09gfs2: gfs2_iomap_begin cleanupAndreas Gruenbacher1-52/+62
2019-08-09gfs2: gfs2_walk_metadata fixAndreas Gruenbacher1-63/+101
2019-08-09fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann1-4/+4
2019-08-08Merge tag 'nfs-for-5.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-75/+135
2019-08-08Merge tag '5.3-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-14/+33
2019-08-08bdev: Fixup error handling in blkdev_get()Jan Kara1-1/+4
2019-08-07fs/handle.c - fix up kerneldocValdis Klētnieks1-1/+1
2019-08-07block: fix O_DIRECT error handling for bio fragmentsJens Axboe1-16/+12
2019-08-07NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust2-2/+7
2019-08-07btrfs: trim: Check the range passed into to prevent overflowQu Wenruo1-3/+11
2019-08-07Btrfs: fix sysfs warning and missing raid sysfs directoriesFilipe Manana4-52/+24
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+0
2019-08-05SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUALSebastien Tisserant1-1/+9
2019-08-05smb3: send CAP_DFS capability during session setupSteve French1-0/+5
2019-08-05SMB3: Fix potential memory leak when processing compound chainPavel Shilovsky1-12/+17
2019-08-05SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky1-1/+1
2019-08-05dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal1-1/+1
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever1-4/+6
2019-08-04cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French1-0/+1
2019-08-04NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust3-2/+8
2019-08-04NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust1-1/+1
2019-08-04NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust3-7/+28
2019-08-04NFSv4: Check the return value of update_open_stateid()Trond Myklebust1-4/+8
2019-08-04NFSv4.1: Only reap expired delegationsTrond Myklebust1-6/+17
2019-08-04NFSv4.1: Fix open stateid recoveryTrond Myklebust1-27/+38
2019-08-04NFSv4: Report the error from nfs4_select_rw_stateid()Trond Myklebust1-6/+1
2019-08-04NFSv4: When recovering state fails with EAGAIN, retry the same recoveryTrond Myklebust1-1/+8