summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* crypto: speck - remove SpeckJason A. Donenfeld2018-11-132-14/+0
* ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2018-11-132-26/+50
* ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong2018-11-131-1/+3
* ext4: fix setattr project check in fssetxattr ioctlWang Shilong2018-11-131-23/+37
* ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner2018-11-131-1/+1
* ext4: fix EXT4_IOC_SWAP_BOOTTheodore Ts'o2018-11-131-6/+27
* gfs2_meta: ->mount() can get NULL dev_nameAl Viro2018-11-131-0/+3
* jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara2018-11-131-2/+2
* f2fs: fix to account IO correctlyChao Yu2018-11-131-2/+2
* f2fs: fix to recover cold bit of inode block during PORChao Yu2018-11-132-1/+7
* f2fs: fix missing up_readJaegeuk Kim2018-11-131-1/+3
* Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim2018-11-131-4/+0
* f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-11-134-5/+15
* f2fs: report error if quota off error during umountYunlei He2018-11-131-3/+16
* f2fs: avoid sleeping under spin_lockZhikang Zhang2018-11-132-22/+36
* f2fs: fix to recover inode's i_flags during PORChao Yu2018-11-131-0/+1
* f2fs: fix to recover inode's crtime during PORChao Yu2018-11-131-0/+7
* ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-11-131-2/+6
* f2fs: clear PageError on the read pathJaegeuk Kim2018-11-131-1/+4
* f2fs: fix to account IO correctly for cgroup writebackChao Yu2018-11-131-0/+4
* cifs: fix a credits leak for compund commandsRonnie Sahlberg2018-11-131-20/+37
* jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao2018-11-131-3/+1
* fscache: Fix out of bound read in long cookie keysEric Sandeen2018-10-181-3/+7
* fscache: Fix incomplete initialisation of inline key spaceDavid Howells2018-10-183-23/+5
* cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro2018-10-181-1/+1
* afs: Fix clearance of replyDavid Howells2018-10-152-4/+0
* Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-141-2/+11
|\
| * filesystem-dax: Fix dax_layout_busy_page() livelockDan Williams2018-10-081-2/+11
* | ubifs: Fix WARN_ON logic in exit pathRichard Weinberger2018-10-131-2/+2
* | Merge branch 'akpm'Greg Kroah-Hartman2018-10-132-0/+3
|\ \
| * | fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov2018-10-131-0/+1
| * | ocfs2: fix a GCC warningzhong jiang2018-10-131-0/+2
* | | Merge tag 'gfs2-4.19.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-10-131-5/+1
|\ \ \ | |/ / |/| |
| * | gfs2: Fix iomap buffered write support for journaled files (2)Andreas Gruenbacher2018-10-121-5/+1
* | | afs: Fix afs_server struct leakDavid Howells2018-10-121-0/+2
* | | afs: Fix cell proc listDavid Howells2018-10-125-10/+22
* | | Merge tag 'xfs-fixes-for-4.19-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Greg Kroah-Hartman2018-10-111-35/+165
|\ \ \ | |/ / |/| |
| * | xfs: fix data corruption w/ unaligned reflink rangesDave Chinner2018-10-061-13/+34
| * | xfs: fix data corruption w/ unaligned dedupe rangesDave Chinner2018-10-061-0/+21
| * | xfs: update ctime and remove suid before cloning filesDarrick J. Wong2018-10-051-0/+25
| * | xfs: zero posteof blocks when cloning above eofDarrick J. Wong2018-10-051-8/+25
| * | xfs: refactor clonerange preparation into a separate helperDarrick J. Wong2018-10-051-27/+73
* | | gfs2: Fix iomap buffered write support for journaled filesAndreas Gruenbacher2018-10-091-0/+4
* | | ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-051-2/+2
* | | proc: restrict kernel stack dumps to rootJann Horn2018-10-051-0/+14
* | | ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen2018-10-051-4/+12
* | | Merge tag '4.19-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Greg Kroah-Hartman2018-10-054-6/+31
|\ \ \
| * | | smb3: fix lease break problem introduced by compoundingSteve French2018-10-021-2/+1
| * | | cifs: only wake the thread for the very last PDU in a compoundRonnie Sahlberg2018-10-021-1/+17
| * | | cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg2018-10-023-2/+12