summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()Qu Wenruo2019-10-291-0/+1
* CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-291-0/+3
* ocfs2: fix panic due to ocfs2_wq is nullYi Li2019-10-292-2/+4
* xfs: clear sb->s_fs_info on mount failureDave Chinner2019-10-171-0/+10
* Fix the locking in dcache_readdir() and friendsAl Viro2019-10-171-65/+69
* CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky2019-10-171-1/+7
* CIFS: Force revalidate inode when dentry is stalePavel Shilovsky2019-10-171-0/+4
* CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky2019-10-171-0/+6
* fuse: fix memleak in cuse_channel_openzhengbin2019-10-171-0/+1
* ceph: reconnect connection if session hang in opening stateErqi Chen2019-10-171-1/+3
* ceph: fix directories inode i_blkbits initializationLuis Henriques2019-10-171-1/+6
* 9p: avoid attaching writeback_fid on mmap with type PRIVATEChengguang Xu2019-10-171-0/+3
* fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai2019-10-171-1/+1
* ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-10-071-4/+19
* fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2019-10-072-2/+14
* Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-10-051-14/+19
* btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_stat...Lu Fengqi2019-10-051-6/+6
* CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky2019-10-051-0/+5
* CIFS: fix max ea value sizeMurphy Zhou2019-10-051-1/+1
* ext4: fix punch hole for inline_data file systemsTheodore Ts'o2019-10-051-0/+9
* ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit2019-10-051-2/+2
* btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov2019-10-051-0/+1
* Btrfs: fix use-after-free when using the tree modification logFilipe Manana2019-10-051-1/+3
* ovl: filter of trusted xattr results in auditMark Salyzyn2019-10-051-1/+2
* fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-10-051-0/+1
* btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo2019-10-051-0/+8
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-10-051-8/+21
* f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu2019-10-051-0/+39
* Revert "f2fs: avoid out-of-range memory access"Chao Yu2019-10-051-5/+0
* f2fs: check all the data segments against all node onesSurbhi Palande2019-10-051-2/+2
* 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 values for nfs4_file_open()Trond Myklebust2019-09-211-6/+6
* Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana2019-09-211-4/+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_setxattr()Luis Henriques2019-09-101-2/+6
* xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong2019-09-061-0/+1
* userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov2019-09-061-12/+13
* NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust2019-09-063-7/+28
* ocfs2: remove set but not used variable 'last_hash'YueHaibing2019-08-251-3/+0
* smb3: send CAP_DFS capability during session setupSteve French2019-08-251-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-251-1/+1
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-111-3/+0
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-08-062-0/+27
* Btrfs: fix incremental send failure after deduplicationFilipe Manana2019-08-061-62/+15
* coda: add error handling for fgetZhouyang Jia2019-08-061-1/+4
* ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton2019-08-061-7/+7