summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong3-10/+12
2017-06-20xfs: refactor the ifork block counting functionDarrick J. Wong2-43/+70
2017-06-20xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong1-10/+13
2017-06-20xfs: nowait aio supportGoldwyn Rodrigues2-6/+48
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2-6/+6
2017-06-20xfs: separate function to check if inode shares extentsDarrick J. Wong2-36/+54
2017-06-20xfs: reflink find shared should take a transactionDarrick J. Wong3-12/+13
2017-06-20xfs: check if an inode is cached and allocatedDarrick J. Wong2-2/+54
2017-06-20xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong2-17/+32
2017-06-20xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2-0/+48
2017-06-20xfs: export various function for the online scrubberDarrick J. Wong14-12/+41
2017-06-20xfs: always compile the btree inorder check functionsDarrick J. Wong6-26/+0
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong61-642/+634
2017-06-20xfs: optimize _btree_query_allDarrick J. Wong1-5/+7
2017-06-19xfs: remove bli from AIL before release on transaction abortBrian Foster1-9/+12
2017-06-19xfs: release bli from transaction properly on fs shutdownBrian Foster1-7/+14
2017-06-19xfs: avoid harmless gcc-7 warningsArnd Bergmann1-2/+2
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai3-26/+4
2017-06-19xfs: remove XFS_HSIZEChristoph Hellwig2-6/+1
2017-06-19xfs: dump transaction usage details on log reservation overrunBrian Foster3-6/+68
2017-06-19xfs: refactor xlog_cil_insert_items() to facilitate transaction dumpBrian Foster1-30/+32
2017-06-19xfs: separate shutdown from ticket reservation print helperBrian Foster2-7/+9
2017-06-19xfs: define fatal assert build time tunableBrian Foster3-2/+22
2017-06-19xfs: define bug_on_assert debug mode sysfs tunableBrian Foster4-1/+40
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong7-23/+73
2017-06-19xfs: refactor dir2 leaf readahead shadow buffer clevernessDarrick J. Wong1-234/+84
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster4-1/+89
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+2
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+3
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig7-117/+16
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2-15/+28
2017-06-09block: switch bios to blk_status_tChristoph Hellwig2-5/+9
2017-06-08xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2-4/+3
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-2/+1
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein6-65/+8
2017-06-05xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig3-27/+4
2017-06-05uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2-13/+0
2017-06-05uuid: rename uuid typesChristoph Hellwig1-2/+0
2017-06-05xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig2-4/+3
2017-06-05xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein1-6/+2
2017-06-02Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-15/+28
2017-05-31xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster2-15/+28
2017-05-26Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-74/+66
2017-05-25xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara1-30/+8
2017-05-25xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara1-1/+1
2017-05-25xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9
2017-05-25xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan1-1/+1
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong1-12/+31
2017-05-16xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong1-1/+4