summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | btrfs: fix false enospc error when truncating heavily reflinked fileWang Xiaoguang2017-01-191-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-271-3/+3
| |\ \ \ \
| | * | | | block: fix use after free in __blkdev_direct_IOChristoph Hellwig2017-01-241-3/+3
| | | |/ / | | |/| |
| * | | | romfs: use different way to generate fsid for BLOCK or MTDColy Li2017-01-241-1/+22
| * | | | proc: add a schedule point in proc_pid_readdir()Eric Dumazet2017-01-241-0/+2
| * | | | userfaultfd: fix SIGBUS resulting from false rwsem wakeupsAndrea Arcangeli2017-01-241-2/+35
| * | | | dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler2017-01-244-4/+1
| |/ / /
| * | | Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2017-01-204-8/+16
| |\ \ \
| | * | | ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton2017-01-181-4/+5
| | * | | ceph: fix endianness bug in frag_tree_split_cmpJeff Layton2017-01-181-1/+2
| | * | | ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2017-01-181-2/+3
| | * | | ceph: fix ceph_get_caps() interruptionYan, Zheng2017-01-181-1/+6
| * | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-201-9/+18
| |\ \ \ \
| | * | | | ovl: fix possible use after free on redirect dir lookupAmir Goldstein2017-01-181-9/+18
| | |/ / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-01-202-2/+3
| |\ \ \ \
| | * | | | fuse: fix time_to_jiffies nsec sanity checkDavid Sheets2017-01-131-1/+1
| | * | | | fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-131-1/+2
| * | | | | Merge tag 'xfs-for-linux-4.10-rc5-1' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2017-01-196-33/+84
| |\ \ \ \ \
| | * | | | | xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-01-182-2/+2
| | * | | | | xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen2017-01-171-0/+4
| | * | | | | xfs: sanity check inode di_modeAmir Goldstein2017-01-171-0/+3
| | * | | | | xfs: sanity check inode mode when creating new dentryAmir Goldstein2017-01-171-9/+39
| | * | | | | xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-01-173-18/+25
| | * | | | | xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein2017-01-171-0/+3
| | * | | | | xfs: sanity check directory inode di_sizeAmir Goldstein2017-01-172-3/+7
| | * | | | | xfs: make the ASSERT() condition likelyAmir Goldstein2017-01-171-3/+3
| | | |/ / / | | |/| | |
| * | | | | ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger2017-01-171-2/+23
| * | | | | ubifs: remove redundant checks for encryption keyEric Biggers2017-01-171-55/+3
| * | | | | ubifs: allow encryption ioctls in compat modeEric Biggers2017-01-171-0/+3
| * | | | | ubifs: add CONFIG_BLOCK dependency for encryptionArnd Bergmann2017-01-171-1/+1
| * | | | | ubifs: fix unencrypted journal writePeter Rosin2017-01-171-0/+1
| * | | | | ubifs: ensure zero err is returned on successful returnColin Ian King2017-01-171-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-1727-177/+197
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge tag 'nfs-for-4.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-01-162-12/+18
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-01-131-1/+0
| | * | | | NFSv4: update_changeattr should update the attribute timestampTrond Myklebust2017-01-121-8/+13
| | * | | | NFSv4: Don't call update_changeattr() unless the unlink is successfulTrond Myklebust2017-01-121-1/+2
| | * | | | NFSv4: Don't apply change_info4 twice on rename within a directoryTrond Myklebust2017-01-121-2/+5
| | * | | | NFSv4: Call update_changeattr() from _nfs4_proc_open only if a file was createdTrond Myklebust2017-01-121-1/+2
| | * | | | nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington2017-01-121-3/+0
| | | |/ / | | |/| |
| * | | | Merge tag 'nfsd-4.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-01-161-1/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | nfsd: fix supported attributes for acl & labelsJ. Bruce Fields2017-01-121-1/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-01-154-23/+54
| |\ \ \ \
| | * | | | sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-101-1/+2
| | * | | | libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mountEric W. Biederman2017-01-101-1/+2
| | * | | | mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2017-01-102-21/+50
| | |/ / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-01-144-7/+27
| |\ \ \ \
| | * | | | coredump: Ensure proper size of sparse core filesDave Kleikamp2017-01-142-0/+19
| | * | | | aio: fix lock dep warningShaohua Li2017-01-141-2/+4
| | * | | | tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2017-01-101-5/+4
OpenPOWER on IntegriCloud