summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-09-15btrfs: use correct compare function of dirty_metadata_bytesEthan Lien
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo
2018-09-15btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo
2018-09-15btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro
2018-09-15SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French
2018-09-15smb3: fix reset of bytes read and written statsSteve French
2018-09-15fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa
2018-09-15fat: validate ->i_start before usingOGAWA Hirofumi
2018-09-15hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández
2018-09-15reiserfs: change j_timestamp type to time64_tArnd Bergmann
2018-09-15hfs: prevent crash on exit from failed searchErnesto A. Fernández
2018-09-15hfsplus: don't return 0 when fill_super() failedTetsuo Handa
2018-09-15cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg
2018-09-09fs/quota: Fix spectre gadget in do_quotactlJeremy Cline
2018-09-09getxattr: use correct xattr lengthChristian Brauner
2018-09-09ubifs: Fix synced_i_size calculation for xattr inodesRichard Weinberger
2018-09-09ubifs: Check data node size before truncateRichard Weinberger
2018-09-09Revert "UBIFS: Fix potential integer overflow in allocation"Richard Weinberger
2018-09-09ubifs: Fix memory leak in lprobs self-checkRichard Weinberger
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker
2018-09-09pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter
2018-09-09fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun
2018-09-05scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche
2018-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2018-09-05fuse: Fix oops at process_init_reply()Miklos Szeredi
2018-09-05fuse: umount should wait for all requestsMiklos Szeredi
2018-09-05fuse: fix unlocked access to processing queueMiklos Szeredi
2018-09-05fuse: fix double request_end()Miklos Szeredi
2018-09-05fuse: fix initial parallel diropsMiklos Szeredi
2018-09-05fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin
2018-09-05ext4: reset error code in ext4_find_entry in fallbackEric Sandeen
2018-09-05ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann
2018-09-05ext4: check for NUL characters in extended attribute's nameTheodore Ts'o
2018-09-05smb3: don't request leases in symlink creation and querySteve French
2018-09-05smb3: Do not send SMB3 SET_INFO if nothing changedSteve French
2018-09-05smb3: enumerating snapshots was leaving part of the data off endSteve French
2018-09-05cifs: check kmalloc before useNicholas Mc Guire
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-08-24reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn
2018-08-24ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline
2018-08-24ceph: fix dentry leak in splice_dentry()Yan, Zheng
2018-08-15proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman
2018-08-15proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman
2018-08-15proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov
2018-08-15fix __legitimize_mnt()/mntput() raceAl Viro