summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* SMB3: Honor 'posix' flag for multiuser mountsPaul Aurich2020-07-091-4/+1
* btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana2020-07-091-10/+9
* xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin2020-06-301-0/+16
* NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-302-4/+10
* pNFS/flexfiles: Fix list corruption if the mirror count changesTrond Myklebust2020-06-301-4/+7
* ocfs2: fix panic on nfs server over ocfs2Junxiao Bi2020-06-301-3/+6
* ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi2020-06-301-1/+1
* ocfs2: load global_inode_allocJunxiao Bi2020-06-301-1/+1
* ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2020-06-302-1/+17
* btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana2020-06-301-3/+0
* btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana2020-06-301-1/+18
* cifs/smb3: Fix data inconsistent when zero file rangeZhang Xiaoxu2020-06-301-0/+6
* cifs/smb3: Fix data inconsistent when punch holeZhang Xiaoxu2020-06-301-0/+6
* fanotify: fix ignore mask logic for events on child and on dirAmir Goldstein2020-06-301-1/+4
* ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o2020-06-251-12/+10
* ext4: fix partial cluster initialization when splitting extentSasha Levin2020-06-251-1/+1
* block: Fix use-after-free in blkdev_get()Jason Yan2020-06-251-5/+7
* afs: afs_write_end() should change i_size under the right lockDavid Howells2020-06-251-2/+2
* afs: Fix non-setting of mtime when writing into mmapDavid Howells2020-06-251-0/+1
* ext4: stop overwrite the errcode in ext4_setup_superyangerkun2020-06-251-0/+1
* afs: Fix memory leak in afs_put_sysnames()Zhihao Cheng2020-06-251-0/+1
* gfs2: fix use-after-free on transaction ail listsBob Peterson2020-06-251-2/+9
* gfs2: Allow lock_nolock mount to specify jid=XBob Peterson2020-06-251-1/+1
* NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSIONOlga Kornievskaia2020-06-251-1/+1
* dlm: remove BUG() before panic()Arnd Bergmann2020-06-251-1/+0
* nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang2020-06-251-0/+2
* f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov2020-06-251-1/+2
* btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana2020-06-221-2/+2
* btrfs: fix error handling when submitting direct I/O bioOmar Sandoval2020-06-221-3/+3
* ext4: fix race between ext4_sync_parent() and rename()Eric Biggers2020-06-221-15/+13
* ext4: fix error pointer dereferenceJeffle Xu2020-06-221-2/+5
* ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar2020-06-221-3/+6
* btrfs: send: emit file capabilities after chownMarcos Paulo de Souza2020-06-221-0/+67
* btrfs: include non-missing as a qualifier for the latest_bdevAnand Jain2020-06-221-0/+2
* btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...Qu Wenruo2020-06-221-0/+14
* xfs: fix duplicate verification from xfs_qm_dqflush()Brian Foster2020-06-221-5/+4
* xfs: reset buffer write failure state on successful completionBrian Foster2020-06-221-3/+5
* xfs: clean up the error handling in xfs_swap_extentsDarrick J. Wong2020-06-221-1/+1
* btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana2020-06-221-2/+4
* fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi2020-06-221-0/+6
* proc: Use new_inode not new_inode_pseudoEric W. Biederman2020-06-223-3/+3
* ovl: initialize error in ovl_copy_xattrYuxuan Shui2020-06-221-1/+1
* nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi2020-06-221-0/+2
* cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2020-06-221-0/+1
* btrfs: tree-checker: Check level for leaves and nodesQu Wenruo2020-06-221-0/+14
* aio: fix async fsync credsMiklos Szeredi2020-06-221-0/+8
* btrfs: Detect unbalanced tree with empty leaf before crashing btree operationsQu Wenruo2020-06-222-0/+16
* btrfs: merge btrfs_find_device and find_deviceAnand Jain2020-06-225-52/+53
* fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko2020-06-031-1/+1
* cifs: Fix null pointer check in cifs_readSteve French2020-06-031-1/+1