summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-08-121-8/+21
* xfs: remove more ondisk directory corruption assertsDarrick J. Wong2019-08-122-8/+14
* fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Tetsuo Handa2019-08-031-4/+1Star
* xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Jia-Ju Bai2019-07-301-1/+5
* xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong2019-07-291-0/+3
* Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-182-2/+6
|\
| * xfs: sync up xfs_trans_inode with userspaceEric Sandeen2019-07-151-0/+4
| * xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen2019-07-152-2/+2
* | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-3/+6
|\ \
| * | xfs: disable map_sync for async flushPankaj Gupta2019-07-061-3/+6
* | | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-161-1/+1
|\ \ \
* \ \ \ Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-13160-4703/+4397Star
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: chain bios the right way around in xfs_rw_bdevChristoph Hellwig2019-07-101-1/+1
| * | | xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkDarrick J. Wong2019-07-091-3/+2Star
| * | | xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong2019-07-071-1/+0Star
| * | | xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong2019-07-051-1/+5
| * | | xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2019-07-052-10/+63
| * | | xfs: refactor attr scrub memory allocation functionDarrick J. Wong2019-07-052-9/+26
| * | | xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2019-07-052-9/+72
| * | | xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2019-07-052-3/+13
| * | | xfs: allow single bulkstat of special inodesDarrick J. Wong2019-07-042-1/+31
| * | | xfs: specify AG in bulk reqDarrick J. Wong2019-07-047-12/+69
| * | | xfs: wire up the v5 inumbers ioctlDarrick J. Wong2019-07-044-0/+62
| * | | xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong2019-07-044-1/+123
| * | | xfs: introduce v5 inode group structureDarrick J. Wong2019-07-047-9/+42
| * | | xfs: introduce new v5 bulkstat structureDarrick J. Wong2019-07-049-30/+125
| * | | xfs: rename bulkstat functionsDarrick J. Wong2019-07-043-18/+19
| * | | xfs: remove various bulk request typedef usageDarrick J. Wong2019-07-044-20/+23
| * | | fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam2019-07-034-17/+7Star
| * | | xfs: poll waiting for quotacheckDarrick J. Wong2019-07-035-2/+28
| * | | xfs: multithreaded iwalk implementationDarrick J. Wong2019-07-0310-1/+325
| * | | xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong2019-07-025-150/+93Star
| * | | xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong2019-07-022-3/+121
| * | | xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong2019-07-021-40/+39Star
| * | | xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong2019-07-021-6/+6
| * | | xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong2019-07-021-20/+17Star
| * | | xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong2019-07-023-104/+93Star
| * | | xfs: calculate inode walk prefetch more carefullyDarrick J. Wong2019-07-021-3/+45
| * | | xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong2019-07-025-406/+264Star
| * | | xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong2019-07-022-14/+12Star
| * | | xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong2019-07-021-43/+20Star
| * | | xfs: create simplified inode walk functionDarrick J. Wong2019-07-028-6/+496
| * | | xfs: create iterator error codesDarrick J. Wong2019-07-026-8/+14
| * | | xfs: remove XFS_TRANS_NOFSChristoph Hellwig2019-06-306-23/+41
| * | | xfs: simplify xfs_ioend_can_mergeChristoph Hellwig2019-06-301-12/+2Star
| * | | xfs: allow merging ioends over append boundariesChristoph Hellwig2019-06-301-7/+21
| * | | xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig2019-06-301-1/+1
| * | | xfs: remove the unused xfs_count_page_state declarationChristoph Hellwig2019-06-301-1/+0Star
| * | | xfs: fix iclog allocation sizeChristoph Hellwig2019-06-291-1/+2
| * | | xfs: remove unused header filesEric Sandeen2019-06-29113-570/+0Star