aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-01-20Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-8/+16
2017-01-20Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+18
2017-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-2/+3
2017-01-19Merge tag 'xfs-for-linux-4.10-rc5-1' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 6-33/+84
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeGravatar Arnd Bergmann 2-2/+2
2017-01-18ceph: fix bad endianness handling in parse_reply_info_extraGravatar Jeff Layton 1-4/+5
2017-01-18ceph: fix endianness bug in frag_tree_split_cmpGravatar Jeff Layton 1-1/+2
2017-01-18ceph: fix endianness of getattr mask in ceph_d_revalidateGravatar Jeff Layton 1-2/+3
2017-01-18ceph: fix ceph_get_caps() interruptionGravatar Yan, Zheng 1-1/+6
2017-01-18ovl: fix possible use after free on redirect dir lookupGravatar Amir Goldstein 1-9/+18
2017-01-17xfs: don't wrap ID in xfs_dq_get_next_idGravatar Eric Sandeen 1-0/+4
2017-01-17xfs: sanity check inode di_modeGravatar Amir Goldstein 1-0/+3
2017-01-17xfs: sanity check inode mode when creating new dentryGravatar Amir Goldstein 1-9/+39
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementGravatar Amir Goldstein 3-18/+25
2017-01-17xfs: add missing include dependencies to xfs_dir2.hGravatar Amir Goldstein 1-0/+3
2017-01-17xfs: sanity check directory inode di_sizeGravatar Amir Goldstein 2-3/+7
2017-01-17xfs: make the ASSERT() condition likelyGravatar Amir Goldstein 1-3/+3
2017-01-17ubifs: Fix journal replay wrt. xattr nodesGravatar Richard Weinberger 1-2/+23
2017-01-17ubifs: remove redundant checks for encryption keyGravatar Eric Biggers 1-55/+3
2017-01-17ubifs: allow encryption ioctls in compat modeGravatar Eric Biggers 1-0/+3
2017-01-17ubifs: add CONFIG_BLOCK dependency for encryptionGravatar Arnd Bergmann 1-1/+1
2017-01-17ubifs: fix unencrypted journal writeGravatar Peter Rosin 1-0/+1
2017-01-17ubifs: ensure zero err is returned on successful returnGravatar Colin Ian King 1-0/+1
2017-01-16Merge tag 'nfs-for-4.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-12/+18
2017-01-16Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+3
2017-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 4-23/+54
2017-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-7/+27
2017-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-6/+7
2017-01-14coredump: Ensure proper size of sparse core filesGravatar Dave Kleikamp 2-0/+19
2017-01-14aio: fix lock dep warningGravatar Shaohua Li 1-2/+4
2017-01-13Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-15/+38
2017-01-13Merge tag 'ceph-for-4.10-rc4' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-2/+7
2017-01-13NFSv4: Fix client recovery when server reboots multiple timesGravatar Trond Myklebust 1-1/+0
2017-01-13fuse: fix time_to_jiffies nsec sanity checkGravatar David Sheets 1-1/+1
2017-01-13fuse: clear FR_PENDING flag when moving requests out of pending queueGravatar Tahsin Erdogan 1-1/+2
2017-01-12nfsd: fix supported attributes for acl & labelsGravatar J. Bruce Fields 1-1/+3
2017-01-12NFSv4: update_changeattr should update the attribute timestampGravatar Trond Myklebust 1-8/+13
2017-01-12NFSv4: Don't call update_changeattr() unless the unlink is successfulGravatar Trond Myklebust 1-1/+2
2017-01-12NFSv4: Don't apply change_info4 twice on rename within a directoryGravatar Trond Myklebust 1-2/+5
2017-01-12NFSv4: Call update_changeattr() from _nfs4_proc_open only if a file was createdGravatar Trond Myklebust 1-1/+2
2017-01-12Merge tag 'xfs-for-linus-4.10-rc4-1' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 6-111/+43
2017-01-12ceph: fix get_oldest_context()Gravatar Geng, Jichao 1-2/+2
2017-01-12ceph: fix mds cluster availability checkGravatar Yan, Zheng 1-0/+5
2017-01-12nfs: Don't take a reference on fl->fl_file for LOCK operationGravatar Benjamin Coddington 1-3/+0
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeGravatar Damien Le Moal 2-5/+5
2017-01-11xfs: Timely free truncated dirty pagesGravatar Jan Kara 1-8/+11
2017-01-11Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Gravatar Chris Mason 2-5/+12
2017-01-10ocfs2: fix crash caused by stale lvb with fsdlm pluginGravatar Eric Ren 3-0/+19
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanGravatar Ross Zwisler 1-15/+36
2017-01-10do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedGravatar Chandan Rajendra 1-1/+2