aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2019-08-22xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTGravatar Darrick J. Wong 1-0/+1
2019-08-19fs/xfs: Fix return code of xfs_break_leased_layouts()Gravatar Ira Weiny 1-1/+1
2019-08-18xfs: fix reflink source file racing with directio writesGravatar Darrick J. Wong 1-26/+37
2019-08-16xfs: compat_ioctl: use compat_ptr()Gravatar Christoph Hellwig 1-2/+2
2019-08-16xfs: fall back to native ioctls for unhandled compat onesGravatar Christoph Hellwig 1-52/+2
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readGravatar Darrick J. Wong 1-8/+21
2019-08-12xfs: remove more ondisk directory corruption assertsGravatar Darrick J. Wong 2-8/+14
2019-08-03fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Gravatar Tetsuo Handa 1-4/+1
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Gravatar Jia-Ju Bai 1-1/+5
2019-07-28xfs: fix stack contents leakage in the v1 inumber ioctlsGravatar Darrick J. Wong 1-0/+3
2019-07-18Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-2/+6
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+6
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2019-07-15xfs: sync up xfs_trans_inode with userspaceGravatar Eric Sandeen 1-0/+4
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Gravatar Eric Sandeen 2-2/+2
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 160-4703/+4397
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 1-85/+69
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Gravatar Linus Torvalds 1-14/+1
2019-07-10xfs: chain bios the right way around in xfs_rw_bdevGravatar Christoph Hellwig 1-1/+1
2019-07-09xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkGravatar Darrick J. Wong 1-3/+2
2019-07-06xfs: don't update lastino for FSBULKSTAT_SINGLEGravatar Darrick J. Wong 1-1/+0
2019-07-05xfs: disable map_sync for async flushGravatar Pankaj Gupta 1-3/+6
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferGravatar Darrick J. Wong 1-1/+5
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itGravatar Darrick J. Wong 2-10/+63
2019-07-05xfs: refactor attr scrub memory allocation functionGravatar Darrick J. Wong 2-9/+26
2019-07-05xfs: refactor extended attribute buffer pointer functionsGravatar Darrick J. Wong 2-9/+72
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesGravatar Darrick J. Wong 2-3/+13
2019-07-04xfs: allow single bulkstat of special inodesGravatar Darrick J. Wong 2-1/+31
2019-07-04xfs: specify AG in bulk reqGravatar Darrick J. Wong 7-12/+69
2019-07-03xfs: wire up the v5 inumbers ioctlGravatar Darrick J. Wong 4-0/+62
2019-07-03xfs: wire up new v5 bulkstat ioctlsGravatar Darrick J. Wong 4-1/+123
2019-07-03xfs: introduce v5 inode group structureGravatar Darrick J. Wong 7-9/+42
2019-07-03xfs: introduce new v5 bulkstat structureGravatar Darrick J. Wong 9-30/+125
2019-07-03xfs: rename bulkstat functionsGravatar Darrick J. Wong 3-18/+19
2019-07-03xfs: remove various bulk request typedef usageGravatar Darrick J. Wong 4-20/+23
2019-07-03fs: xfs: xfs_log: Change return type from int to voidGravatar Hariprasad Kelam 4-17/+7
2019-07-03xfs: poll waiting for quotacheckGravatar Darrick J. Wong 5-2/+28
2019-07-03xfs: multithreaded iwalk implementationGravatar Darrick J. Wong 10-1/+325
2019-07-02xfs: refactor INUMBERS to use iwalk functionsGravatar Darrick J. Wong 5-150/+93
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsGravatar Darrick J. Wong 2-3/+121
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkGravatar Darrick J. Wong 1-40/+39
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raGravatar Darrick J. Wong 1-6/+6
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoGravatar Darrick J. Wong 1-20/+17
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeGravatar Darrick J. Wong 3-104/+93
2019-07-02xfs: calculate inode walk prefetch more carefullyGravatar Darrick J. Wong 1-3/+45
2019-07-02xfs: convert bulkstat to new iwalk infrastructureGravatar Darrick J. Wong 5-406/+264
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneGravatar Darrick J. Wong 2-14/+12
2019-07-02xfs: convert quotacheck to use the new iwalk functionsGravatar Darrick J. Wong 1-43/+20
2019-07-02xfs: create simplified inode walk functionGravatar Darrick J. Wong 8-6/+496
2019-07-02xfs: create iterator error codesGravatar Darrick J. Wong 6-8/+14