aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge tag 'fs_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus 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/masahiroy/linux-kbuildLinus 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/jack/linux-fsLinus 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/jack/linux-fsLinus 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/kernel/git/brauner/linuxLinus 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/jack/linux-fsLinus 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/jack/linux-fsLinus 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/jack/linux-fsLinus 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