summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-10-13ubifs: Check for name being NULL while mountingRichard Weinberger1-0/+3
2018-10-13f2fs: fix invalid memory accessChao Yu1-4/+5
2018-10-13pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook1-4/+25
2018-10-10ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant1-2/+2
2018-10-10proc: restrict kernel stack dumps to rootJann Horn1-0/+14
2018-10-10smb2: fix missing files in root share directory listingAurelien Aptel1-1/+1
2018-10-10sysfs: Do not return POSIX ACL xattrs via listxattrAndreas Gruenbacher1-11/+13
2018-10-10ovl: fix format of setxattr debugMiklos Szeredi1-2/+2
2018-10-10ovl: fix memory leak on unlink of indexed fileAmir Goldstein1-1/+2
2018-10-10ovl: fix access beyond unterminated stringsAmir Goldstein1-1/+1
2018-10-10ovl: set I_CREATING on inode being createdMiklos Szeredi1-0/+4
2018-10-10vfs: don't evict uninitialized inodeMiklos Szeredi1-2/+6
2018-10-10new primitive: discard_new_inode()Al Viro2-5/+42
2018-10-10cifs: read overflow in is_valid_oplock_break()Dan Carpenter1-0/+8
2018-10-10fs/cifs: suppress a string overflow warningStephen Rothwell1-3/+8
2018-10-10afs: Fix cell specification to permit an empty address listDavid Howells1-8/+7
2018-10-10ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov1-5/+11
2018-10-10fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein1-10/+3
2018-10-10fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn1-3/+0
2018-10-10btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain1-1/+6
2018-10-10Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko4-21/+22
2018-10-03isofs: reject hardware sector size > 2048 bytesEric Sandeen1-0/+7
2018-10-03filesystem-dax: Fix use of zero pageMatthew Wilcox1-11/+2
2018-10-03ext2, dax: set ext2_dax_aops for dax filesToshi Kani1-1/+1
2018-10-03fs/lock: skip lock owner pid translation in case we are in init_pid_nsKonstantin Khorenko1-0/+7
2018-10-03nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields1-0/+1
2018-10-03iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher1-10/+11
2018-09-29ext4, dax: set ext4_dax_aops for dax filesToshi Kani1-1/+1
2018-09-29ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani1-0/+1
2018-09-29ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers1-0/+2
2018-09-29ext4: don't mark mmp buffer head dirtyLi Dongyang1-1/+0
2018-09-29ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o1-1/+2
2018-09-29ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o1-0/+20
2018-09-29ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o1-0/+2
2018-09-29ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o2-2/+9
2018-09-29ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2-12/+12
2018-09-29ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o1-0/+6
2018-09-29ocfs2: fix ocfs2 read block panicJunxiao Bi1-0/+1
2018-09-29Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger1-24/+0
2018-09-26f2fs: do checkpoint in kill_sbJaegeuk Kim1-3/+13
2018-09-26configfs: fix registered group removalMike Christie1-0/+11
2018-09-26vfs: fix freeze protection in mnt_want_write_file() for overlayfsMiklos Szeredi1-3/+4
2018-09-26binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki1-1/+1
2018-09-26NFSv4.1 fix infinite loop on I/O.Trond Myklebust2-3/+9
2018-09-26NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust1-1/+1
2018-09-26cifs: integer overflow in in SMB2_ioctl()Dan Carpenter1-2/+2
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-26ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi1-12/+14
2018-09-26pstore: Fix incorrect persistent ram buffer mappingBin Yang1-3/+14