summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* binfmt_elf: move brk out of mmap when doing direct loader execKees Cook2019-09-211-0/+11
* ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-09-212-26/+48
* cifs: Use kzfree() to zero out the passwordDan Carpenter2019-09-211-1/+1
* cifs: set domainName when a domain-key is used in multiuserRonnie Sahlberg2019-09-211-0/+22
* NFSv2: Fix write regressionTrond Myklebust2019-09-211-1/+3
* NFSv2: Fix eof handlingTrond Myklebust2019-09-211-1/+2
* NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust2019-09-211-1/+1
* NFSv4: Fix return value in nfs_finish_open()Trond Myklebust2019-09-211-1/+1
* NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-09-211-6/+6
* ubifs: Correctly use tnc_next() in search_dh_cookie()Richard Weinberger2019-09-191-5/+11
* Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana2019-09-191-4/+4
* ext4: unsigned int compared against zeroColin Ian King2019-09-161-1/+2
* ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2019-09-161-0/+5
* ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2019-09-161-4/+8
* NFSv4: Fix delegation state recoveryTrond Myklebust2019-09-163-15/+14
* pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey2019-09-161-6/+6
* btrfs: correctly validate compression typeJohannes Thumshirn2019-09-163-5/+18
* ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-09-163-4/+7
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-09-163-2/+12
* cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg2019-09-163-2/+12
* Btrfs: fix race between block group removal and block group allocationFilipe Manana2019-09-161-16/+18
* cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-09-163-30/+32
* ext4: protect journal inode's blocks using block_validityTheodore Ts'o2019-09-162-0/+52
* cifs: Fix lease buffer length errorZhangXiaoxu2019-09-161-0/+1
* CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky2019-09-161-4/+13
* CIFS: Fix error paths in writeback codePavel Shilovsky2019-09-164-9/+56
* btrfs: init csum_list before possible freeDan Robertson2019-09-161-1/+1
* btrfs: scrub: fix circular locking dependency warningAnand Jain2019-09-161-11/+11
* btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba2019-09-161-12/+18
* btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba2019-09-161-5/+4
* btrfs: Use real device structure to verify dev extentQu Wenruo2019-09-161-0/+12
* btrfs: volumes: Make sure no dev extent is beyond device boundaryQu Wenruo2019-09-161-0/+17
* btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov2019-09-161-9/+20
* btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov2019-09-164-24/+19
* Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana2019-09-161-1/+34
* Btrfs: clean up scrub is_dev_replace parameterOmar Sandoval2019-09-161-14/+9
* afs: Fix leak in afs_lookup_cell_rcu()David Howells2019-09-101-0/+4
* ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques2019-09-101-3/+4
* ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques2019-09-104-6/+16
* ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques2019-09-101-2/+6
* vfs: fix page locking deadlocks when deduping filesDarrick J. Wong2019-09-101-8/+41
* NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2019-09-062-9/+19
* NFS: Pass error information to the pgio error cleanup routineTrond Myklebust2019-09-064-7/+15
* NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust2019-09-061-7/+9
* NFS: Clean up list moves of struct nfs_pageTrond Myklebust2019-09-062-10/+5
* afs: Only update d_fsdata if different in afs_d_revalidate()David Howells2019-09-061-1/+2
* fs: afs: Fix a possible null-pointer dereference in afs_put_read()Jia-Ju Bai2019-09-061-5/+7
* afs: Fix loop index mixup in afs_deliver_vl_get_entry_by_name_u()Marc Dionne2019-09-061-5/+6
* afs: Fix the CB.ProbeUuid service handler to reply correctlyDavid Howells2019-09-061-7/+3
* xfs: always rejoin held resources during defer rollDarrick J. Wong2019-08-294-37/+31