summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-11-13fsnotify: Fix busy inodes during unmountJan Kara2-8/+34
2018-11-13lockd: fix access beyond unterminated strings in printsAmir Goldstein1-1/+1
2018-11-13nfsd: correctly decrement odstate refcount in error pathAndrew Elble1-2/+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-13userfaultfd: disable irqs when taking the waitqueue lockChristoph Hellwig1-4/+4
2018-11-13mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka1-1/+3
2018-11-13crypto: speck - remove SpeckJason A. Donenfeld2-14/+0
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-13ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o1-6/+27
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-13f2fs: fix to recover cold bit of inode block during PORChao Yu2-1/+7
2018-11-13f2fs: fix missing up_readJaegeuk Kim1-1/+3
2018-11-13Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim1-4/+0
2018-11-13f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu4-5/+15
2018-11-13f2fs: report error if quota off error during umountYunlei He1-3/+16
2018-11-13f2fs: avoid sleeping under spin_lockZhikang Zhang2-22/+36
2018-11-13f2fs: fix to recover inode's i_flags during PORChao Yu1-0/+1
2018-11-13f2fs: fix to recover inode's crtime during PORChao Yu1-0/+7
2018-11-13ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o1-2/+6
2018-11-13f2fs: clear PageError on the read pathJaegeuk Kim1-1/+4
2018-11-13f2fs: fix to account IO correctly for cgroup writebackChao Yu1-0/+4
2018-11-13cifs: fix a credits leak for compund commandsRonnie Sahlberg1-20/+37
2018-11-13jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen1-3/+7
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells3-23/+5
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-10-15afs: Fix clearance of replyDavid Howells2-4/+0
2018-10-14Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-2/+11
2018-10-13ubifs: Fix WARN_ON logic in exit pathRichard Weinberger1-2/+2
2018-10-13Merge branch 'akpm'Greg Kroah-Hartman2-0/+3
2018-10-13fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov1-0/+1
2018-10-13ocfs2: fix a GCC warningzhong jiang1-0/+2
2018-10-13Merge tag 'gfs2-4.19.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-5/+1
2018-10-12afs: Fix afs_server struct leakDavid Howells1-0/+2
2018-10-12gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher1-5/+1
2018-10-12afs: Fix cell proc listDavid Howells5-10/+22
2018-10-11Merge tag 'xfs-fixes-for-4.19-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Greg Kroah-Hartman1-35/+165
2018-10-09gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher1-0/+4
2018-10-08filesystem-dax: Fix dax_layout_busy_page() livelockDan Williams1-2/+11
2018-10-06xfs: fix data corruption w/ unaligned reflink rangesDave Chinner1-13/+34
2018-10-06xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner1-0/+21