summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-2237-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
| * | | | fs/binfmt_misc.c: node could be NULL when evicting inodeEryu Guan2017-10-141-1/+1
| * | | | fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2017-10-142-5/+15
| * | | | Merge tag 'xfs-4.14-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-1214-72/+111
| |\ \ \ \
| | * | | | xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-111-0/+8
| | * | | | xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-111-0/+2
| | * | | | xfs: Fix bool initialization/comparisonThomas Meyer2017-10-115-8/+8
| | * | | | xfs: don't change inode mode if ACL update failsDave Chinner2017-10-111-6/+16
| | * | | | xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-113-0/+27
| | * | | | xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-113-58/+50Star
| * | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-10-121-11/+16
| |\ \ \ \ \
| | * | | | | quota: Generate warnings for DQUOT_SPACE_NOFAIL allocationsJan Kara2017-10-101-11/+16
| * | | | | | 9p: set page uptodate when required in write_end()Alexander Levin2017-10-111-3/+7
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-10-111-1/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2017-10-111-1/+2
| | |/ / / /
| * | | | | Merge tag 'nfsd-4.14-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-10-101-1/+8
| |\ \ \ \ \
| | * | | | | nfsd4: define nfsd4_secinfo_no_name_release()Eryu Guan2017-10-051-1/+8
| * | | | | | Merge tag 'f2fs-for-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-103-5/+5
| |\ \ \ \ \ \
| | * | | | | | f2fs: fix potential panic during fstrimChao Yu2017-10-033-5/+5
* | | | | | | | rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-181-5/+26
* | | | | | | | rxrpc: Support service upgrade from a kernel serviceDavid Howells2017-10-182-4/+8
|/ / / / / / /
* | | | | | | Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-10-095-7/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | NFSv4/pnfs: Fix an infinite layoutget loopTrond Myklebust2017-10-041-2/+1Star
| * | | | | | nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew2017-10-021-1/+2
| * | | | | | NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington2017-10-021-1/+1
| * | | | | | NFS: Cleanup error handling in nfs_idmap_request_key()Dan Carpenter2017-10-021-1/+1
| * | | | | | nfs: RPC_MAX_AUTH_SIZE is in bytesJ. Bruce Fields2017-10-021-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-072-3/+30
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-041-1/+8
| * | | | xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-041-2/+22
* | | | | Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-062-2/+2
|\ \ \ \ \
| * | | | | Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh2017-10-041-1/+1
| * | | | | btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli2017-10-041-1/+1
* | | | | | Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-10-062-10/+9Star
|\ \ \ \ \ \