aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig3-4/+4
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig9-56/+48
2017-09-01xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2-10/+23
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong1-0/+12
2017-08-31xfs: perform dax_device lookup at mountDan Williams6-15/+41
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2-2/+2
2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino1-28/+27
2017-08-22xfs: add log recovery tracepoint for head/tailBrian Foster2-0/+20
2017-08-22xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster1-4/+3
2017-08-22xfs: add log item pinning error injection tagBrian Foster3-2/+22
2017-08-22xfs: fix log recovery corruption error due to tail overwriteBrian Foster1-31/+77
2017-08-22xfs: always verify the log tail during recoveryBrian Foster1-23/+3
2017-08-22xfs: fix recovery failure when log record header wraps log endBrian Foster1-4/+14
2017-08-22xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino6-5/+108
2017-08-22xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2-3/+36
2017-08-22xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen1-0/+7
2017-08-22xfs: write unmount record for ro mountsEric Sandeen1-2/+5
2017-08-17xfs: don't leak quotacheck dquots when cow recoveryDarrick J. Wong1-0/+2
2017-08-17xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2-10/+11
2017-08-11xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-08-04xfs: Fix per-inode DAX flag inheritanceLukas Czerner1-5/+7
2017-08-04xfs: Fix leak of discard bioJan Kara1-0/+1
2017-07-26xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig1-0/+12
2017-07-25xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong1-0/+4
2017-07-24xfs: fix quotacheck dquot id overflow infinite loopBrian Foster1-0/+3
2017-07-20xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong2-0/+6
2017-07-20xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong2-1/+10
2017-07-20xfs: check _btree_check_block valueDarrick J. Wong1-2/+4
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2-6/+6
2017-07-14Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-13/+11
2017-07-13Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig2-12/+4
2017-07-13xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig1-0/+2
2017-07-13xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig1-0/+2
2017-07-13xfs: fixup xfs_attr_get_ilockedChristoph Hellwig1-1/+3
2017-07-12xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko1-0/+10
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds108-1855/+1892
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong4-5/+5
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong6-8/+8
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton1-1/+1
2017-07-05xfs: fix contiguous dquot chunk iteration livelockBrian Foster1-2/+7
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+6
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds5-12/+61
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds7-117/+16
2017-07-02xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2-364/+14
2017-07-01xfs: remove a whitespace-only line from xfs_fs_get_nextdqblkChristoph Hellwig1-1/+0
2017-07-01xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig1-44/+22
2017-07-01xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino1-0/+11
2017-06-27xfs: grab dquots without taking the ilockDarrick J. Wong2-4/+12