summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-02-11CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky
2020-02-11cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski
2020-02-11CIFS: Fix SMB2 oplock break processingPavel Shilovsky
2020-02-11CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky
2020-02-11ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o
2020-02-11btrfs: check page->mapping when loading free space cacheJosef Bacik
2020-02-11Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2020-02-11fuse: verify nlinkMiklos Szeredi
2020-02-11fuse: verify attributesMiklos Szeredi
2020-02-11ext2: check err when partial != NULLChengguang Xu
2020-02-11quota: Check that quota is not dirty before releaseDmitry Monakhov
2020-02-11quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov
2020-02-11xfs: Sanity check flags of Q_XQUOTARM callJan Kara
2020-02-11pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin
2020-01-11ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2020-01-11ext4: Introduce ext4_clamp_want_extra_isize()Ben Hutchings
2020-01-11filldir[64]: remove WARN_ON_ONCE() for bad directory entriesLinus Torvalds
2020-01-11Make filldir[64]() verify the directory entry filename is validLinus Torvalds
2019-12-19fs/dcache: move security_d_instantiate() behind attaching dentry to inodezhangyi (F)
2019-12-19ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro
2019-12-19ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro
2019-12-19ceph: add missing check in d_revalidate snapdir handlingAl Viro
2019-12-19ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques
2019-12-19fuse: truncate pending writes on O_TRUNCMiklos Szeredi
2019-12-19fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi
2019-12-19CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas
2019-12-19Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana
2019-12-19ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton
2019-12-19CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky
2019-12-19CIFS: Force revalidate inode when dentry is stalePavel Shilovsky
2019-12-19cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall
2019-12-19Fix to check Unique id and FileType when client refer file directly.Nakajima Akira
2019-12-19CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky
2019-12-10CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky
2019-12-10fuse: fix missing unlock_page in fuse_writepage()Vasily Averin
2019-12-10CIFS: fix max ea value sizeMurphy Zhou
2019-12-10configfs: fix a deadlock in configfs_symlink()Al Viro
2019-12-10btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov
2019-12-10Btrfs: fix use-after-free when using the tree modification logFilipe Manana
2019-12-10ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit
2019-12-10ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King
2019-11-22btrfs: alloc_chunk: fix more DUP stripe size handlingHans van Kranenburg
2019-11-22btrfs: volumes: Cleanup stripe size calculationQu Wenruo
2019-11-22btrfs: partially apply b8b93adddeHans van Kranenburg
2019-11-22CIFS: Fix use after free of file info structuresPavel Shilovsky
2019-11-22cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski
2019-11-22smb3: send CAP_DFS capability during session setupSteve French
2019-11-22SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky
2019-11-22NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust
2019-11-22sched/fair: Don't free p->numa_faults with concurrent readersJann Horn