summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-02-02debugfs: add debugfs_lookup()Omar Sandoval
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara
2017-02-02block: Make blk_get_backing_dev_info() safe without open bdevJan Kara
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2017-01-20Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-01-20Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-01-19Merge tag 'xfs-for-linux-4.10-rc5-1' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2017-01-18xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann
2017-01-18ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2017-01-18ceph: fix endianness bug in frag_tree_split_cmpJeff Layton
2017-01-18ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton
2017-01-18ceph: fix ceph_get_caps() interruptionYan, Zheng
2017-01-18ovl: fix possible use after free on redirect dir lookupAmir Goldstein
2017-01-17xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen
2017-01-17xfs: sanity check inode di_modeAmir Goldstein
2017-01-17xfs: sanity check inode mode when creating new dentryAmir Goldstein
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein
2017-01-17xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein
2017-01-17xfs: sanity check directory inode di_sizeAmir Goldstein
2017-01-17xfs: make the ASSERT() condition likelyAmir Goldstein
2017-01-17ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger
2017-01-17ubifs: remove redundant checks for encryption keyEric Biggers
2017-01-17ubifs: allow encryption ioctls in compat modeEric Biggers
2017-01-17ubifs: add CONFIG_BLOCK dependency for encryptionArnd Bergmann
2017-01-17ubifs: fix unencrypted journal writePeter Rosin
2017-01-17ubifs: ensure zero err is returned on successful returnColin Ian King
2017-01-16Merge tag 'nfs-for-4.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-01-16Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-01-14coredump: Ensure proper size of sparse core filesDave Kleikamp
2017-01-14aio: fix lock dep warningShaohua Li
2017-01-13Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-01-13Merge tag 'ceph-for-4.10-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-01-13NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust
2017-01-13fuse: fix time_to_jiffies nsec sanity checkDavid Sheets
2017-01-13fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan
2017-01-12nfsd: fix supported attributes for acl & labelsJ. Bruce Fields
2017-01-12NFSv4: update_changeattr should update the attribute timestampTrond Myklebust
2017-01-12NFSv4: Don't call update_changeattr() unless the unlink is successfulTrond Myklebust
2017-01-12NFSv4: Don't apply change_info4 twice on rename within a directoryTrond Myklebust
2017-01-12NFSv4: Call update_changeattr() from _nfs4_proc_open only if a file was createdTrond Myklebust
2017-01-12Merge tag 'xfs-for-linus-4.10-rc4-1' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds
2017-01-12ceph: fix get_oldest_context()Geng, Jichao