summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: expose errortag knobs via sysfsDarrick J. Wong2017-06-273-1/+157
* xfs: make errortag a per-mountpoint structureDarrick J. Wong2017-06-275-89/+111
* xfs: free uncommitted transactions during log recoveryBrian Foster2017-06-241-1/+20
* xfs: don't allow bmap on rt filesDarrick J. Wong2017-06-201-2/+5
* xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong2017-06-202-3/+4
* xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong2017-06-204-36/+57
* xfs: pass along transaction context when reading directory block buffersDarrick J. Wong2017-06-203-7/+14
* xfs: return the hash value of a leaf1 directory blockDarrick J. Wong2017-06-203-10/+12
* xfs: refactor the ifork block counting functionDarrick J. Wong2017-06-202-43/+70
* xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong2017-06-201-10/+13
* xfs: separate function to check if inode shares extentsDarrick J. Wong2017-06-192-36/+54
* xfs: reflink find shared should take a transactionDarrick J. Wong2017-06-193-12/+13
* xfs: check if an inode is cached and allocatedDarrick J. Wong2017-06-192-2/+54
* xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong2017-06-192-17/+32
* xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2017-06-192-0/+48
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-1914-12/+41
* xfs: always compile the btree inorder check functionsDarrick J. Wong2017-06-196-26/+0
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-1961-642/+634
* xfs: optimize _btree_query_allDarrick J. Wong2017-06-191-5/+7
* xfs: remove bli from AIL before release on transaction abortBrian Foster2017-06-191-9/+12
* xfs: release bli from transaction properly on fs shutdownBrian Foster2017-06-191-7/+14
* xfs: avoid harmless gcc-7 warningsArnd Bergmann2017-06-191-2/+2
* xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai2017-06-193-26/+4
* xfs: remove XFS_HSIZEChristoph Hellwig2017-06-192-6/+1
* xfs: dump transaction usage details on log reservation overrunBrian Foster2017-06-193-6/+68
* xfs: refactor xlog_cil_insert_items() to facilitate transaction dumpBrian Foster2017-06-191-30/+32
* xfs: separate shutdown from ticket reservation print helperBrian Foster2017-06-192-7/+9
* xfs: define fatal assert build time tunableBrian Foster2017-06-193-2/+22
* xfs: define bug_on_assert debug mode sysfs tunableBrian Foster2017-06-194-1/+40
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-197-23/+73
* xfs: refactor dir2 leaf readahead shadow buffer clevernessDarrick J. Wong2017-06-191-234/+84
* xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster2017-06-194-1/+89
* Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-172-4/+3
|\
| * xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2017-06-082-4/+3
* | Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-022-15/+28
|\|
| * xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster2017-05-312-15/+28
* | Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-266-74/+66
|\|
| * xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara2017-05-251-30/+8
| * xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara2017-05-251-1/+1
| * xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-05-251-20/+9
| * xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-05-251-1/+1
| * xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-05-251-1/+1
| * xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-05-191-12/+31
| * xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong2017-05-161-1/+4
| * xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-05-161-1/+1
| * xfs: fix warnings about unused stack variablesDarrick J. Wong2017-05-161-2/+0
| * xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-05-161-2/+6
| * xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-05-161-3/+4
* | dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-131-2/+2
|/
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-0/+1
|\