summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-09-05scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche1-0/+44
2018-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai1-0/+1
2018-09-05fuse: Fix oops at process_init_reply()Miklos Szeredi1-14/+11
2018-09-05fuse: umount should wait for all requestsMiklos Szeredi3-4/+22
2018-09-05fuse: fix unlocked access to processing queueMiklos Szeredi1-1/+7
2018-09-05fuse: fix double request_end()Miklos Szeredi1-2/+3
2018-09-05fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-09-05ext4: reset error code in ext4_find_entry in fallbackEric Sandeen1-0/+1
2018-09-05ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann1-3/+10
2018-09-05ext4: check for NUL characters in extended attribute's nameTheodore Ts'o1-0/+2
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-09-05smb3: don't request leases in symlink creation and querySteve French1-2/+2
2018-09-05smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2-1/+3
2018-09-05cifs: check kmalloc before useNicholas Mc Guire1-0/+6
2018-09-05cifs: add missing debug entries for kconfig optionsSteve French1-7/+23
2018-09-05cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri1-1/+0
2018-09-05cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri1-5/+12
2018-09-05fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri1-2/+4
2018-08-28ovl: warn instead of error if d_type is not supportedVivek Goyal1-5/+7
2018-08-28ovl: Do d_type check only if work dir creation was successfulVivek Goyal1-8/+11
2018-08-28ovl: Ensure upper filesystem supports d_typeVivek Goyal3-0/+53
2018-08-24reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn1-1/+3
2018-08-24ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline1-1/+3
2018-08-15fix __legitimize_mnt()/mntput() raceAl Viro1-0/+14
2018-08-15fix mntput/mntput raceAl Viro1-2/+12
2018-08-15root dentries need RCU-delayed freeingAl Viro1-2/+4
2018-08-15ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-08-09jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor1-4/+6
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-08-06squashfs: more metadata hardeningsLinus Torvalds3-6/+13
2018-08-06squashfs: more metadata hardeningLinus Torvalds1-0/+2
2018-08-06ext4: check for allocation block validity with block group lockedTheodore Ts'o2-0/+6
2018-08-06ext4: fix inline data updates with checksums enabledTheodore Ts'o2-17/+18
2018-08-06squashfs: be more careful about metadata corruptionLinus Torvalds4-5/+16
2018-08-06btrfs: qgroup: Finish rescan when hit the last leaf of extent treeQu Wenruo1-0/+19
2018-08-06btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba1-2/+8
2018-08-06f2fs: fix to don't trigger writeback during recoveryChao Yu1-0/+3
2018-08-06disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2018-08-06nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew1-0/+2
2018-07-25proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk1-1/+1
2018-07-25prctl: Add force disable speculationThomas Gleixner1-0/+3
2018-07-25proc: Provide details on speculation flaw mitigationsKees Cook1-0/+23
2018-07-25fat: fix memory allocation failure handling of match_strdup()OGAWA Hirofumi1-7/+13
2018-07-22ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2018-07-17x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov1-1/+1
2018-07-17Fix up non-directory creation in SGID directoriesLinus Torvalds1-0/+6
2018-07-11ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-07-11ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o1-0/+1