summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorLines
2024-10-21reiserfs: The last commitJan Kara-32706/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-08-07buffer: Convert __block_write_begin() to take a folioMatthew Wilcox (Oracle)-3/+3
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)-6/+5
2024-08-07reiserfs: Convert reiserfs_write_begin() to use a folioMatthew Wilcox (Oracle)-9/+10
2024-08-07reiserfs: Convert grab_tail_page() to use a folioMatthew Wilcox (Oracle)-12/+11
2024-05-31reiserfs: Remove call to folio_set_error()Matthew Wilcox (Oracle)-1/+0
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+2
2024-05-20Merge tag 'fs_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-21/+11
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+3
2024-05-02set_blocksize(): switch to passing struct file *Al Viro-3/+2
2024-04-24reiserfs: replace deprecated strncpy with scnprintfJustin Stitt-10/+3
2024-04-12reiserfs: Trim some README bitsJan Kara-13/+3
2024-04-12reiserfs: Convert to writepagesMatthew Wilcox (Oracle)-8/+8
2024-03-27fs,block: yield devices earlyChristian Brauner-1/+1
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-24/+24
2024-02-27reiserfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou-1/+0
2024-02-25reiserfs: port block device access to fileChristian Brauner-24/+24
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara-2/+2
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-7/+0
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-25/+29
2023-12-28reiserfs: fix uninit-value in comp_keysEdward Adam Davis-1/+1
2023-12-21reiserfs_add_entry(): get rid of pointless namelen checksAl Viro-7/+0
2023-11-25reiserfs: Avoid touching renamed directory if parent does not changeJan Kara-25/+29
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-40/+40
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-22/+19
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-3/+3
2023-10-28reiserfs: Convert to bdev_open_by_dev/path()Jan Kara-36/+33
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)-1/+1
2023-10-25reiserfs: convert writepage to use a folioMatthew Wilcox (Oracle)-40/+40
2023-10-18reiserfs: convert to new timestamp accessorsJeff Layton-22/+19
2023-10-10reiserfs: move reiserfs_xattr_handlers to .rodataWedson Almeida Filho-3/+3
2023-09-11reiserfs: Replace 1-element array with C99 style flex-arrayShigeru Yoshida-3/+3
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-08-29Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds-3/+4
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-1/+3
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig-0/+1
2023-07-24reiserfs: convert to ctime accessor functionsJeff Layton-20/+20
2023-07-12reiserfs: Replace one-element array with flexible-array memberGustavo A. R. Silva-3/+4
2023-07-10reiserfs: Check the return value from __getblk()Matthew Wilcox-1/+3
2023-07-10reiserfs: convert to simple_rename_timestampJeff Layton-6/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+5
2023-06-27Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2023-06-20reiserfs: fix blkdev_put() warning from release_journal_dev()Yu Kuai-1/+6
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)-3/+4
2023-06-19buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-2/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig-11/+9