aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibling()Jia-Ju Bai1-1/+5
2019-07-28xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong1-0/+3
2019-07-18Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+6
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+6
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-07-15xfs: sync up xfs_trans_inode with userspaceEric Sandeen1-0/+4
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen2-2/+2
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds160-4703/+4397
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-85/+69
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-14/+1
2019-07-10xfs: chain bios the right way around in xfs_rw_bdevChristoph Hellwig1-1/+1
2019-07-09xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkDarrick J. Wong1-3/+2
2019-07-06xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong1-1/+0
2019-07-05xfs: disable map_sync for async flushPankaj Gupta1-3/+6
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong1-1/+5
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2-10/+63
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong2-9/+26
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2-9/+72
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2-3/+13
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong2-1/+31
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong7-12/+69
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong4-0/+62
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong4-1/+123
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong7-9/+42
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong9-30/+125
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong3-18/+19
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong4-20/+23
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam4-17/+7
2019-07-03xfs: poll waiting for quotacheckDarrick J. Wong5-2/+28
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong10-1/+325
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong5-150/+93
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong2-3/+121
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong1-40/+39
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong1-6/+6
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong1-20/+17
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong3-104/+93
2019-07-02xfs: calculate inode walk prefetch more carefullyDarrick J. Wong1-3/+45
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong5-406/+264
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong2-14/+12
2019-07-02xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong1-43/+20
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong8-6/+496
2019-07-02xfs: create iterator error codesDarrick J. Wong6-8/+14
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong1-41/+29
2019-07-01vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong1-15/+0
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong1-29/+40
2019-07-01block: fix .bi_size overflowMing Lei1-1/+1
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig6-23/+41
2019-06-30xfs: simplify xfs_ioend_can_mergeChristoph Hellwig1-12/+2
2019-06-30xfs: allow merging ioends over append boundariesChristoph Hellwig1-7/+21
2019-06-30xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig1-1/+1