summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07503-81/+653
|\
| * fs/hugetlbfs/inode.c: fix hwpoison reserve accountingMike Kravetz2017-11-031-1/+4
| * ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-031-6/+18
| * mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying2017-11-031-1/+5
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02485-0/+485
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02485-0/+485
| * | cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-10-301-2/+3
| * | Merge tag '4.14-smb3-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-10-288-34/+77
| |\ \
| | * | SMB3: Validate negotiate request must always be signedSteve French2017-10-261-0/+3
| | * | SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp2017-10-251-1/+2
| | * | SMB: fix leak of validate negotiate info response bufferDavid Disseldorp2017-10-251-2/+5
| | * | CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel2017-10-251-2/+2
| | * | CIFS: do not send invalid input buffer on QUERY_INFO requestsAurelien Aptel2017-10-251-3/+7
| | * | cifs: Select all required crypto modulesBenjamin Gilbert2017-10-251-0/+5
| | * | CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATELong Li2017-10-181-1/+1
| | * | cifs: handle large EA requests more gracefully in smb2+Ronnie Sahlberg2017-10-185-11/+32
| | * | Fix encryption labels and lengths for SMB3.1.1Steve French2017-10-182-14/+20
| * | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-285-27/+42
| |\ \ \
| | * | | ovl: do not cleanup unsupported index entriesAmir Goldstein2017-10-242-10/+8Star
| | * | | ovl: handle ENOENT on index lookupAmir Goldstein2017-10-241-0/+4
| | * | | ovl: fix EIO from lookup of non-indexed upperAmir Goldstein2017-10-243-17/+26
| | * | | ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter2017-10-191-0/+1
| | * | | ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa2017-10-191-0/+3
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-10-281-1/+2
| |\ \ \
| | * | | fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-10-251-1/+2
| | | |/ | | |/|
| * | | Merge tag 'ceph-for-4.14-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2017-10-261-1/+4
| |\ \ \
| | * | | ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-10-251-1/+4
| | |/ /
| * | | Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-261-8/+13
| |\ \ \ | | |/ / | |/| |
| | * | xfs: fix AIM7 regressionChristoph Hellwig2017-10-241-8/+13
* | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-2517-26/+27
* | | | locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-9/+0Star
* | | | locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-9/+9
* | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-243-4/+4
* | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-2437-179/+329
|\| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-10-225-6/+7
| |\ \ \
| | * | | Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-194-5/+5
| | * | | vfs: fix mounting a filesystem with i_versionMimi Zohar2017-10-171-1/+2
| * | | | Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-204-8/+37
| |\ \ \ \
| | * \ \ \ Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-194-8/+37
| | |\ \ \ \
| | | * | | | ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2017-10-122-8/+25
| | | * | | | fscrypt: fix dereference of NULL user_key_payloadEric Biggers2017-10-121-0/+5
| | | * | | | FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-121-0/+7
| * | | | | | membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-201-0/+1
| |/ / / / /
| * | | | | Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-186-61/+107
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | xfs: move two more RT specific functions into CONFIG_XFS_RTArnd Bergmann2017-10-161-24/+24
| | * | | | xfs: trim writepage mapping to within eofBrian Foster2017-10-163-0/+25
| | * | | | fs: invalidate page cache after end_io() in dio completionEryu Guan2017-10-162-25/+36
| | * | | | xfs: cancel dirty pages on invalidationDave Chinner2017-10-161-12/+22
| | | |_|/ | | |/| |
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-10-181-6/+13
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fs: Avoid invalidation in interrupt context in dio_complete()Lukas Czerner2017-10-171-6/+13