summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Check for name being NULL while mountingRichard Weinberger2018-10-131-0/+3
* f2fs: fix invalid memory accessChao Yu2018-10-131-4/+5
* pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook2018-10-131-4/+25
* ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-101-2/+2
* proc: restrict kernel stack dumps to rootJann Horn2018-10-101-0/+14
* smb2: fix missing files in root share directory listingAurelien Aptel2018-10-101-1/+1
* sysfs: Do not return POSIX ACL xattrs via listxattrAndreas Gruenbacher2018-10-101-11/+13
* ovl: fix format of setxattr debugMiklos Szeredi2018-10-101-2/+2
* ovl: fix memory leak on unlink of indexed fileAmir Goldstein2018-10-101-1/+2
* ovl: fix access beyond unterminated stringsAmir Goldstein2018-10-101-1/+1
* ovl: set I_CREATING on inode being createdMiklos Szeredi2018-10-101-0/+4
* vfs: don't evict uninitialized inodeMiklos Szeredi2018-10-101-2/+6
* new primitive: discard_new_inode()Al Viro2018-10-102-5/+42
* cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-10-101-0/+8
* fs/cifs: suppress a string overflow warningStephen Rothwell2018-10-101-3/+8
* afs: Fix cell specification to permit an empty address listDavid Howells2018-10-101-8/+7
* ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov2018-10-101-5/+11
* fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein2018-10-101-10/+3
* fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn2018-10-101-3/+0
* btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain2018-10-101-1/+6
* Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko2018-10-104-21/+22
* isofs: reject hardware sector size > 2048 bytesEric Sandeen2018-10-031-0/+7
* filesystem-dax: Fix use of zero pageMatthew Wilcox2018-10-031-11/+2
* ext2, dax: set ext2_dax_aops for dax filesToshi Kani2018-10-031-1/+1
* fs/lock: skip lock owner pid translation in case we are in init_pid_nsKonstantin Khorenko2018-10-031-0/+7
* nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields2018-10-031-0/+1
* iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher2018-10-031-10/+11
* ext4, dax: set ext4_dax_aops for dax filesToshi Kani2018-09-291-1/+1
* ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani2018-09-291-0/+1
* ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers2018-09-291-0/+2
* ext4: don't mark mmp buffer head dirtyLi Dongyang2018-09-291-1/+0
* ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-291-1/+2
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-291-0/+20
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-291-0/+2
* ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o2018-09-292-2/+9
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-09-292-12/+12
* ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-09-291-0/+6
* ocfs2: fix ocfs2 read block panicJunxiao Bi2018-09-291-0/+1
* Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger2018-09-291-24/+0
* f2fs: do checkpoint in kill_sbJaegeuk Kim2018-09-261-3/+13
* configfs: fix registered group removalMike Christie2018-09-261-0/+11
* vfs: fix freeze protection in mnt_want_write_file() for overlayfsMiklos Szeredi2018-09-261-3/+4
* binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki2018-09-261-1/+1
* NFSv4.1 fix infinite loop on I/O.Trond Myklebust2018-09-262-3/+9
* NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust2018-09-261-1/+1
* cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-09-261-2/+2
* CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-261-10/+15
* cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter2018-09-261-2/+9
* ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi2018-09-261-12/+14
* pstore: Fix incorrect persistent ram buffer mappingBin Yang2018-09-261-3/+14