summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar2018-10-0484-613/+546Star
|\
| * Merge tag 'pstore-v4.19-rc7' of https://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2018-10-021-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/+2Star
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | filesystem-dax: Fix use of zero pageMatthew Wilcox2018-09-121-11/+2Star
| * | | | Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/linux-ubifsGreg Kroah-Hartman2018-09-212-25/+6Star
| |\ \ \ \
| | * | | | Revert "ubifs: xattr: Don't operate on deleted inodes"Richard Weinberger2018-09-201-24/+0Star
| | * | | | 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-161-1/+1
| | * | | ext4, dax: add ext4_bmap to ext4_dax_aopsToshi Kani2018-09-161-0/+1
| | * | | ext4: don't mark mmp buffer head dirtyLi Dongyang2018-09-151-1/+0Star
| | * | | 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/+3Star
| | * | | ext4: fix online resizing for bigalloc file systems with a 1k block sizeTheodore Ts'o2018-09-041-1/+2
| | * | | ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-09-041-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
| * | | | Merge tag '4.19-rc3-smb3-cifs' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-09-155-17/+43
| |\ \ \ \
| | * | | | cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-09-131-0/+8
| | * | | | cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-09-121-2/+2
| | * | | | CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-121-10/+15
| | * | | | cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter2018-09-121-2/+9
| | * | | | fs/cifs: require sha512Stefan Metzmacher2018-09-091-0/+1
| | * | | | fs/cifs: suppress a string overflow warningStephen Rothwell2018-09-091-3/+8
| | | |/ / | | |/| |
| * | | | Merge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-09-154-24/+39
| |\ \ \ \
| | * | | | NFS: Don't open code clearing of delegation stateTrond Myklebust2018-09-141-9/+12
| | * | | | NFSv4.1 fix infinite loop on I/O.Trond Myklebust2018-09-142-3/+9
| | * | | | NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust2018-09-141-1/+1
| | * | | | pNFS: Ensure we return the error if someone kills a waiting layoutgetTrond Myklebust2018-09-141-10/+16
| | * | | | NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust2018-09-141-1/+1
| * | | | | Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-09-143-15/+44
| |\ \ \ \ \
| | * | | | | ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi2018-09-101-12/+14
| | * | | | | ovl: add ovl_fadvise()Amir Goldstein2018-09-031-0/+20
| | * | | | | ovl: fix GPF in swapfile_activate of file from overlayfs over xfsAmir Goldstein2018-08-302-3/+6
| | * | | | | ovl: respect FIEMAP_FLAG_SYNC flagAmir Goldstein2018-08-301-0/+4
| * | | | | | Merge tag 'pstore-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-09-141-3/+14
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | pstore: Fix incorrect persistent ram buffer mappingBin Yang2018-09-131-3/+14
| * | | | | afs: Fix cell specification to permit an empty address listDavid Howells2018-09-081-8/+7Star
| * | | | | Merge tag 'ceph-for-4.19-rc3' of https://github.com/ceph/ceph-clientLinus Torvalds2018-09-071-5/+11
| |\ \ \ \ \