summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-09-21binfmt_elf: move brk out of mmap when doing direct loader execKees Cook
2019-09-21ovl: fix regression caused by overlapping layers detectionAmir Goldstein
2019-09-21cifs: Use kzfree() to zero out the passwordDan Carpenter
2019-09-21cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg
2019-09-21NFSv2: Fix write regressionTrond Myklebust
2019-09-21NFSv2: Fix eof handlingTrond Myklebust
2019-09-21NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust
2019-09-21NFSv4: Fix return value in nfs_finish_open()Trond Myklebust
2019-09-21NFSv4: Fix return values for nfs4_file_open()Trond Myklebust
2019-09-19ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger
2019-09-19Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-09-16ext4: unsigned int compared against zeroColin Ian King
2019-09-16ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o
2019-09-16ext4: don't perform block validity checks on the journal inodeTheodore Ts'o
2019-09-16NFSv4: Fix delegation state recoveryTrond Myklebust
2019-09-16pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey
2019-09-16btrfs: correctly validate compression typeJohannes Thumshirn
2019-09-16ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng
2019-09-16cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)
2019-09-16cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg
2019-09-16Btrfs: fix race between block group removal and block group allocationFilipe Manana
2019-09-16cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li
2019-09-16ext4: protect journal inode's blocks using block_validityTheodore Ts'o
2019-09-16cifs: Fix lease buffer length errorZhangXiaoxu
2019-09-16CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky
2019-09-16CIFS: Fix error paths in writeback codePavel Shilovsky
2019-09-16btrfs: init csum_list before possible freeDan Robertson
2019-09-16btrfs: scrub: fix circular locking dependency warningAnand Jain
2019-09-16btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba
2019-09-16btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba
2019-09-16btrfs: Use real device structure to verify dev extentQu Wenruo
2019-09-16btrfs: volumes: Make sure no dev extent is beyond device boundaryQu Wenruo
2019-09-16btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov
2019-09-16btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov
2019-09-16Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana
2019-09-16Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval
2019-09-10afs: Fix leak in afs_lookup_cell_rcu()David Howells
2019-09-10ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques
2019-09-10vfs: fix page locking deadlocks when deduping filesDarrick J. Wong
2019-09-06NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust
2019-09-06NFS: Pass error information to the pgio error cleanup routineTrond Myklebust
2019-09-06NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust
2019-09-06NFS: Clean up list moves of struct nfs_pageTrond Myklebust
2019-09-06afs: Only update d_fsdata if different in afs_d_revalidate()David Howells
2019-09-06fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai
2019-09-06afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne
2019-09-06afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells
2019-08-29xfs: always rejoin held resources during defer rollDarrick J. Wong