summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-134-12/+7
|\
| * pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-4/+1
| * fs/ncpfs: Convert timers to use timer_setup()Kees Cook2017-11-023-7/+5
| * timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+1
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-08536-260/+982
| |\ \
| * | | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-101-1/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-1322-54/+45
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07503-81/+653
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | 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/+0
| * | | | 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
| |\ \ \ \
| * | | | | locking/rwsem, fs: Use killable down_read() in iterate_dir()Kirill Tkhai2017-10-101-6/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-131-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ima: call ima_file_free() prior to calling fasyncMimi Zohar2017-11-081-1/+1
| * | | | vfs: fix mounting a filesystem with i_versionMimi Zohar2017-11-081-1/+2
* | | | | 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/+8
| * | | | | | 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-231-8/+13
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-10-215-6/+7
|\ \ \ \ \ \
| * | | | | | Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-184-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
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud