summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-10-31coda: pass the host file in vma->vm_file on mmapJan Harkes1-2/+68
2019-10-31udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani1-33/+60
2019-10-31NFSv4: Handle the special Linux file open access modeTrond Myklebust2-1/+2
2019-10-31eCryptfs: fix a couple type promotion bugsDan Carpenter1-4/+8
2019-10-05SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French1-1/+1
2019-10-05btrfs: start readahead also in seed devicesNaohiro Aota1-0/+5
2019-10-05Btrfs: fix race between readahead and device replace/removalFilipe Manana1-0/+2
2019-10-05fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang1-0/+12
2019-10-05cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg3-2/+12
2019-10-05CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas1-1/+3
2019-10-05configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala1-8/+6
2019-10-05Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana1-0/+12
2019-09-23xfs: clear sb->s_fs_info on mount failureDave Chinner1-0/+10
2019-09-23GFS2: don't set rgrp gl_object until it's inserted into rgrp treeBob Peterson1-5/+8
2019-09-23GFS2: Fix rgrp end rounding problem for bsize < page sizeBob Peterson1-2/+3
2019-09-23ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang1-1/+29
2019-09-23ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner1-0/+7
2019-09-23NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu1-0/+4
2019-09-23cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst1-6/+8
2019-09-23ceph: flush dirty inodes before proceeding with remountJeff Layton1-0/+7
2019-09-23ext4: actually request zeroing of inode table after growKirill Tkhai1-1/+1
2019-09-23fuse: fallocate: fix return with locked inodeMiklos Szeredi1-1/+1
2019-09-23fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo1-0/+7
2019-09-23fuse: fix writepages on 32bitMiklos Szeredi1-1/+1
2019-09-23jbd2: check superblock mapped prior to committingJiufei Xue1-0/+4
2019-08-20ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)1-25/+22
2019-08-20ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)1-4/+8
2019-08-13mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-30/+1
2019-08-13proc: meminfo: estimate available memory more conservativelyJohannes Weiner1-4/+1
2019-08-13ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro1-1/+1
2019-08-13fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-08-13cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson1-0/+4
2019-08-13ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton1-1/+5
2019-08-13CIFS: keep FileInfo handle live during oplock breakAurelien Aptel4-10/+53
2019-08-13cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg1-0/+2
2019-08-13btrfs: correctly validate compression typeJohannes Thumshirn3-3/+21
2019-08-13btrfs: prop: fix vanished compression property after failed setAnand Jain1-2/+2
2019-08-13fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing1-1/+2
2019-08-13afs: Fix StoreData op marshallingDavid Howells1-3/+3
2019-08-13NFS: fix mount/umount race in nlmclnt.NeilBrown1-2/+1
2019-08-13udf: Fix crash on IO error during truncateJan Kara1-0/+3
2019-08-13ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner1-2/+9
2019-08-13ext4: fix data corruption caused by unaligned direct AIOLukas Czerner1-1/+1
2019-07-09fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov1-1/+3
2019-07-09fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2-2/+21
2019-07-09CIFS: Fix read after write for files with read cachingPavel Shilovsky1-5/+7
2019-07-09nfsd: fix memory corruption caused by readdirNeilBrown2-2/+15
2019-07-09CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky2-5/+25
2019-07-099p: use inode->i_lock to protect i_size_write() under 32-bitHou Tao5-30/+53
2019-07-09NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust1-7/+8