summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2019-06-292-4/+0Star
| * | | xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-2931-41/+71
| * | | xfs: remove unused flag argumentsEric Sandeen2019-06-1210-48/+35Star
| * | | xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig2019-06-123-16/+0Star
| * | | xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2019-06-122-30/+6Star
| * | | xfs: remove unused flags arg from getsb interfacesEric Sandeen2019-06-127-22/+11Star
| * | | xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen2019-06-121-0/+14
| * | | xfs: finish converting to inodes_per_clusterDarrick J. Wong2019-06-122-9/+4Star
| * | | xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-125-15/+28
| * | | xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-124-144/+101Star
| * | | xfs: separate inode geometryDarrick J. Wong2019-06-1218-161/+208
* | | | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-131-85/+69Star
|\ \ \ \
| * | | | vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong2019-07-011-41/+29Star
| * | | | vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong2019-07-011-15/+0Star
| * | | | vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong2019-07-011-29/+40
| | |_|/ | |/| |
* | | | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-111-14/+1Star
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | xfs: use file_modified() helperAmir Goldstein2019-06-091-14/+1Star
| |/
* | block: fix .bi_size overflowMing Lei2019-07-011-1/+1
* | block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-171-3/+8
|/
* Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-06-062-3/+11
|\
| * xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong2019-06-031-1/+2
| * xfs: fix broken log reservation debuggingDarrick J. Wong2019-05-241-2/+9
* | Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-05-233-0/+27
|\|
| * xfs: don't reserve per-AG space for an internal logDarrick J. Wong2019-05-203-0/+27
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-083-12/+2Star
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1Star
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-062-10/+1Star
* | xfs: change some error-less functions to void typesEric Sandeen2019-05-0211-58/+26Star
* | xfs: add online scrub for superblock countersDarrick J. Wong2019-04-3011-3/+461
* | xfs: don't parse the mtpt mount optionChristoph Hellwig2019-04-301-5/+1Star
* | xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-304-37/+31Star
* | xfs: add missing error check in xfs_prepare_shift()Brian Foster2019-04-261-0/+2
* | xfs: scrub should check incore counters against ondisk headersDarrick J. Wong2019-04-261-0/+20
* | xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-264-0/+23
* | xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong2019-04-264-9/+9
* | xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-264-3/+51
* | xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong2019-04-261-17/+8Star
* | xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong2019-04-231-1/+1
* | xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong2019-04-232-16/+16
* | xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong2019-04-232-2/+3
* | xfs: widen quota block counters to 64-bit integersDarrick J. Wong2019-04-233-35/+34Star
* | xfs: abort unaligned nowait directio earlyDarrick J. Wong2019-04-231-3/+3
* | xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster2019-04-231-0/+3
* | xfs: make tr_growdata a permanent transactionBrian Foster2019-04-231-1/+5
* | xfs: merge adjacent io completions of the same typeDarrick J. Wong2019-04-161-0/+86
* | xfs: remove unused m_data_workqueueDarrick J. Wong2019-04-162-10/+1Star
* | xfs: implement per-inode writeback completion queuesDarrick J. Wong2019-04-164-12/+48
* | xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong2019-04-163-5/+77