summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-15fix __legitimize_mnt()/mntput() raceAl Viro1-0/+14
2018-08-15fix mntput/mntput raceAl Viro1-2/+12
2018-08-15make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro1-5/+2
2018-08-15root dentries need RCU-delayed freeingAl Viro1-2/+4
2018-08-09jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor1-4/+6
2018-08-09xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2018-08-09xfs: validate cached inodes are free when allocatedDave Chinner1-25/+48
2018-08-09xfs: catch inode allocation state mismatch corruptionDave Chinner1-1/+22
2018-08-09Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana1-0/+3
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-08-06userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK failsMike Rapoport1-1/+3
2018-08-06squashfs: more metadata hardeningsLinus Torvalds3-6/+13
2018-08-06squashfs: more metadata hardeningLinus Torvalds1-0/+2
2018-08-03ovl: Sync upper dirty data when syncing overlayfsChengguang Xu1-4/+15
2018-08-03ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-08-03ext4: check for allocation block validity with block group lockedTheodore Ts'o2-0/+6
2018-08-03ext4: fix inline data updates with checksums enabledTheodore Ts'o2-17/+18
2018-08-03squashfs: be more careful about metadata corruptionLinus Torvalds4-5/+16
2018-08-03blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck1-4/+5
2018-08-03f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim1-1/+7
2018-08-03fscrypt: use unbound workqueue for decryptionEric Biggers1-1/+10
2018-08-03btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo1-0/+19
2018-08-03btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba1-2/+8
2018-08-03Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval1-1/+4
2018-08-03Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval1-12/+13
2018-08-03btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien1-0/+3
2018-08-03f2fs: fix race in between GC and atomic openChao Yu1-0/+3
2018-08-03f2fs: fix to detect failure of dquot_initializeChao Yu1-1/+3
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala1-4/+7
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu1-0/+2
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu1-0/+3
2018-08-03f2fs: fix error path of move_data_pageChao Yu1-3/+8
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2018-08-03pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust1-1/+2
2018-08-03ceph: fix alignment of rasizeChengguang Xu1-1/+1
2018-08-03mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying1-10/+16
2018-08-03nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew1-0/+2
2018-08-03NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYTrond Myklebust1-4/+7
2018-08-03skip LAYOUTRETURN if layout is invalidOlga Kornievskaia1-2/+4
2018-07-28Revert "cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting"Greg Kroah-Hartman1-5/+2
2018-07-25fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi1-7/+13
2018-07-22autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli1-9/+13
2018-07-22reiserfs: fix buffer overflow with long warning messagesEric Biggers1-60/+81
2018-07-22ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen1-8/+18
2018-07-22ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2018-07-22Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana1-25/+112
2018-07-17f2fs: give message and set need_fsck given broken node idJaegeuk Kim3-21/+26
2018-07-17fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador1-3/+2
2018-07-17fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka1-1/+1
2018-07-17Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6