summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-09-05cifs: add missing debug entries for kconfig optionsSteve French
2018-09-05Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher
2018-09-05squashfs metadata 2: electric boogalooLinus Torvalds
2018-09-05cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri
2018-09-05cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri
2018-09-05fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri
2018-09-05ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o
2018-08-24reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn
2018-08-24f2fs: sanity check for total valid node blocksJaegeuk Kim
2018-08-24f2fs: return error during fill_superJaegeuk Kim
2018-08-24btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()Qu Wenruo
2018-08-24ceph: fix dentry leak in splice_dentry()Yan, Zheng
2018-08-24pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust
2018-08-24ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline
2018-08-15fix __legitimize_mnt()/mntput() raceAl Viro
2018-08-15fix mntput/mntput raceAl Viro
2018-08-15make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro
2018-08-15root dentries need RCU-delayed freeingAl Viro
2018-08-09jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor
2018-08-09xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen
2018-08-09xfs: validate cached inodes are free when allocatedDave Chinner
2018-08-09xfs: catch inode allocation state mismatch corruptionDave Chinner
2018-08-09Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o
2018-08-06userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK failsMike Rapoport
2018-08-06squashfs: more metadata hardeningsLinus Torvalds
2018-08-06squashfs: more metadata hardeningLinus Torvalds
2018-08-03ovl: Sync upper dirty data when syncing overlayfsChengguang Xu
2018-08-03ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-08-03ext4: check for allocation block validity with block group lockedTheodore Ts'o
2018-08-03ext4: fix inline data updates with checksums enabledTheodore Ts'o
2018-08-03squashfs: be more careful about metadata corruptionLinus Torvalds
2018-08-03blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck
2018-08-03f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim
2018-08-03fscrypt: use unbound workqueue for decryptionEric Biggers
2018-08-03btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo
2018-08-03btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba
2018-08-03Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval
2018-08-03Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval
2018-08-03btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien
2018-08-03f2fs: fix race in between GC and atomic openChao Yu
2018-08-03f2fs: fix to detect failure of dquot_initializeChao Yu
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu
2018-08-03f2fs: fix error path of move_data_pageChao Yu
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev
2018-08-03pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust
2018-08-03ceph: fix alignment of rasizeChengguang Xu
2018-08-03mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying