summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-04-26orangefs: support very large directoriesMartin Brandenburg1-88/+185
2017-04-26orangefs: support llseek on directoriesMartin Brandenburg1-14/+36
2017-04-26orangefs: rewrite readdir to fix several bugsMartin Brandenburg3-354/+197
2017-04-26orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg1-2/+0
2017-04-26orangefs: clean up oversize xattr validationMartin Brandenburg1-17/+7
2017-04-26orangefs: fix bounds check for listxattrMartin Brandenburg1-1/+1
2017-04-26orangefs: remove unused get_fsid_from_inoMartin Brandenburg1-5/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro72-647/+815
2017-04-25nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2-0/+6
2017-04-25nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2-8/+9
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-45/+0
2017-04-25block, dax: convert bdev_dax_supported() to dax_direct_access()Dan Williams1-20/+28
2017-04-25filesystem-dax: convert to dax_direct_access()Dan Williams2-122/+158
2017-04-25Revert "block: use DAX for partition table reads"Dan Williams1-20/+0
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams3-2/+26
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-12/+10
2017-04-25xfs: better log intent item refcount checkingDarrick J. Wong4-0/+4
2017-04-25xfs: fix up quotacheck buffer list error handlingBrian Foster3-6/+26
2017-04-25xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig3-60/+55
2017-04-25xfs: don't use bool values in trace buffersChristoph Hellwig1-5/+5
2017-04-25xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong1-1/+1
2017-04-25xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig1-8/+8
2017-04-25xfs: corruption needs to respect endianess too!Christoph Hellwig1-1/+1
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig1-1/+1
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapChristoph Hellwig1-1/+1
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig6-122/+41
2017-04-25xfs: remove unused values from xfs_exntst_tChristoph Hellwig1-1/+0
2017-04-25xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig1-2/+0
2017-04-25xfs: more do_div cleanupsEric Sandeen3-7/+4
2017-04-25xfs: remove use of do_div with 32-bit dividend in quotaEric Sandeen1-2/+2
2017-04-25xfs: remove the trailing newline used in the fmt parameter of TP_printkHou Tao1-14/+15
2017-04-25xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster1-2/+3
2017-04-25xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen1-2/+8
2017-04-25iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_sizeChandan Rajendra1-0/+3
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig2-46/+0
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig2-83/+2
2017-04-25xfs: introduce xfs_bmapi_remapChristoph Hellwig1-45/+112
2017-04-25xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig1-59/+64
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig1-6/+3
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig1-1/+1
2017-04-25fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein1-8/+18
2017-04-24ext4: Improve comments in ext4_quota_{on|off}()Jan Kara1-2/+10
2017-04-24fsnotify: remove a stray unlockDan Carpenter1-1/+0
2017-04-24udf: use kmap_atomic for memcpy copyingFabian Frederick2-9/+9
2017-04-24udf: use octal for permissionsFabian Frederick2-8/+8
2017-04-24Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds2-9/+19
2017-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+12
2017-04-22Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov1-1/+0