summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/proc: Stop trying to report thread stacksAndy Lutomirski2018-11-202-47/+37
* ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2018-11-201-2/+3
* ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton2018-11-201-10/+14
* ceph: use lookup request to revalidate dentryYan, Zheng2018-11-204-0/+51
* ceph: fix llistxattr on symlinkYan, Zheng2018-11-201-2/+1
* make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro2018-11-201-5/+2
* unify dentry_iput() and dentry_unlink_inode()Al Viro2018-11-201-35/+10
* use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro2018-11-201-12/+5
* VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells2018-11-201-7/+39
* fix __legitimize_mnt()/mntput() raceAl Viro2018-11-201-0/+13
* fix mntput/mntput raceAl Viro2018-11-201-2/+12
* root dentries need RCU-delayed freeingAl Viro2018-11-201-2/+4
* squashfs: more metadata hardeningLinus Torvalds2018-11-201-0/+2
* squashfs: be more careful about metadata corruptionLinus Torvalds2018-11-204-5/+16
* cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri2018-11-201-1/+0
* cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flagKiran Kumar Modukuri2018-11-201-1/+1
* fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri2018-11-204-5/+8
* cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri2018-11-201-5/+12
* fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri2018-11-201-2/+4
* fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-11-201-7/+13
* reiserfs: fix buffer overflow with long warning messagesEric Biggers2018-11-201-60/+81
* fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-11-201-3/+2
* binfmt_elf: fix calculations for bss paddingKees Cook2018-11-201-16/+18
* mm, elf: handle vm_brk errorMichal Hocko2018-11-201-2/+5
* ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-11-202-1/+7
* ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-11-202-16/+18
* cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio2018-11-205-21/+14
* cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg2018-11-203-6/+11
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-11-202-8/+20
* cifs: Fix use after free of a mid_q_entryLars Persson2018-11-207-2/+28
* ext4: check superblock mapped prior to committingJon Derrick2018-11-201-0/+8
* ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava2018-11-201-14/+16
* nfsd: silence sparse warning about accessing credentialsJeff Layton2018-11-201-1/+1
* udf: Detect incorrect directory sizeJan Kara2018-11-201-0/+3
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-11-201-11/+26
* ext4: include the illegal physical block in the bad map ext4_error msgTheodore Ts'o2018-11-201-2/+2
* fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo2018-11-201-3/+9
* mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying2018-11-201-2/+3
* pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov2018-11-201-7/+10
* NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski2018-11-201-2/+3
* fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-11-201-0/+1
* fuse: fix control dir setup and teardownMiklos Szeredi2018-11-201-3/+10
* Btrfs: reserve space for O_TMPFILE orphan item deletionOmar Sandoval2018-11-201-1/+2
* Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval2018-11-201-12/+13
* Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval2018-11-201-1/+4
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-11-201-1/+1
* ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o2018-11-201-3/+7
* ext4: don't read out of bounds when checking for in-inode xattrsEric Biggers2018-11-202-4/+5
* ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers2018-11-201-1/+1
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2018-11-201-4/+28