summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-09-29ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2-12/+12
2018-09-29ocfs2: fix ocfs2 read block panicJunxiao Bi1-0/+1
2018-09-26binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki1-1/+1
2018-09-26CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-09-26cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter1-2/+9
2018-09-26pstore: Fix incorrect persistent ram buffer mappingBin Yang1-3/+14
2018-09-26gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher1-1/+1
2018-09-19autofs: fix autofs_sbi() does not check super block typeIan Kent2-2/+3
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu1-2/+19
2018-09-19NFSv4.0 fix client reference leak in callbackOlga Kornievskaia1-3/+8
2018-09-19f2fs: do not set free of current sectionYunlong Song1-0/+3
2018-09-15btrfs: use correct compare function of dirty_metadata_bytesEthan Lien1-4/+6
2018-09-15ovl: proper cleanup of workdirMiklos Szeredi3-2/+65
2018-09-15ovl: override creds with the ones from the superblock mounterAntonio Murdaca5-99/+27
2018-09-15ovl: rename is_merge to is_lowestMiklos Szeredi1-8/+8
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo1-1/+1
2018-09-15btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo1-11/+12
2018-09-15btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro1-0/+6
2018-09-15SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French1-1/+1
2018-09-15smb3: fix reset of bytes read and written statsSteve French1-0/+8
2018-09-15fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa1-1/+2
2018-09-15fat: validate ->i_start before usingOGAWA Hirofumi3-10/+20
2018-09-15hfsplus: fix NULL dereference in hfsplus_lookup()Ernesto A. Fernández1-2/+2
2018-09-15reiserfs: change j_timestamp type to time64_tArnd Bergmann1-1/+1
2018-09-15hfs: prevent crash on exit from failed searchErnesto A. Fernández1-3/+4
2018-09-15hfsplus: don't return 0 when fill_super() failedTetsuo Handa1-1/+3
2018-09-15cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg1-0/+7
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-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: 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