summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-01-30Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-01-23xfs: remove unused variable 'done'YueHaibing
2020-01-23xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong
2020-01-20xfs: change return value of xfs_inode_need_cow to intzhengbin
2020-01-16xfs: check log iovec size to make sure it's plausibly a buffer log formatDarrick J. Wong
2020-01-16xfs: make struct xfs_buf_log_format have a consistent sizeDarrick J. Wong
2020-01-16xfs: complain if anyone tries to create a too-large buffer log itemDarrick J. Wong
2020-01-16xfs: clean up xfs_buf_item_get_format return valueDarrick J. Wong
2020-01-16xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong
2020-01-16xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong
2020-01-16xfs: refactor remote attr value buffer invalidationDarrick J. Wong
2020-01-15xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readChristoph Hellwig
2020-01-15xfs: Add __packed to xfs_dir2_sf_entry_t definitionVincenzo Frascino
2020-01-14xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong
2020-01-14xfs: truncate should remove all blocks, not just to the end of the page cacheDarrick J. Wong
2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong
2020-01-09xfs: remove bogus assertion when online repair isn't enabledDarrick J. Wong
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig
2020-01-09xfs: also remove cached ACLs when removing the underlying attrChristoph Hellwig
2020-01-09xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-01-07xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen
2020-01-06xfs: quota: move to time64_t interfacesArnd Bergmann
2020-01-06xfs: rename compat_time_t to old_time32_tArnd Bergmann
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong
2019-12-19xfs: split the sunit parameter update into two partsDarrick J. Wong
2019-12-19xfs: refactor agfl length computation functionDarrick J. Wong
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong
2019-12-19xfs: use bitops interface for buf log item AIL flag checkBrian Foster
2019-12-17xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar
2019-12-07Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-12-03xfs: fix mount failure crash on invalid iclog memory accessBrian Foster
2019-12-02xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2019-12-02xfs: fix realtime file data space leakOmar Sandoval
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-11-30Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-11-27xfs: allow parent directory scans to be interrupted with fatal signalsDarrick J. Wong
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig