summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK failsMike Rapoport2018-08-061-1/+3
* squashfs: more metadata hardeningsLinus Torvalds2018-08-063-6/+13
* squashfs: more metadata hardeningLinus Torvalds2018-08-061-0/+2
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-032-8/+5
* ext4: check for allocation block validity with block group lockedTheodore Ts'o2018-08-032-0/+6
* ext4: fix inline data updates with checksums enabledTheodore Ts'o2018-08-032-17/+18
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-031-3/+2
* squashfs: be more careful about metadata corruptionLinus Torvalds2018-08-034-5/+16
* blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck2018-08-031-4/+5
* f2fs: check cap_resource only for data blocksJaegeuk Kim2018-08-031-4/+4
* f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim2018-08-031-1/+7
* mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai2018-08-031-2/+2
* fscrypt: use unbound workqueue for decryptionEric Biggers2018-08-031-1/+10
* btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo2018-08-031-0/+19
* btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba2018-08-031-2/+8
* Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval2018-08-031-1/+4
* Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval2018-08-031-12/+13
* btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien2018-08-031-0/+3
* f2fs: fix race in between GC and atomic openChao Yu2018-08-031-0/+3
* f2fs: fix to detect failure of dquot_initializeChao Yu2018-08-031-1/+3
* f2fs: fix missing clear FI_NO_PREALLOC in some error caseYunlei He2018-08-031-0/+2
* f2fs: Fix deadlock in shutdown ioctlSahitya Tummala2018-08-031-4/+7
* f2fs: fix to wait page writeback during revoking atomic writeChao Yu2018-08-031-0/+2
* f2fs: fix to don't trigger writeback during recoveryChao Yu2018-08-031-0/+3
* f2fs: don't drop dentry pages after fs shutdownChao Yu2018-08-031-0/+6
* f2fs: fix error path of move_data_pageChao Yu2018-08-031-3/+8
* disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev2018-08-031-0/+6
* NFS: Fix up nfs_post_op_update_inode() to force ctime updatesTrond Myklebust2018-08-031-1/+2
* pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust2018-08-031-1/+2
* ceph: fix use-after-free in ceph_statfs()Luis Henriques2018-08-031-4/+7
* ceph: fix alignment of rasizeChengguang Xu2018-08-031-1/+1
* mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying2018-08-031-10/+16
* nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew2018-08-031-0/+2
* nfsd: fix error handling in nfs4_set_delegation()Andrew Elble2018-08-031-1/+4
* NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYTrond Myklebust2018-08-031-4/+7
* skip LAYOUTRETURN if layout is invalidOlga Kornievskaia2018-08-031-2/+4
* drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro2018-07-251-1/+0
* fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi2018-07-251-7/+13
* autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli2018-07-221-9/+13
* reiserfs: fix buffer overflow with long warning messagesEric Biggers2018-07-221-60/+81
* f2fs: sanity check for total valid node blocksJaegeuk Kim2018-07-171-0/+16
* f2fs: sanity check on sit entryJaegeuk Kim2018-07-171-0/+9
* f2fs: avoid bug_on on corrupted inodeJaegeuk Kim2018-07-171-1/+19
* f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-07-173-21/+26
* xfs: fix inobt magic number checkDarrick J. Wong2018-07-171-1/+1
* fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-07-171-3/+2
* fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-171-1/+2
* Fix up non-directory creation in SGID directoriesLinus Torvalds2018-07-171-0/+6
* dax: change bdev_dax_supported() to support boolean returnsDave Jiang2018-07-114-12/+10
* fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-07-115-10/+37