summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-138-45/+193
|\
| * 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-0634-286/+342
|\| |
| * | ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant2018-10-061-2/+2
| * | proc: restrict kernel stack dumps to rootJann Horn2018-10-061-0/+14
| * | ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen2018-10-061-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-031-2/+1
| | * | cifs: only wake the thread for the very last PDU in a compoundRonnie Sahlberg2018-10-031-1/+17
| | * | cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg2018-10-033-2/+12
| | * | smb2: fix missing files in root share directory listingAurelien Aptel2018-10-031-1/+1
| * | | Merge tag 'ovl-fixes-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2018-10-049-10/+27
| |\ \ \
| | * | | ovl: fix format of setxattr debugMiklos Szeredi2018-10-041-2/+2
| | * | | ovl: fix access beyond unterminated stringsAmir Goldstein2018-10-041-1/+1
| | * | | 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
* | | | | rxrpc: Use IPv4 addresses throught the IPv6David Howells2018-10-041-14/+15
* | | | | afs: Sort address lists so that they are in logical ascending orderDavid Howells2018-10-041-27/+24
* | | | | afs: Always build address lists using the helper functionsDavid Howells2018-10-041-17/+15
* | | | | afs: Do better max capacity handling on address listsDavid Howells2018-10-042-11/+16
|/ / / /
* | | | 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-021-4/+25
|\ \ \