summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-09-09fs/quota: Fix spectre gadget in do_quotactlJeremy Cline1-0/+2
2018-09-09getxattr: use correct xattr lengthChristian Brauner1-1/+1
2018-09-09ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger1-0/+5
2018-09-09ubifs: Check data node size before truncateRichard Weinberger1-1/+10
2018-09-09Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger1-1/+1
2018-09-09ubifs: Fix memory leak in lprobs self-checkRichard Weinberger1-4/+4
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker1-1/+8
2018-09-09pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter1-1/+1
2018-09-09fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun1-2/+4
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: fix initial parallel diropsMiklos Szeredi3-10/+18
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-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-05smb3: enumerating snapshots was leaving part of the data off endSteve French1-7/+27
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-05Squashfs: Compute expected length from inode size rather than block lengthPhillip Lougher4-23/+24
2018-09-05squashfs metadata 2: electric boogalooLinus Torvalds3-14/+20
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-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-24ceph: fix dentry leak in splice_dentry()Yan, Zheng1-0/+1
2018-08-15proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2-14/+31
2018-08-15proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman1-13/+18
2018-08-15proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov3-19/+50
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-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-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-06squashfs: more metadata hardeningsLinus Torvalds3-6/+13
2018-08-06squashfs: more metadata hardeningLinus Torvalds1-0/+2
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-03fscrypt: use unbound workqueue for decryptionEric Biggers1-1/+10