aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 3-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 3-3/+3
2022-10-10Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 21-98/+116
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+9
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+4
2022-10-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+8
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-6/+6
2022-10-04xfs: on memory failure, only shut down fs after scanning all mappingsGravatar Darrick J. Wong 1-9/+17
2022-10-04xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxGravatar Shida Zhang 4-24/+34
2022-10-04xfs: trim the mapp array accordingly in xfs_da_grow_inode_intGravatar Shida Zhang 1-1/+1
2022-10-03Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+10
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODEGravatar Lukas Czerner 1-2/+8
2022-09-24vfs: open inside ->tmpfile()Gravatar Miklos Szeredi 1-7/+9
2022-09-19xfs: do not need to check return value of xlog_kvmalloc()Gravatar Zhiqiang Liu 1-6/+0
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersGravatar Christian Brauner 3-7/+12
2022-09-19xfs: remove xfs_setattr_time() declarationGravatar Gaosheng Cui 1-1/+0
2022-09-19xfs: Remove the unneeded result variableGravatar ye xingchen 1-3/+1
2022-09-19xfs: missing space in xfs trace logGravatar Zeng Heng 1-2/+2
2022-09-19xfs: simplify if-else condition in xfs_reflink_trim_around_sharedGravatar Zeng Heng 1-10/+12
2022-09-19xfs: simplify if-else condition in xfs_validate_new_dalignGravatar Zeng Heng 1-18/+20
2022-09-19xfs: replace unnecessary seq_printf with seq_putsGravatar Zeng Heng 1-1/+1
2022-09-19xfs: clean up "%Ld/%Lu" which doesn't meet C standardGravatar Zeng Heng 5-10/+10
2022-09-19xfs: remove redundant else for clean codeGravatar Zeng Heng 1-5/+5
2022-09-19xfs: remove the redundant word in commentGravatar Zeng Heng 1-1/+1
2022-09-11xfs: support STATX_DIOALIGNGravatar Eric Biggers 1-0/+10
2022-09-11xfs: fix SB_BORN check in xfs_dax_notify_failure()Gravatar Dan Williams 1-1/+1
2022-09-11xfs: quiet notify_failure EOPNOTSUPP casesGravatar Dan Williams 1-2/+2
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-4/+4
2022-08-17Change calling conventions for filldir_tGravatar Al Viro 2-6/+6
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 5-46/+193
2022-08-10xfs: fix inode reservation space for removing transactionGravatar hexiaole 1-1/+1
2022-08-05xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...Gravatar Chandan Babu R 1-35/+163
2022-08-05xfs: fix intermittent hang during quotacheckGravatar Darrick J. Wong 1-0/+5
2022-08-05xfs: check return codes when flushing block devicesGravatar Darrick J. Wong 2-10/+24
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 15-22/+386
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 85-1657/+1984
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-5/+5
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Gravatar Linus Torvalds 2-10/+12
2022-08-02mm/migrate: Add filemap_migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+8
2022-07-31xfs: delete extra space and tab in blank lineGravatar Xie Shaowen 2-7/+7
2022-07-31xfs: fix NULL pointer dereference in xfs_getbmap()Gravatar ChenXiaoSong 1-8/+9
2022-07-29xfs: fail dax mount if reflink is enabled on a partitionGravatar Shiyang Ruan 1-2/+4
2022-07-24xfs: Add async buffered write supportGravatar Stefan Roesch 2-7/+9
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Gravatar Stefan Roesch 1-3/+3
2022-07-22xfs: Fix typo 'the the' in commentGravatar Slark Xiao 1-1/+1
2022-07-22xfs: Fix comment typoGravatar Xin Gao 1-1/+1
2022-07-20xfs: don't leak memory when attr fork loading failsGravatar Darrick J. Wong 4-7/+1
2022-07-20xfs: fix for variable set but not used warningGravatar sunliming 1-3/+1