summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-01-3033-253/+300
|\
| * xfs: remove unused variable 'done'YueHaibing2020-01-231-1/+0
| * xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong2020-01-231-1/+1
| * xfs: change return value of xfs_inode_need_cow to intzhengbin2020-01-203-5/+5
| * xfs: check log iovec size to make sure it's plausibly a buffer log formatDarrick J. Wong2020-01-163-0/+24
| * xfs: make struct xfs_buf_log_format have a consistent sizeDarrick J. Wong2020-01-162-5/+15
| * xfs: complain if anyone tries to create a too-large buffer log itemDarrick J. Wong2020-01-161-0/+12
| * xfs: clean up xfs_buf_item_get_format return valueDarrick J. Wong2020-01-161-13/+3
| * xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong2020-01-162-81/+29
| * xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong2020-01-162-41/+46
| * xfs: refactor remote attr value buffer invalidationDarrick J. Wong2020-01-162-20/+34
| * xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readChristoph Hellwig2020-01-151-1/+6
| * xfs: Add __packed to xfs_dir2_sf_entry_t definitionVincenzo Frascino2020-01-151-1/+1
| * xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong2020-01-141-27/+21
| * xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong2020-01-141-12/+12
| * xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong2020-01-142-1/+9
| * xfs: remove bogus assertion when online repair isn't enabledDarrick J. Wong2020-01-091-1/+0
| * xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson2020-01-096-20/+41
| * xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig2020-01-094-6/+6
| * xfs: also remove cached ACLs when removing the underlying attrChristoph Hellwig2020-01-091-3/+4
| * xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-01-092-0/+10
| * xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-01-093-2/+9
| * xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen2020-01-071-2/+0
| * xfs: quota: move to time64_t interfacesArnd Bergmann2020-01-064-12/+14
| * xfs: rename compat_time_t to old_time32_tArnd Bergmann2020-01-062-2/+2
* | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-252-5/+5
|\ \ | |/ |/|
| * Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-10123-7002/+5950
| |\
| * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-272-5/+5
* | | xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
* | | xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-194-1/+130
* | | xfs: split the sunit parameter update into two partsDarrick J. Wong2019-12-191-51/+72
* | | xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
* | | libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-194-24/+34
* | | xfs: use bitops interface for buf log item AIL flag checkBrian Foster2019-12-191-1/+1
* | | xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
* | | xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-112-2/+13
| |/ |/|
* | Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-072-12/+17
|\ \
| * | xfs: fix mount failure crash on invalid iclog memory accessBrian Foster2019-12-031-0/+2
| * | xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval2019-12-021-1/+1
| * | xfs: fix realtime file data space leakOmar Sandoval2019-12-021-11/+14
* | | Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-02122-6256/+5789
|\| |
| * | xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong2019-11-271-5/+20
| * | xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig2019-11-227-27/+28
| * | xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-2211-50/+47
| * | xfs: split xfs_da3_node_readChristoph Hellwig2019-11-225-63/+82
| * | xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig2019-11-223-7/+5
| * | xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig2019-11-223-8/+7
| * | xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig2019-11-224-18/+17
| * | xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig2019-11-227-18/+13
| * | xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig2019-11-222-29/+17