summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+1
* block: make scsi_request and scsi ioctl support optionalChristoph Hellwig2017-01-311-0/+1
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-7/+10
* 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
| * | | 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
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-143-6/+7
|\ \ \ \
| * | | | block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal2017-01-122-5/+5
| * | | | do_direct_IO: Use inode->i_blkbits to compute block count to be cleanedChandan Rajendra2017-01-101-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-135-15/+38
|\ \ \ \
| * \ \ \ Merge branch 'tracepoint-updates-4.10' of git://git.kernel.org/pub/scm/linux/...Chris Mason2017-01-112-5/+12
| |\ \ \ \