summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig2017-07-261-0/+12
* xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong2017-07-251-0/+4
* xfs: fix quotacheck dquot id overflow infinite loopBrian Foster2017-07-241-0/+3
* xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong2017-07-202-0/+6
* xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong2017-07-202-1/+10
* xfs: check _btree_check_block valueDarrick J. Wong2017-07-201-2/+4
* Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-145-13/+11
|\
| * Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig2017-07-132-12/+4
| * xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig2017-07-131-0/+2
| * 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: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko2017-07-121-0/+10
* | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-10108-1855/+1892
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud