summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-11-13lockd: fix access beyond unterminated strings in printsAmir Goldstein1-1/+1
2018-11-13nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington1-19/+21
2018-11-13NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-11-13smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French1-2/+4
2018-11-13smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2018-11-13smb3: allow stats which track session and share reconnects to be resetSteve French1-0/+3
2018-11-13mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka1-1/+3
2018-11-13ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2-26/+50
2018-11-13ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong1-1/+3
2018-11-13ext4: fix setattr project check in fssetxattr ioctlWang Shilong1-23/+37
2018-11-13ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner1-1/+1
2018-11-13gfs2_meta: ->mount() can get NULL dev_nameAl Viro1-0/+3
2018-11-13jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara1-2/+2
2018-11-13f2fs: fix to account IO correctlyChao Yu1-2/+2
2018-11-13Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim1-4/+0
2018-11-13f2fs: report error if quota off error during umountYunlei He1-3/+16
2018-11-13f2fs: fix to recover inode's i_flags during PORChao Yu1-0/+1
2018-11-13ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o1-2/+6
2018-11-13jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1
2018-11-10cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-11-10xfs: truncate transaction does not modify the inobtBrian Foster1-8/+1
2018-11-10fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein1-9/+5
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein4-5/+19
2018-11-04fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov1-0/+1
2018-11-04btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo1-1/+3
2018-11-04cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven1-1/+1
2018-11-04ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen1-4/+12
2018-10-20Revert "vfs: fix freeze protection in mnt_want_write_file() for overlayfs"Greg Kroah-Hartman1-4/+3
2018-10-18dcache: account external names as indirectly reclaimable memoryRoman Gushchin1-9/+29
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-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-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-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-04isofs: reject hardware sector size > 2048 bytesEric Sandeen1-0/+7
2018-10-04ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein1-18/+44
2018-10-04fs/lock: skip lock owner pid translation in case we are in init_pid_nsKonstantin Khorenko1-0/+7
2018-10-04nfsd: fix corrupted reply to badly ordered compoundJ. Bruce Fields1-0/+1
2018-10-04iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher1-10/+11
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