Age | Commit message (Expand) | Author |
2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld |
2022-10-10 | Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2022-10-10 | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2022-10-10 | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-10-06 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2022-10-06 | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-10-04 | xfs: on memory failure, only shut down fs after scanning all mappings | Darrick J. Wong |
2022-10-04 | xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx | Shida Zhang |
2022-10-04 | xfs: trim the mapp array accordingly in xfs_da_grow_inode_int | Shida Zhang |
2022-10-03 | Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-09-29 | fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE | Lukas Czerner |
2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi |
2022-09-19 | xfs: do not need to check return value of xlog_kvmalloc() | Zhiqiang Liu |
2022-09-19 | xfs: port to vfs{g,u}id_t and associated helpers | Christian Brauner |
2022-09-19 | xfs: remove xfs_setattr_time() declaration | Gaosheng Cui |
2022-09-19 | xfs: Remove the unneeded result variable | ye xingchen |
2022-09-19 | xfs: missing space in xfs trace log | Zeng Heng |
2022-09-19 | xfs: simplify if-else condition in xfs_reflink_trim_around_shared | Zeng Heng |
2022-09-19 | xfs: simplify if-else condition in xfs_validate_new_dalign | Zeng Heng |
2022-09-19 | xfs: replace unnecessary seq_printf with seq_puts | Zeng Heng |
2022-09-19 | xfs: clean up "%Ld/%Lu" which doesn't meet C standard | Zeng Heng |
2022-09-19 | xfs: remove redundant else for clean code | Zeng Heng |
2022-09-19 | xfs: remove the redundant word in comment | Zeng Heng |
2022-09-11 | xfs: support STATX_DIOALIGN | Eric Biggers |
2022-09-11 | xfs: fix SB_BORN check in xfs_dax_notify_failure() | Dan Williams |
2022-09-11 | xfs: quiet notify_failure EOPNOTSUPP cases | Dan Williams |
2022-09-07 | freezer,sched: Rewrite core freezer logic | Peter Zijlstra |
2022-08-17 | Change calling conventions for filldir_t | Al Viro |
2022-08-13 | Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2022-08-10 | xfs: fix inode reservation space for removing transaction | hexiaole |
2022-08-05 | xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co... | Chandan Babu R |
2022-08-05 | xfs: fix intermittent hang during quotacheck | Darrick J. Wong |
2022-08-05 | xfs: check return codes when flushing block devices | Darrick J. Wong |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-08-04 | Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-08-02 | Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel.... | Linus Torvalds |
2022-08-02 | mm/migrate: Add filemap_migrate_folio() | Matthew Wilcox (Oracle) |
2022-08-01 | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-07-31 | xfs: delete extra space and tab in blank line | Xie Shaowen |
2022-07-31 | xfs: fix NULL pointer dereference in xfs_getbmap() | ChenXiaoSong |
2022-07-29 | xfs: fail dax mount if reflink is enabled on a partition | Shiyang Ruan |
2022-07-24 | xfs: Add async buffered write support | Stefan Roesch |
2022-07-24 | xfs: Specify lockmode when calling xfs_ilock_for_iomap() | Stefan Roesch |
2022-07-22 | xfs: Fix typo 'the the' in comment | Slark Xiao |
2022-07-22 | xfs: Fix comment typo | Xin Gao |
2022-07-20 | xfs: don't leak memory when attr fork loading fails | Darrick J. Wong |
2022-07-20 | xfs: fix for variable set but not used warning | sunliming |