summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig2017-07-131-0/+2
* xfs: fixup xfs_attr_get_ilockedChristoph Hellwig2017-07-131-1/+3
* xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-07-074-5/+5
* xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-076-8/+8
* xfs: fix contiguous dquot chunk iteration livelockBrian Foster2017-07-051-2/+7
* xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-07-022-364/+14
* xfs: remove a whitespace-only line from xfs_fs_get_nextdqblkChristoph Hellwig2017-07-011-1/+0
* xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig2017-07-011-44/+22
* xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino2017-07-011-0/+11
* xfs: grab dquots without taking the ilockDarrick J. Wong2017-06-272-4/+12
* xfs: fix semicolon.cocci warningskbuild test robot2017-06-271-1/+1
* xfs: Don't clear SGID when inheriting ACLsJan Kara2017-06-273-5/+6
* xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster2017-06-271-0/+1
* xfs: replace log_badcrc_factor knob with error injection tagBrian Foster2017-06-274-41/+7
* xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong2017-06-275-68/+15
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-2713-40/+26
* 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