summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ovl: make symbol 'ovl_aops' staticWei Yongjun2018-09-251-1/+1
| * | | | vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-245-6/+20
| * | | | ovl: fix freeze protection bypass in ovl_clone_file_range()Amir Goldstein2018-09-241-1/+1
| * | | | ovl: fix freeze protection bypass in ovl_write_iter()Amir Goldstein2018-09-241-0/+2
| * | | | ovl: fix memory leak on unlink of indexed fileAmir Goldstein2018-09-241-1/+2
* | | | | Merge tag 'xfs-fixes-for-4.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs...Greg Kroah-Hartman2018-10-0418-264/+256
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-10-011-11/+13
| * | | | iomap: set page dirty after partial delalloc on mkwriteBrian Foster2018-09-291-1/+1
| * | | | xfs: remove invalid log recovery first/last cycle checkBrian Foster2018-09-291-10/+0
| * | | | xfs: validate inode di_forkoffEric Sandeen2018-09-291-0/+30
| * | | | xfs: skip delalloc COW blocks in xfs_reflink_end_cowChristoph Hellwig2018-09-291-6/+4
| * | | | xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-292-1/+5
| * | | | xfs: remove duplicated include from alloc.cYueHaibing2018-09-291-1/+0
| * | | | xfs: don't bring in extents in xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-09-291-6/+2
| * | | | xfs: fix transaction leak in xfs_reflink_allocate_cow()Dave Chinner2018-09-291-50/+77
| * | | | xfs: avoid lockdep false positives in xfs_trans_allocDave Chinner2018-09-291-2/+8
| * | | | xfs: refactor xfs_buf_log_item reference count handlingBrian Foster2018-09-293-58/+56
| * | | | xfs: clean up xfs_trans_brelse()Brian Foster2018-09-291-71/+39
| * | | | xfs: don't unlock invalidated buf on aborted tx commitBrian Foster2018-09-292-50/+42
| * | | | xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-294-44/+16
| * | | | xfs: don't crash the vfs on a garbage inline symlinkDarrick J. Wong2018-09-291-1/+11
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGreg Kroah-Hartman2018-10-031-11/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | sysfs: Do not return POSIX ACL xattrs via listxattrAndreas Gruenbacher2018-09-181-11/+13
| |/ / /
* | | | Merge tag 'pstore-v4.19-rc7' of https://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2018-10-011-4/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | pstore/ram: Fix failure-path memory leak in ramoops_initKees Cook2018-09-301-4/+25
* | | | Merge tag 'libnvdimm-fixes2-4.19-rc6' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-09-301-0/+1
|\ \ \ \
| * | | | dax: Fix deadlock in dax_lock_mapping_entry()Jan Kara2018-09-271-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'for_v4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Greg Kroah-Hartman2018-09-271-1/+1
|\ \ \ \
| * | | | ext2, dax: set ext2_dax_aops for dax filesToshi Kani2018-09-191-1/+1
* | | | | erge tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-251-11/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | filesystem-dax: Fix use of zero pageMatthew Wilcox2018-09-111-11/+2
* | | | | Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/linux-ubifsGreg Kroah-Hartman2018-09-212-25/+6
|\ \ \ \ \
| * | | | | Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger2018-09-201-24/+0
| * | | | | ubifs: drop false positive assertionSascha Hauer2018-09-201-1/+3
| * | | | | ubifs: Check for name being NULL while mountingRichard Weinberger2018-09-201-0/+3
| | |/ / / | |/| | |
* | | | | ocfs2: fix ocfs2 read block panicJunxiao Bi2018-09-201-0/+1
* | | | | fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet2018-09-201-0/+1
|/ / / /
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-09-178-26/+72
|\ \ \ \
| * | | | ext4, dax: set ext4_dax_aops for dax filesToshi Kani2018-09-151-1/+1
| * | | | ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani2018-09-151-0/+1
| * | | | ext4: don't mark mmp buffer head dirtyLi Dongyang2018-09-151-1/+0
| * | | | ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers2018-09-151-0/+2
| * | | | ext4: close race between direct IO and ext4_break_layouts()Ross Zwisler2018-09-111-6/+3
| * | | | ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-031-1/+2
| * | | | ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-031-0/+20
| * | | | ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-011-0/+2
| * | | | ext4: avoid arithemetic overflow that can trigger a BUGTheodore Ts'o2018-09-012-2/+9
| * | | | ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-08-272-12/+12
| * | | | ext4: check to make sure the rename(2)'s destination is not freedTheodore Ts'o2018-08-271-0/+6
| * | | | ext4: add nonstring annotations to ext4.hTheodore Ts'o2018-08-271-3/+14