aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 33-253/+300
2020-01-23xfs: remove unused variable 'done'Gravatar YueHaibing 1-1/+0
2020-01-23xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveGravatar Darrick J. Wong 1-1/+1
2020-01-20xfs: change return value of xfs_inode_need_cow to intGravatar zhengbin 3-5/+5
2020-01-16xfs: check log iovec size to make sure it's plausibly a buffer log formatGravatar Darrick J. Wong 3-0/+24
2020-01-16xfs: make struct xfs_buf_log_format have a consistent sizeGravatar Darrick J. Wong 2-5/+15
2020-01-16xfs: complain if anyone tries to create a too-large buffer log itemGravatar Darrick J. Wong 1-0/+12
2020-01-16xfs: clean up xfs_buf_item_get_format return valueGravatar Darrick J. Wong 1-13/+3
2020-01-16xfs: streamline xfs_attr3_leaf_inactiveGravatar Darrick J. Wong 2-81/+29
2020-01-16xfs: fix memory corruption during remote attr value buffer invalidationGravatar Darrick J. Wong 2-41/+46
2020-01-16xfs: refactor remote attr value buffer invalidationGravatar Darrick J. Wong 2-20/+34
2020-01-15xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_readGravatar Christoph Hellwig 1-1/+6
2020-01-15xfs: Add __packed to xfs_dir2_sf_entry_t definitionGravatar Vincenzo Frascino 1-1/+1
2020-01-14xfs: fix s_maxbytes computation on 32-bit kernelsGravatar Darrick J. Wong 1-27/+21
2020-01-14xfs: truncate should remove all blocks, not just to the end of the page cacheGravatar Darrick J. Wong 1-12/+12
2020-01-14xfs: introduce XFS_MAX_FILEOFFGravatar Darrick J. Wong 2-1/+9
2020-01-09xfs: remove bogus assertion when online repair isn't enabledGravatar Darrick J. Wong 1-1/+0
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Gravatar Allison Henderson 6-20/+41
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagGravatar Christoph Hellwig 4-6/+6
2020-01-09xfs: also remove cached ACLs when removing the underlying attrGravatar Christoph Hellwig 1-3/+4
2020-01-09xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLEGravatar Christoph Hellwig 2-0/+10
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEGravatar Christoph Hellwig 3-2/+9
2020-01-07xfs: remove shadow variable in xfs_btree_lshiftGravatar Eric Sandeen 1-2/+0
2020-01-06xfs: quota: move to time64_t interfacesGravatar Arnd Bergmann 4-12/+14
2020-01-06xfs: rename compat_time_t to old_time32_tGravatar Arnd Bergmann 2-2/+2
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchGravatar Ingo Molnar 2-5/+5
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticGravatar Chen Wandun 1-1/+1
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Gravatar Darrick J. Wong 4-1/+130
2019-12-19xfs: split the sunit parameter update into two partsGravatar Darrick J. Wong 1-51/+72
2019-12-19xfs: refactor agfl length computation functionGravatar Darrick J. Wong 1-5/+13
2019-12-19libxfs: resync with the userspace libxfsGravatar Darrick J. Wong 4-24/+34
2019-12-19xfs: use bitops interface for buf log item AIL flag checkGravatar Brian Foster 1-1/+1
2019-12-17xfs: fix log reservation overflows when allocating large rt extentsGravatar Darrick J. Wong 1-19/+77
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceGravatar Brian Foster 2-2/+13
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsGravatar Ingo Molnar 123-7002/+5950
2019-12-07Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-12/+17
2019-12-03xfs: fix mount failure crash on invalid iclog memory accessGravatar Brian Foster 1-0/+2
2019-12-02xfs: don't check for AG deadlock for realtime files in bunmapiGravatar Omar Sandoval 1-1/+1
2019-12-02xfs: fix realtime file data space leakGravatar Omar Sandoval 1-11/+14
2019-12-02Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 122-6256/+5789
2019-11-30Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 11-762/+172
2019-11-27xfs: allow parent directory scans to be interrupted with fatal signalsGravatar Darrick J. Wong 1-5/+20
2019-11-27ftrace: Rework event_create_dir()Gravatar Peter Zijlstra 2-5/+5
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufGravatar Christoph Hellwig 7-27/+28
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufGravatar Christoph Hellwig 11-50/+47
2019-11-22xfs: split xfs_da3_node_readGravatar Christoph Hellwig 5-63/+82
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leafn_readGravatar Christoph Hellwig 3-7/+5
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leaf_readGravatar Christoph Hellwig 3-8/+7
2019-11-22xfs: remove the mappedbno argument to xfs_attr3_leaf_readGravatar Christoph Hellwig 4-18/+17
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufGravatar Christoph Hellwig 7-18/+13