summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan1-2/+2
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong3-9/+37
2017-04-28xfs: wait on new inodes during quotaoff dquot releaseBrian Foster1-1/+2
2017-04-28xfs: update ag iterator to support wait on new inodesBrian Foster2-8/+53
2017-04-28xfs: support ability to wait on new inodesBrian Foster2-2/+7
2017-04-28xfs: publish UUID in struct super_blockAmir Goldstein1-0/+4
2017-04-27xfs: Allow user to kill fstrim processLukas Czerner1-1/+9
2017-04-25xfs: better log intent item refcount checkingDarrick J. Wong4-0/+4
2017-04-25xfs: fix up quotacheck buffer list error handlingBrian Foster3-6/+26
2017-04-25xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig3-60/+55
2017-04-25xfs: don't use bool values in trace buffersChristoph Hellwig1-5/+5
2017-04-25xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong1-1/+1
2017-04-25xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig1-8/+8
2017-04-25xfs: corruption needs to respect endianess too!Christoph Hellwig1-1/+1
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig1-1/+1
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapChristoph Hellwig1-1/+1
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig6-122/+41
2017-04-25xfs: remove unused values from xfs_exntst_tChristoph Hellwig1-1/+0
2017-04-25xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig1-2/+0
2017-04-25xfs: more do_div cleanupsEric Sandeen3-7/+4
2017-04-25xfs: remove use of do_div with 32-bit dividend in quotaEric Sandeen1-2/+2
2017-04-25xfs: remove the trailing newline used in the fmt parameter of TP_printkHou Tao1-14/+15
2017-04-25xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster1-2/+3
2017-04-25xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen1-2/+8
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig2-46/+0
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig2-83/+2
2017-04-25xfs: introduce xfs_bmapi_remapChristoph Hellwig1-45/+112
2017-04-25xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig1-59/+64
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig1-6/+3
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig1-1/+1
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster2-9/+8
2017-04-12xfs: remove custom do_div implementationsEric Sandeen1-85/+0
2017-04-12xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen1-6/+1
2017-04-06xfs: actually report xattr extents via iomapDarrick J. Wong1-2/+2
2017-04-06xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig2-16/+2
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