summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2017-04-18scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-04-18mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-04-18Merge branch 'akpm-current/current'Stephen Rothwell6-21/+21
2017-04-18Merge remote-tracking branch 'block/for-next'Stephen Rothwell1-1/+1
2017-04-18Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell30-86/+1598
2017-04-17xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2-10/+10
2017-04-17mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-1/+1
2017-04-17xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko5-13/+13
2017-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+14
2017-04-08Merge branch 'for-4.12/block' into for-nextJens Axboe1-1/+1
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig1-1/+1
2017-04-03xfs: report realtime space information via the rtbitmapDarrick J. Wong1-1/+119
2017-04-03xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong1-3/+69
2017-04-03xfs: implement the GETFSMAP ioctlDarrick J. Wong12-0/+1048
2017-04-03xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong2-2/+90
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong6-7/+57
2017-04-03xfs: provide a query_range function for freespace btreesDarrick J. Wong2-0/+52
2017-04-03xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong1-43/+129
2017-04-03xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong1-2/+3
2017-04-03xfs: Remove obsolete declaration of xfs_buf_get_emptyNikolay Borisov1-1/+0
2017-04-03xfs: fix up inode validation failure messageEric Sandeen1-1/+1
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig3-5/+4
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig4-24/+20
2017-04-03xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster3-1/+10
2017-04-03xfs: fix kernel memory exposure problemsDarrick J. Wong1-1/+1
2017-04-03xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens1-1/+9
2017-04-03xfs: fix kernel memory exposure problemsDarrick J. Wong1-1/+1
2017-04-03xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens1-1/+9
2017-04-03xfs: rework the inline directory verifiersDarrick J. Wong5-56/+66
2017-04-03xfs: report crtime and attribute flags to statxDarrick J. Wong1-0/+14
2017-03-28xfs: rework the inline directory verifiersDarrick J. Wong5-56/+66
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...Linus 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...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