summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-06-27xfs: grab dquots without taking the ilockxfs-4.13-merge-1Darrick J. Wong
2017-06-27xfs: fix semicolon.cocci warningskbuild test robot
2017-06-27xfs: Don't clear SGID when inheriting ACLsJan Kara
2017-06-27xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster
2017-06-27xfs: replace log_badcrc_factor knob with error injection tagBrian Foster
2017-06-27xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-27xfs: expose errortag knobs via sysfsDarrick J. Wong
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong
2017-06-24xfs: free uncommitted transactions during log recoveryBrian Foster
2017-06-20xfs: don't allow bmap on rt filesDarrick J. Wong
2017-06-20xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong
2017-06-20xfs: refactor the ifork block counting functionDarrick J. Wong
2017-06-20xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong
2017-06-19xfs: separate function to check if inode shares extentsDarrick J. Wong
2017-06-19xfs: reflink find shared should take a transactionDarrick J. Wong
2017-06-19xfs: check if an inode is cached and allocatedDarrick J. Wong
2017-06-19xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong
2017-06-19xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong
2017-06-19xfs: always compile the btree inorder check functionsDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: optimize _btree_query_allDarrick J. Wong
2017-06-19xfs: remove bli from AIL before release on transaction abortBrian Foster
2017-06-19xfs: release bli from transaction properly on fs shutdownBrian Foster
2017-06-19xfs: avoid harmless gcc-7 warningsArnd Bergmann
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai
2017-06-19xfs: remove XFS_HSIZEChristoph Hellwig
2017-06-19xfs: dump transaction usage details on log reservation overrunBrian Foster
2017-06-19xfs: refactor xlog_cil_insert_items() to facilitate transaction dumpBrian Foster
2017-06-19xfs: separate shutdown from ticket reservation print helperBrian Foster
2017-06-19xfs: define fatal assert build time tunableBrian Foster
2017-06-19xfs: define bug_on_assert debug mode sysfs tunableBrian Foster
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2017-06-19xfs: refactor dir2 leaf readahead shadow buffer clevernessDarrick J. Wong
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-08xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsxfs-4.12-fixes-4Brian Foster
2017-06-02Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-31xfs: use ->b_state to fix buffer I/O accounting release racexfs-4.12-fixes-3Brian Foster
2017-05-26Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-25xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...xfs-4.12-fixes-2Jan Kara
2017-05-25xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara
2017-05-25xfs: Fix missed holes in SEEK_HOLE implementationJan Kara
2017-05-25xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryxfs-4.12-fixes-1Darrick J. Wong