summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a xfs_valid_startblock helperChristoph Hellwig2019-09-033-4/+11
* xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig2019-08-312-10/+5
* xfs: cleanup xfs_fsb_to_dbChristoph Hellwig2019-08-311-3/+3
* xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig2019-08-311-2/+1
* xfs: Fix stale data exposure when readahead races with hole punchJan Kara2019-08-311-0/+26
* xfs: allocate xattr buffer on demandDave Chinner2019-08-317-19/+55
* xfs: consolidate attribute value copyingDave Chinner2019-08-311-39/+49
* xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner2019-08-312-16/+2
* xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner2019-08-311-16/+17
* xfs: make attr lookup returns consistentDave Chinner2019-08-314-26/+48
* xfs: reverse search directory freespace indexesDave Chinner2019-08-311-8/+5
* xfs: speed up directory bestfree block scanningDave Chinner2019-08-311-63/+34
* xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner2019-08-311-92/+102
* xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner2019-08-311-166/+158
* xfs: move xfs_dir2_addname()Dave Chinner2019-08-311-71/+69
* xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-315-14/+8
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-3015-44/+54
* xfs: log proper length of btree block in scrub/repairEric Sandeen2019-08-281-1/+1
* xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong2019-08-282-1/+1
* xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-285-29/+15
* xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong2019-08-285-61/+36
* xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong2019-08-284-52/+36
* xfs: remove unnecessary parameter from xfs_iext_inc_seqDarrick J. Wong2019-08-281-4/+4
* xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong2019-08-281-2/+14
* xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong2019-08-281-1/+4
* xfs: fix maxicount division by zero errorDarrick J. Wong2019-08-281-2/+7
* xfs: bmap scrub should only scrub records onceDarrick J. Wong2019-08-271-31/+46
* xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin2019-08-271-2/+0
* xfs: add kmem_alloc_io()Dave Chinner2019-08-276-22/+60
* xfs: get allocation alignment from the buftargDave Chinner2019-08-271-0/+6
* xfs: add kmem allocation trace pointsDave Chinner2019-08-274-9/+50
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-2646-109/+102
* Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-253-3/+5
|\
| * ubifs: Limit the number of pages in shrink_liabilityLiu Song2019-08-221-1/+1
| * ubifs: Correctly initialize c->min_log_bytesRichard Weinberger2019-08-221-0/+4
| * ubifs: Fix double unlock around orphan_delete()Richard Weinberger2019-08-221-2/+0
* | userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov2019-08-251-12/+13
* | Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-241-0/+1
|\ \
| * | xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong2019-08-231-0/+1
* | | Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-231-19/+47
|\ \ \
| * | | io_uring: add need_resched() check in inner poll loopJens Axboe2019-08-221-1/+7
| * | | io_uring: don't enter poll loop if we have CQEs pendingJens Axboe2019-08-201-7/+15
| * | | io_uring: fix potential hang with polled IOJens Axboe2019-08-201-11/+25
| | |/ | |/|
* | | Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-234-88/+82
|\ \ \ | | |/ | |/|
| * | fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny2019-08-201-1/+1
| * | xfs: fix reflink source file racing with directio writesDarrick J. Wong2019-08-191-26/+37
| * | vfs: fix page locking deadlocks when deduping filesDarrick J. Wong2019-08-171-8/+41
| * | xfs: compat_ioctl: use compat_ptr()Christoph Hellwig2019-08-171-2/+2
| * | xfs: fall back to native ioctls for unhandled compat onesChristoph Hellwig2019-08-171-52/+2
* | | Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2019-08-237-15/+30
|\ \ \