summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorLines
2019-08-22xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong-0/+1
2019-08-19fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny-1/+1
2019-08-18xfs: fix reflink source file racing with directio writesDarrick J. Wong-26/+37
2019-08-16xfs: compat_ioctl: use compat_ptr()Christoph Hellwig-2/+2
2019-08-16xfs: fall back to native ioctls for unhandled compat onesChristoph Hellwig-52/+2
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong-8/+21
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong-8/+14
2019-08-03fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().Tetsuo Handa-4/+1
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...Jia-Ju Bai-1/+5
2019-07-28xfs: fix stack contents leakage in the v1 inumber ioctlsDarrick J. Wong-0/+3
2019-07-18Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-2/+6
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+6
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2019-07-15xfs: sync up xfs_trans_inode with userspaceEric Sandeen-0/+4
2019-07-15xfs: move xfs_trans_inode.c to libxfs/Eric Sandeen-2/+2
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-4703/+4397
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds-85/+69
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds-14/+1
2019-07-10xfs: chain bios the right way around in xfs_rw_bdevChristoph Hellwig-1/+1
2019-07-09xfs: bump INUMBERS cursor correctly in xfs_inumbers_walkDarrick J. Wong-3/+2
2019-07-06xfs: don't update lastino for FSBULKSTAT_SINGLEDarrick J. Wong-1/+0
2019-07-05xfs: disable map_sync for async flushPankaj Gupta-3/+6
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong-1/+5
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong-10/+63
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong-9/+26
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong-9/+72
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong-3/+13
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong-1/+31
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong-12/+69
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong-0/+62
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong-1/+123
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong-9/+42
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong-30/+125
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong-18/+19
2019-07-03xfs: remove various bulk request typedef usageDarrick J. Wong-20/+23
2019-07-03fs: xfs: xfs_log: Change return type from int to voidHariprasad Kelam-17/+7
2019-07-03xfs: poll waiting for quotacheckDarrick J. Wong-2/+28
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong-1/+325
2019-07-02xfs: refactor INUMBERS to use iwalk functionsDarrick J. Wong-150/+93
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong-3/+121
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong-40/+39
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong-6/+6
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong-20/+17
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong-104/+93
2019-07-02xfs: calculate inode walk prefetch more carefullyDarrick J. Wong-3/+45
2019-07-02xfs: convert bulkstat to new iwalk infrastructureDarrick J. Wong-406/+264
2019-07-02xfs: bulkstat should copy lastip whenever userspace supplies oneDarrick J. Wong-14/+12
2019-07-02xfs: convert quotacheck to use the new iwalk functionsDarrick J. Wong-43/+20
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong-6/+496
2019-07-02xfs: create iterator error codesDarrick J. Wong-8/+14