aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-15xfs: verify inline directory data forksDarrick J. Wong6-18/+122
2017-03-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2-6/+10
2017-03-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2-17/+32
2017-03-07xfs: remove kmem_zalloc_greedyDarrick J. Wong3-24/+2
2017-03-07xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra1-2/+1
2017-03-07xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig1-32/+27
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig6-13/+22
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+5
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-4/+5
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-27fs: add i_blocksize()Fabian Frederick2-10/+10
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-4/+5
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2-6/+6
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-14/+11
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+6
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds42-609/+891
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-4/+3
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-6/+4
2017-02-17xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2-18/+2
2017-02-17xfs: simplify xfs_rtallocate_extentChristoph Hellwig3-27/+13
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2-3/+1
2017-02-16xfs: tune down agno asserts in the bmap codeChristoph Hellwig1-16/+6
2017-02-16xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra1-2/+1
2017-02-16xfs: don't reserve blocks for right shift transactionsBrian Foster1-10/+10
2017-02-16xfs: fix len comparison in xfs_extent_busy_trimArnd Bergmann1-1/+1
2017-02-16xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong1-1/+1
2017-02-16xfs: split indlen reservations fairly when under reservedBrian Foster1-18/+43
2017-02-16xfs: handle indlen shortage on delalloc extent mergeBrian Foster1-3/+6
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismBrian Foster3-14/+19
2017-02-16xfs: clear delalloc and cache on buffered write failureBrian Foster1-1/+12
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig7-38/+88
2017-02-09xfs: improve busy extent sortingChristoph Hellwig1-4/+12
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig5-73/+166
2017-02-09xfs: don't fail xfs_extent_busy allocationChristoph Hellwig1-12/+1
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell1-9/+15
2017-02-09xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig1-3/+9
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig5-123/+68
2017-02-06xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig2-29/+68
2017-02-06xfs: return the converted extent in __xfs_reflink_convert_cowChristoph Hellwig1-6/+5
2017-02-06xfs: introduce xfs_aligned_fsb_countChristoph Hellwig2-9/+22
2017-02-06xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig3-12/+11
2017-02-03xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao1-0/+1
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong5-11/+123
2017-02-02xfs: allow unwritten extents in the CoW forkDarrick J. Wong1-30/+50
2017-02-02xfs: verify free block header fieldsDarrick J. Wong1-2/+49
2017-02-02xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong1-1/+5
2017-02-02xfs: filter out obviously bad btree pointersDarrick J. Wong3-6/+4
2017-02-02xfs: fail _dir_open when readahead failsDarrick J. Wong3-7/+5