summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-10-31coda: pass the host file in vma->vm_file on mmapJan Harkes
2019-10-31udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani
2019-10-31NFSv4: Handle the special Linux file open access modeTrond Myklebust
2019-10-31eCryptfs: fix a couple type promotion bugsDan Carpenter
2019-10-05SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French
2019-10-05btrfs: start readahead also in seed devicesNaohiro Aota
2019-10-05Btrfs: fix race between readahead and device replace/removalFilipe Manana
2019-10-05fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang
2019-10-05cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg
2019-10-05CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas
2019-10-05configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala
2019-10-05Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana
2019-09-23xfs: clear sb->s_fs_info on mount failureDave Chinner
2019-09-23GFS2: don't set rgrp gl_object until it's inserted into rgrp treeBob Peterson
2019-09-23GFS2: Fix rgrp end rounding problem for bsize < page sizeBob Peterson
2019-09-23ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang
2019-09-23ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner
2019-09-23NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu
2019-09-23cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst
2019-09-23ceph: flush dirty inodes before proceeding with remountJeff Layton
2019-09-23ext4: actually request zeroing of inode table after growKirill Tkhai
2019-09-23fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-09-23fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-09-23fuse: fix writepages on 32bitMiklos Szeredi
2019-09-23jbd2: check superblock mapped prior to committingJiufei Xue
2019-08-20ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)
2019-08-20ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)
2019-08-13mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko
2019-08-13proc: meminfo: estimate available memory more conservativelyJohannes Weiner
2019-08-13ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro
2019-08-13fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing
2019-08-13cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson
2019-08-13ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton
2019-08-13CIFS: keep FileInfo handle live during oplock breakAurelien Aptel
2019-08-13cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg
2019-08-13btrfs: correctly validate compression typeJohannes Thumshirn
2019-08-13btrfs: prop: fix vanished compression property after failed setAnand Jain
2019-08-13fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing
2019-08-13afs: Fix StoreData op marshallingDavid Howells
2019-08-13NFS: fix mount/umount race in nlmclnt.NeilBrown
2019-08-13udf: Fix crash on IO error during truncateJan Kara
2019-08-13ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner
2019-08-13ext4: fix data corruption caused by unaligned direct AIOLukas Czerner
2019-07-09fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-07-09fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-07-09CIFS: Fix read after write for files with read cachingPavel Shilovsky
2019-07-09nfsd: fix memory corruption caused by readdirNeilBrown
2019-07-09CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky
2019-07-099p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao
2019-07-09NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust