summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-11-13mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka
2018-11-13ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o
2018-11-13ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong
2018-11-13ext4: fix setattr project check in fssetxattr ioctlWang Shilong
2018-11-13ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner
2018-11-13gfs2_meta: ->mount() can get NULL dev_nameAl Viro
2018-11-13jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara
2018-11-13f2fs: fix to account IO correctlyChao Yu
2018-11-13Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim
2018-11-13f2fs: report error if quota off error during umountYunlei He
2018-11-13f2fs: fix to recover inode's i_flags during PORChao Yu
2018-11-13ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o
2018-11-13jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao
2018-11-10cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro
2018-11-10xfs: truncate transaction does not modify the inobtBrian Foster
2018-11-10fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-11-04fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov
2018-11-04btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo
2018-11-04cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven
2018-11-04ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen
2018-10-20Revert "vfs: fix freeze protection in mnt_want_write_file() for overlayfs"Greg Kroah-Hartman
2018-10-18dcache: account external names as indirectly reclaimable memoryRoman Gushchin
2018-10-13ubifs: Check for name being NULL while mountingRichard Weinberger
2018-10-13f2fs: fix invalid memory accessChao Yu
2018-10-10ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant
2018-10-10proc: restrict kernel stack dumps to rootJann Horn
2018-10-10smb2: fix missing files in root share directory listingAurelien Aptel
2018-10-10sysfs: Do not return POSIX ACL xattrs via listxattrAndreas Gruenbacher
2018-10-10ovl: fix format of setxattr debugMiklos Szeredi
2018-10-10ovl: fix memory leak on unlink of indexed fileAmir Goldstein
2018-10-10ovl: fix access beyond unterminated stringsAmir Goldstein
2018-10-10cifs: read overflow in is_valid_oplock_break()Dan Carpenter
2018-10-10fs/cifs: suppress a string overflow warningStephen Rothwell
2018-10-10fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn
2018-10-10btrfs: btrfs_shrink_device should call commit transaction at the endAnand Jain
2018-10-03isofs: reject hardware sector size > 2048 bytesEric Sandeen
2018-10-03ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein
2018-10-03fs/lock: skip lock owner pid translation in case we are in init_pid_nsKonstantin Khorenko
2018-10-03nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields
2018-10-03iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher
2018-09-29ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers
2018-09-29ext4: don't mark mmp buffer head dirtyLi Dongyang
2018-09-29ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o
2018-09-29ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o
2018-09-29ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o
2018-09-29ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o
2018-09-29ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o
2018-09-29ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o
2018-09-29ocfs2: fix ocfs2 read block panicJunxiao Bi