summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-04-03xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong
2017-04-03xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong
2017-04-03xfs: provide a query_range function for freespace btreesDarrick J. Wong
2017-04-03xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong
2017-04-03xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong
2017-04-03xfs: Remove obsolete declaration of xfs_buf_get_emptyNikolay Borisov
2017-04-03xfs: fix up inode validation failure messageEric Sandeen
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig
2017-04-03xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster
2017-04-03xfs: fix kernel memory exposure problemsDarrick J. Wong
2017-04-03xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens
2017-04-03xfs: fix kernel memory exposure problemsDarrick J. Wong
2017-04-03xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens
2017-04-03xfs: rework the inline directory verifiersDarrick J. Wong
2017-04-03xfs: report crtime and attribute flags to statxDarrick J. Wong
2017-03-28xfs: rework the inline directory verifiersDarrick J. Wong
2017-03-15xfs: verify inline directory data forksDarrick J. Wong
2017-03-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig
2017-03-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster
2017-03-07xfs: remove kmem_zalloc_greedyDarrick J. Wong
2017-03-07xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra
2017-03-07xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-17xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig
2017-02-17xfs: simplify xfs_rtallocate_extentChristoph Hellwig
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-16xfs: tune down agno asserts in the bmap codeChristoph Hellwig
2017-02-16xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra
2017-02-16xfs: don't reserve blocks for right shift transactionsBrian Foster
2017-02-16xfs: fix len comparison in xfs_extent_busy_trimArnd Bergmann
2017-02-16xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong
2017-02-16xfs: split indlen reservations fairly when under reservedBrian Foster
2017-02-16xfs: handle indlen shortage on delalloc extent mergeBrian Foster
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismBrian Foster