summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-04-25xfs: fix up quotacheck buffer list error handlingBrian Foster
2017-04-25xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig
2017-04-25xfs: don't use bool values in trace buffersChristoph Hellwig
2017-04-25xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong
2017-04-25xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig
2017-04-25xfs: corruption needs to respect endianess too!Christoph Hellwig
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapChristoph Hellwig
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig
2017-04-25xfs: remove unused values from xfs_exntst_tChristoph Hellwig
2017-04-25xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig
2017-04-25xfs: more do_div cleanupsEric Sandeen
2017-04-25xfs: remove use of do_div with 32-bit dividend in quotaEric Sandeen
2017-04-25xfs: remove the trailing newline used in the fmt parameter of TP_printkHou Tao
2017-04-25xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster
2017-04-25xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig
2017-04-25xfs: introduce xfs_bmapi_remapChristoph Hellwig
2017-04-25xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster
2017-04-12xfs: remove custom do_div implementationsEric Sandeen
2017-04-12xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen
2017-04-06xfs: actually report xattr extents via iomapDarrick J. Wong
2017-04-06xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig
2017-04-03xfs: report realtime space information via the rtbitmapDarrick J. Wong
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-03-28xfs: rework the inline directory verifiersDarrick J. Wong
2017-03-15xfs: verify inline directory data forksxfs-4.11-fixes-2Darrick J. Wong
2017-03-08xfs: try any AG when allocating the first btree block when reflinkingxfs-4.11-fixes-1Christoph 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