aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-24/+24
2024-02-27reiserfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+0
2024-02-25reiserfs: port block device access to fileChristian Brauner3-24/+24
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara2-2/+2
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-25/+29
2023-12-28reiserfs: fix uninit-value in comp_keysEdward Adam Davis1-1/+1
2023-12-21reiserfs_add_entry(): get rid of pointless namelen checksAl Viro1-7/+0
2023-11-25reiserfs: Avoid touching renamed directory if parent does not changeJan Kara1-25/+29
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-40/+40
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds4-22/+19
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-3/+3
2023-10-28reiserfs: Convert to bdev_open_by_dev/path()Jan Kara3-36/+33
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)1-1/+1
2023-10-25reiserfs: convert writepage to use a folioMatthew Wilcox (Oracle)1-40/+40
2023-10-18reiserfs: convert to new timestamp accessorsJeff Layton4-22/+19
2023-10-10reiserfs: move reiserfs_xattr_handlers to .rodataWedson Almeida Filho2-3/+3
2023-09-11reiserfs: Replace 1-element array with C99 style flex-arrayShigeru Yoshida1-3/+3
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-29Merge tag 'flex-array-transformations-6.6-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2-3/+4
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+3
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-24reiserfs: convert to ctime accessor functionsJeff Layton7-20/+20
2023-07-12reiserfs: Replace one-element array with flexible-array memberGustavo A. R. Silva2-3/+4
2023-07-10reiserfs: Check the return value from __getblk()Matthew Wilcox1-1/+3
2023-07-10reiserfs: convert to simple_rename_timestampJeff Layton1-6/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+5
2023-06-27Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-06-20reiserfs: fix blkdev_put() warning from release_journal_dev()Yu Kuai1-1/+6
2023-06-19buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)1-3/+4
2023-06-19buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+2
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig2-11/+9
2023-06-05block: introduce holder opsChristoph Hellwig1-2/+3
2023-05-25reiserfs: Initialize sec->length in reiserfs_security_init().Tetsuo Handa1-0/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-04-26Merge tag 'fs_for_v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+0
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds5-36/+84
2023-04-04reiserfs: Add security prefix to xattr name in reiserfs_security_write()Roberto Sassu1-2/+6
2023-03-31reiserfs: remove unused iter variableTom Rix1-2/+0
2023-03-29reiserfs: remove unused sched_count variableTom Rix1-2/+0
2023-03-23reiserfs: Switch to security_inode_init_security()Roberto Sassu1-5/+18
2023-03-06reiserfs: rework priv inode handlingChristian Brauner5-15/+59
2023-03-06reiserfs: rework ->listxattr() implementationChristian Brauner1-21/+25
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-01-26fs: build the legacy direct I/O code conditionallyChristoph Hellwig1-0/+1
2023-01-19quota: port to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner3-3/+3
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner2-3/+3
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner3-8/+8
2023-01-18reiserfs: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2-3/+3
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+5
2022-11-22reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2-1/+5
2022-10-20fs: rename current get acl methodChristian Brauner3-4/+4
2022-10-19fs: pass dentry to set acl methodChristian Brauner3-7/+10
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-10/+9
2022-10-07Merge tag 'fs-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-7/+4
2022-09-11reiserfs: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-09-11reiserfs: replace ll_rw_block()Zhang Yi3-10/+9
2022-08-19fs/reiserfs: replace ternary operator with min() and min_t()Jiangshan Yi3-7/+4
2022-08-17Change calling conventions for filldir_tAl Viro1-10/+10
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-8/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-11/+11
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-07-26fs/reiserfs/inode: remove dead code in _get_block_create_0()Zeng Jingxiang1-10/+2
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche4-11/+11
2022-06-29reiserfs: Remove check for PageErrorMatthew Wilcox (Oracle)1-8/+1
2022-06-26attr: port attribute changes to new typesChristian Brauner1-2/+2
2022-06-26quota: port quota helpers mount idsChristian Brauner1-2/+2
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2-2/+2
2022-05-09reiserfs: Convert release_buffer_page() to use a folioMatthew Wilcox (Oracle)1-7/+7
2022-05-09reiserfs: Convert to release_folioMatthew Wilcox (Oracle)1-10/+10
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2-7/+7
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+14
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-22/+22
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-7/+7
2022-03-15reiserfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2-15/+15
2022-03-02reiserfs: Deprecate reiserfsJan Kara2-3/+9
2022-02-22reiserfs: get rid of AOP_FLAG_CONT_EXPAND flagEdward Shishkin1-11/+5
2021-11-18reiserfs: don't use congestion_wait()NeilBrown1-2/+5
2021-11-06Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+0
2021-10-27fs: reiserfs: remove useless new_opts in reiserfs_remountDongliang Mu1-6/+0
2021-10-18reiserfs: use sb_bdev_nr_blocksChristoph Hellwig1-3/+1
2021-10-18reiserfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-3/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-07-16reiserfs: check directory items on read from diskShreyansh Chouhan1-5/+26
2021-07-16reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai1-0/+8
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+15
2021-05-24reiserfs: Remove unneed check in reiserfs_write_full_page()YueHaibing1-3/+1
2021-05-17reiserfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-17reiserfs: add check for invalid 1st journal blockPavel Skripkin1-0/+14
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-10/+0
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-4/+2
2021-04-21fs/reiserfs/journal.c: delete useless variablesTian Tao1-4/+2
2021-04-12reiserfs: convert to fileattrMiklos Szeredi5-70/+64
2021-03-30reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-29/+42
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner7-18/+27
2021-01-24acl: handle idmapped mountsChristian Brauner4-5/+9
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-3/+3
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-11-26reiserfs: add check for an invalid ih_entry_countRustam Kovhaev1-0/+6
2020-10-01reiserfs: Fix oops during mountJan Kara1-0/+7
2020-09-22reiserfs: Initialize inode keys properlyJan Kara1-5/+1
2020-09-16reiserfs: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-08-28reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara1-4/+4
2020-08-06Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-9/+9
2020-08-05reiserfs: delete duplicated wordsRandy Dunlap4-8/+8
2020-07-27reiserfs: reiserfs.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-04Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-5/+3
2020-05-29reiserfs: Replace kmalloc with kcalloc in the commentLiao Pingfang1-1/+1
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-04-07reiserfs: clean up several indentation issuesColin Ian King3-11/+12
2020-03-24block: remove __bdevnameChristoph Hellwig1-3/+2
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2020-01-31reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye1-1/+2
2020-01-30Merge tag 'for_v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-10/+3
2020-01-21fs/reiserfs: remove unused macrosAlex Shi3-9/+0
2020-01-16reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney1-2/+6
2019-12-16reiserfs: Fix spurious unlock in reiserfs_fill_super() error handlingJan Kara1-1/+1
2019-12-16reiserfs: Fix memory leak of journal device stringJan Kara1-0/+2
2019-11-05reiserfs: replace open-coded atomic_dec_and_mutex_lock()Nikitas Angelinas1-8/+2
2019-10-31reiserfs: fix extended attributes on the root directoryJeff Mahoney6-14/+32
2019-09-25fs/reiserfs/do_balan.c: remove set but not used variableJason Yan1-2/+1
2019-09-25fs/reiserfs/journal.c: remove set but not used variableJason Yan1-4/+3
2019-09-25fs/reiserfs/do_balan.c: remove set but not used variableszhengbin1-11/+1
2019-09-25fs/reiserfs/fix_node.c: remove set but not used variableszhengbin1-5/+1
2019-09-25fs/reiserfs/prints.c: remove set but not used variableszhengbin1-3/+0
2019-09-25fs/reiserfs/objectid.c: remove set but not used variableszhengbin1-2/+1
2019-09-25fs/reiserfs/lbalance.c: remove set but not used variableszhengbin1-2/+1
2019-09-25fs/reiserfs/stree.c: remove set but not used variableszhengbin1-4/+0
2019-09-25fs/reiserfs/journal.c: remove set but not used variableszhengbin1-9/+1
2019-09-25fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()Jia-Ju Bai1-3/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+3
2019-07-16fs/reiserfs/journal.c: change return type of dirty_one_transactionHariprasad Kelam1-4/+2
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-6/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham1-0/+9
2019-05-13Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2019-05-01reiserfs: convert to ->free_inode()Al Viro1-8/+2
2019-04-15fs/reiserfs/journal.c: Make remove_journal_hash staticBharath Vedartham1-1/+1
2018-10-31reiserfs: remove workaround code for GCC 3.xMasahiro Yamada1-9/+0
2018-10-31reiserfs: propagate errors from fill_with_dentries() properlyJann Horn1-0/+7
2018-08-22reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn1-1/+3
2018-08-22reiserfs: change j_timestamp type to time64_tArnd Bergmann1-1/+1
2018-08-22reiserfs: remove obsolete print_time functionArnd Bergmann1-12/+4
2018-08-22reiserfs: use monotonic time for j_trans_start_timeArnd Bergmann3-14/+21
2018-07-14reiserfs: fix buffer overflow with long warning messagesEric Biggers1-60/+81
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-3/+3
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2-3/+3
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook2-2/+4
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani2-3/+3
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-15/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-15/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton1-1/+1
2018-03-09reiserfs: Remove VLA from fs/reiserfs/reiserfs.hKyle Spiers1-1/+1
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski1-5/+1
2017-11-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds5-20/+20
2017-11-27reiserfs: remove unneeded i_version bumpJeff Layton1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-12/+12
2017-09-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2-2/+2
2017-08-16reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King1-1/+1
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2-2/+2
2017-07-18reiserfs: preserve i_mode if __reiserfs_set_acl() failsErnesto A. Fernández1-3/+6
2017-07-17reiserfs: Don't clear SGID when inheriting ACLsJan Kara1-5/+7
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells4-12/+12
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-4/+0
2017-07-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+11
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells1-4/+0