summaryrefslogtreecommitdiff
path: root/fs/reiserfs
AgeCommit message (Expand)Author
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2023-12-28reiserfs: fix uninit-value in comp_keysEdward Adam Davis
2023-12-21reiserfs_add_entry(): get rid of pointless namelen checksAl Viro
2023-11-25reiserfs: Avoid touching renamed directory if parent does not changeJan Kara
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28reiserfs: Convert to bdev_open_by_dev/path()Jan Kara
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25reiserfs: convert writepage to use a folioMatthew Wilcox (Oracle)
2023-10-18reiserfs: convert to new timestamp accessorsJeff Layton
2023-10-10reiserfs: move reiserfs_xattr_handlers to .rodataWedson Almeida Filho
2023-09-11reiserfs: Replace 1-element array with C99 style flex-arrayShigeru Yoshida
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-07-24reiserfs: convert to ctime accessor functionsJeff Layton
2023-07-12reiserfs: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-07-10reiserfs: Check the return value from __getblk()Matthew Wilcox
2023-07-10reiserfs: convert to simple_rename_timestampJeff Layton
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-20reiserfs: fix blkdev_put() warning from release_journal_dev()Yu Kuai
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)
2023-06-19buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-25reiserfs: Initialize sec->length in reiserfs_security_init().Tetsuo Handa
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-04-26Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-04reiserfs: Add security prefix to xattr name in reiserfs_security_write()Roberto Sassu
2023-03-31reiserfs: remove unused iter variableTom Rix
2023-03-29reiserfs: remove unused sched_count variableTom Rix
2023-03-23reiserfs: Switch to security_inode_init_security()Roberto Sassu
2023-03-06reiserfs: rework priv inode handlingChristian Brauner
2023-03-06reiserfs: rework ->listxattr() implementationChristian Brauner
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig
2023-01-19quota: port to mnt_idmapChristian Brauner
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port acl to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner