summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust2018-08-241-7/+10
* ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline2018-08-241-1/+3
* fix __legitimize_mnt()/mntput() raceAl Viro2018-08-151-0/+14
* fix mntput/mntput raceAl Viro2018-08-151-2/+12
* make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro2018-08-151-5/+2
* root dentries need RCU-delayed freeingAl Viro2018-08-151-2/+4
* jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor2018-08-091-4/+6
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2018-08-091-3/+2
* xfs: validate cached inodes are free when allocatedDave Chinner2018-08-091-25/+48
* xfs: catch inode allocation state mismatch corruptionDave Chinner2018-08-091-1/+22
* Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana2018-08-091-0/+3
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-091-2/+2
* 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
* ovl: Sync upper dirty data when syncing overlayfsChengguang Xu2018-08-031-4/+15
* 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
* 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: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim2018-08-031-1/+7
* 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 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: 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
* pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust2018-08-031-1/+2
* 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
* 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
* Revert "cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting"Greg Kroah-Hartman2018-07-281-5/+2
* 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
* ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen2018-07-221-8/+18
* ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen2018-07-221-8/+55
* Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana2018-07-221-25/+112
* f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-07-173-21/+26
* fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-07-171-3/+2