summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-for-linus-4.10-rc6-5' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2017-01-2713-63/+220
|\
| * xfs: prevent quotacheck from overloading inode lruBrian Foster2017-01-271-1/+2
| * xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong2017-01-261-10/+18
| * xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-01-251-0/+1
| * xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-01-251-2/+2
| * xfs: remove racy hasattr check from attr opsBrian Foster2017-01-251-6/+0
| * xfs: use per-AG reservations for the finobtChristoph Hellwig2017-01-255-20/+144
| * xfs: only update mount/resv fields on success in __xfs_ag_resv_initChristoph Hellwig2017-01-251-9/+14
| * xfs: verify dirblocklog correctlyDarrick J. Wong2017-01-241-1/+1
| * xfs: fix COW writeback raceChristoph Hellwig2017-01-233-14/+38
* | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-271-9/+17
|\ \
| * | Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval2017-01-261-2/+0
| * | Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval2017-01-261-0/+1
| * | Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval2017-01-261-4/+1
| * | Btrfs: fix truncate down when no_holes feature is enabledLiu Bo2017-01-191-1/+12
| * | Btrfs: Fix deadlock between direct IO and fast fsyncChandan Rajendra2017-01-191-2/+2
| * | 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 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