summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-28btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba1-3/+23
2020-04-28btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba1-15/+16
2020-04-28btrfs: kill extent_buffer_page helperDavid Sterba2-35/+26
2020-04-28btrfs: new define for the inline extent data startDavid Sterba2-10/+9
2020-04-28Btrfs: fix wrong max inline data size limitWang Shilong1-1/+1
2020-04-28ext4: fix races of writeback with punch hole and zero rangeJan Kara3-1/+42
2020-04-28ext4: fix races between buffered IO and collapse / insert rangeJan Kara1-14/+21
2020-04-28ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara1-11/+10
2020-04-28ext4: fix races between page faults and hole punchingJan Kara6-30/+61
2020-04-28ext4: update c/mtime on truncate upEryu Guan1-0/+8
2020-04-28ext4: only call ext4_truncate when size <= isizeJosef Bacik1-20/+18
2020-04-28ext4: wait for existing dio workers in ext4_alloc_file_blocks()Lukas Czerner1-0/+6
2020-02-11CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky1-3/+4
2020-02-11cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski4-9/+22
2020-02-11CIFS: Fix SMB2 oplock break processingPavel Shilovsky1-4/+3
2020-02-11CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky1-0/+7
2020-02-11ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o1-7/+6
2020-02-11btrfs: check page->mapping when loading free space cacheJosef Bacik1-0/+6
2020-02-11Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2020-02-11fuse: verify nlinkMiklos Szeredi1-1/+2
2020-02-11fuse: verify attributesMiklos Szeredi2-7/+19
2020-02-11ext2: check err when partial != NULLChengguang Xu1-2/+5
2020-02-11quota: Check that quota is not dirty before releaseDmitry Monakhov2-2/+2
2020-02-11quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov1-4/+5
2020-02-11xfs: Sanity check flags of Q_XQUOTARM callJan Kara1-0/+3
2020-02-11pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin1-0/+11
2020-01-11ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2-8/+27
2020-01-11ext4: Introduce ext4_clamp_want_extra_isize()Ben Hutchings1-24/+31
2020-01-11filldir[64]: remove WARN_ON_ONCE() for bad directory entriesLinus Torvalds1-2/+2
2020-01-11Make filldir[64]() verify the directory entry filename is validLinus Torvalds1-0/+40
2019-12-19fs/dcache: move security_d_instantiate() behind attaching dentry to inodezhangyi (F)1-1/+1
2019-12-19ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro1-4/+3
2019-12-19ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro1-2/+10
2019-12-19ceph: add missing check in d_revalidate snapdir handlingAl Viro1-0/+1
2019-12-19ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques1-5/+5
2019-12-19fuse: truncate pending writes on O_TRUNCMiklos Szeredi1-3/+7
2019-12-19fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi1-0/+13
2019-12-19CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas1-0/+3
2019-12-19Btrfs: check for the full sync flag while holding the inode lock during fsyncFilipe Manana1-17/+19
2019-12-19ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton1-10/+11
2019-12-19CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky1-1/+7
2019-12-19CIFS: Force revalidate inode when dentry is stalePavel Shilovsky1-0/+4
2019-12-19cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall1-2/+22
2019-12-19Fix to check Unique id and FileType when client refer file directly.Nakajima Akira1-0/+25
2019-12-19CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky1-0/+6
2019-12-10CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky1-0/+5
2019-12-10fuse: fix missing unlock_page in fuse_writepage()Vasily Averin1-0/+1
2019-12-10CIFS: fix max ea value sizeMurphy Zhou1-1/+1
2019-12-10configfs: fix a deadlock in configfs_symlink()Al Viro1-1/+32
2019-12-10btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov1-0/+1