Age | Commit message (Expand) | Author | Files | Lines |
2025-04-03 | jfs: fix array-index-out-of-bounds read in add_missing_indices | Aditya Dutt | 1 | -3/+15 |
2025-04-03 | jfs: Fix null-ptr-deref in jfs_ioc_trim | Dylan Wolff | 1 | -1/+2 |
2025-04-03 | jfs: validate AG parameters in dbMount() to prevent crashes | Vasiliy Kovalev | 1 | -1/+5 |
2025-03-27 | Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 7 | -41/+51 |
2025-03-11 | jfs: add index corruption check to DT_GETPAGE() | Roman Smirnov | 1 | -1/+2 |
2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -4/+4 |
2025-02-20 | fs/jfs: consolidate sanity checking in dbMount | Dave Kleikamp | 1 | -28/+9 |
2025-02-20 | jfs: add sanity check for agwidth in dbMount | Edward Adam Davis | 1 | -0/+4 |
2025-02-20 | jfs: Prevent copying of nlink with value 0 from disk inode | Edward Adam Davis | 1 | -1/+1 |
2025-02-20 | fs/jfs: Prevent integer overflow in AG size calculation | Rand Deeb | 1 | -1/+1 |
2025-02-20 | fs/jfs: cast inactags to s64 to prevent potential overflow | Rand Deeb | 1 | -2/+2 |
2025-02-19 | jfs: Fix uninit-value access of imap allocated in the diMount() function | Zhongqiu Han | 1 | -1/+1 |
2025-02-19 | jfs: fix slab-out-of-bounds read in ea_get() | Qasim Ijaz | 1 | -5/+10 |
2025-02-19 | jfs: add check read-only before truncation in jfs_truncate_nolock() | Vasiliy Kovalev | 1 | -1/+1 |
2025-02-19 | jfs: add check read-only before txBeginAnon() call | Vasiliy Kovalev | 1 | -0/+10 |
2025-02-19 | jfs: reject on-disk inodes of an unsupported type | Dmitry Antipov | 1 | -2/+11 |
2025-02-13 | jfs: Remove reference to bh->b_page | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2025-02-13 | jfs: Delete a couple tabs in jfs_reconfigure() | Dan Carpenter | 1 | -2/+2 |
2025-01-27 | Pass parent directory inode and expected name to ->d_revalidate() | Al Viro | 1 | -1/+2 |
2024-11-21 | Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 3 | -1/+22 |
2024-11-18 | Merge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -223/+247 |
2024-10-29 | jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree | Nihar Chaithanya | 1 | -0/+3 |
2024-10-29 | jfs: xattr: check invalid xattr size more strictly | Artem Sadovnikov | 1 | -1/+1 |
2024-10-29 | jfs: fix array-index-out-of-bounds in jfs_readdir | Ghanshyam Agrawal | 1 | -0/+8 |
2024-10-29 | jfs: fix shift-out-of-bounds in dbSplit | Ghanshyam Agrawal | 1 | -0/+3 |
2024-10-29 | jfs: array-index-out-of-bounds fix in dtReadFirst | Ghanshyam Agrawal | 1 | -0/+7 |
2024-10-22 | jfs: Fix sanity check in dbMount | Dave Kleikamp | 1 | -1/+1 |
2024-10-08 | jfs: convert jfs to use the new mount api | Eric Sandeen | 2 | -223/+247 |
2024-09-19 | Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 4 | -7/+19 |
2024-09-04 | jfs: Fix uninit-value access of new_ea in ea_buffer | Zhao Mengmeng | 1 | -0/+2 |
2024-08-27 | jfs: check if leafidx greater than num leaves per dmap tree | Edward Adam Davis | 1 | -1/+4 |
2024-08-27 | jfs: Fix uaf in dbFreeBits | Edward Adam Davis | 1 | -2/+9 |
2024-08-23 | jfs: fix out-of-bounds in dbNextAG() and diAlloc() | Jeongjun Park | 2 | -3/+3 |
2024-08-23 | jfs: UBSAN: shift-out-of-bounds in dbFindBits | Remington Brasga | 1 | -1/+1 |
2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2024-07-23 | Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 7 | -173/+193 |
2024-06-27 | jfs: don't walk off the end of ealist | lei lu | 1 | -4/+19 |
2024-06-26 | jfs: Fix shift-out-of-bounds in dbDiscardAG | Pei Li | 1 | -0/+2 |
2024-06-26 | jfs: Fix array-index-out-of-bounds in diFree | Jeongjun Park | 1 | -1/+4 |
2024-06-26 | jfs: fix null ptr deref in dtInsertEntry | Edward Adam Davis | 1 | -0/+2 |
2024-06-04 | jfs: xattr: fix buffer overflow for invalid xattr | Greg Kroah-Hartman | 1 | -1/+3 |
2024-05-27 | jfs: Remove use of folio error flag | Matthew Wilcox (Oracle) | 1 | -22/+25 |
2024-05-27 | jfs: Change metapage->page to metapage->folio | Matthew Wilcox (Oracle) | 3 | -22/+22 |
2024-05-27 | jfs: Convert force_metapage to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+8 |
2024-05-27 | jfs: Convert inc_io to take a folio | Matthew Wilcox (Oracle) | 1 | -7/+8 |
2024-05-27 | jfs: Convert page_to_mp to folio_to_mp | Matthew Wilcox (Oracle) | 1 | -10/+12 |
2024-05-27 | jfs; Convert __invalidate_metapages to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
2024-05-27 | jfs: Convert dec_io to take a folio | Matthew Wilcox (Oracle) | 1 | -15/+17 |
2024-05-24 | jfs: Convert drop_metapage and remove_metapage to take a folio | Matthew Wilcox (Oracle) | 1 | -12/+12 |
2024-05-24 | jfs; Convert release_metapage to use a folio | Matthew Wilcox (Oracle) | 1 | -12/+10 |
2024-05-24 | jfs: Convert insert_metapage() to take a folio | Matthew Wilcox (Oracle) | 1 | -18/+13 |
2024-05-24 | jfs: Convert __get_metapage to use a folio | Matthew Wilcox (Oracle) | 1 | -14/+14 |
2024-05-24 | jfs: Convert metapage_writepage to metapage_write_folio | Matthew Wilcox (Oracle) | 1 | -34/+41 |
2024-05-24 | jfs: Convert metapage_read_folio to use folio APIs | Matthew Wilcox (Oracle) | 1 | -22/+13 |
2024-03-27 | fs,block: yield devices early | Christian Brauner | 1 | -2/+2 |
2024-03-13 | Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+2 |
2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 3 | -15/+15 |
2024-03-11 | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
2024-02-27 | jfs: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -1/+1 |
2024-02-25 | jfs: port block device access to file | Christian Brauner | 3 | -15/+15 |
2024-02-25 | bdev: open block device as files | Christian Brauner | 1 | -1/+1 |
2024-02-08 | quota: Properly annotate i_dquot arrays with __rcu | Jan Kara | 2 | -2/+2 |
2024-01-29 | Revert "jfs: fix shift-out-of-bounds in dbJoin" | Dave Kleikamp | 1 | -7/+1 |
2024-01-02 | jfs: Add missing set_freezable() for freezable kthread | Kevin Hao | 1 | -0/+2 |
2024-01-02 | jfs: fix array-index-out-of-bounds in diNewExt | Edward Adam Davis | 1 | -0/+3 |
2023-11-21 | jfs: fix shift-out-of-bounds in dbJoin | Manas Ghandat | 1 | -1/+7 |
2023-11-21 | jfs: fix uaf in jfs_evict_inode | Edward Adam Davis | 1 | -3/+3 |
2023-11-21 | jfs: fix array-index-out-of-bounds in dbAdjTree | Manas Ghandat | 1 | -29/+31 |
2023-11-21 | jfs: fix slab-out-of-bounds Read in dtSearch | Manas Ghandat | 1 | -0/+5 |
2023-11-21 | UBSAN: array-index-out-of-bounds in dtSplitRoot | Osama Muhammad | 1 | -1/+1 |
2023-11-21 | FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree | Osama Muhammad | 1 | -0/+3 |
2023-11-07 | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -0/+1 |
2023-11-02 | Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggy | Linus Torvalds | 7 | -29/+54 |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 5 | -23/+25 |
2023-10-30 | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -2/+2 |
2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein | 1 | -0/+1 |
2023-10-28 | jfs: fix log->bdev_handle null ptr deref in lbmStartIO | Lizhi Xu | 1 | -1/+5 |
2023-10-28 | jfs: Convert to bdev_open_by_dev() | Jan Kara | 3 | -16/+18 |
2023-10-18 | jfs: convert to new timestamp accessors | Jeff Layton | 5 | -23/+25 |
2023-10-13 | jfs: define xtree root and page independently | Dave Kleikamp | 6 | -23/+32 |
2023-10-09 | jfs: move jfs_xattr_handlers to .rodata | Wedson Almeida Filho | 2 | -2/+2 |
2023-10-04 | jfs: fix array-index-out-of-bounds in diAlloc | Manas Ghandat | 1 | -1/+4 |
2023-10-04 | jfs: fix array-index-out-of-bounds in dbFindLeaf | Manas Ghandat | 1 | -4/+10 |
2023-10-03 | fs/jfs: Add validity check for db_maxag and db_agpref | Juntong Deng | 1 | -0/+6 |
2023-10-03 | fs/jfs: Add check for negative db_l2nbperpage | Juntong Deng | 1 | -1/+2 |
2023-08-31 | Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 4 | -2/+9 |
2023-08-30 | Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 4 | -134/+7 |
2023-08-30 | fs/jfs: Use common ucs2 upper case table | Dr. David Alan Gilbert | 4 | -134/+7 |
2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
2023-08-29 | jfs: validate max amount of blocks before allocation. | Alexei Filippov | 1 | -0/+5 |
2023-08-29 | jfs: remove redundant initialization to pointer ip | Colin Ian King | 1 | -1/+1 |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 8 | -23/+23 |
2023-08-06 | vfs: get rid of old '->iterate' directory operation | Linus Torvalds | 1 | -1/+2 |
2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
2023-07-24 | jfs: convert to ctime accessor functions | Jeff Layton | 8 | -23/+23 |
2023-07-18 | jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount | Liu Shixin via Jfs-discussion | 1 | -0/+1 |
2023-07-18 | FS: JFS: (trivial) Fix grammatical error in extAlloc | Immad Mir | 1 | -1/+1 |
2023-07-18 | fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount() | Andrew Kanner | 1 | -0/+1 |
2023-06-29 | Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 4 | -1/+22 |
2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -6/+6 |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2023-06-23 | FS: JFS: Check for read-only mounted filesystem in txBegin | Immad Mir | 1 | -0/+5 |
2023-06-23 | FS: JFS: Fix null-ptr-deref Read in txBegin | Immad Mir | 1 | -0/+5 |
2023-06-22 | fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev | Yogesh | 1 | -0/+3 |
2023-06-20 | fs: jfs: (trivial) Fix typo in dbInitTree function | Wonguk Lee | 1 | -1/+1 |
2023-06-20 | jfs: jfs_dmap: Validate db_l2nbperpage while mounting | Siddh Raman Pant | 2 | -0/+8 |
2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -1/+1 |
2023-06-12 | block: use the holder as indication for exclusive opens | Christoph Hellwig | 1 | -3/+3 |
2023-06-05 | block: introduce holder ops | Christoph Hellwig | 1 | -1/+1 |
2023-06-02 | jfs: Use unsigned variable for length calculations | Kees Cook | 1 | -3/+3 |
2023-05-31 | jfs: logmgr: use __bio_add_page to add single page to bio | Johannes Thumshirn | 1 | -2/+2 |
2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
2023-04-24 | Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+34 |
2023-03-12 | mm,jfs: move write_one_page/folio_write_one to jfs | Christoph Hellwig | 1 | -5/+34 |
2023-03-06 | fs: drop unused posix acl handlers | Christian Brauner | 1 | -4/+0 |
2023-03-01 | Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggy | Linus Torvalds | 1 | -1/+2 |
2023-02-20 | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
2023-01-26 | fs: build the legacy direct I/O code conditionally | Christoph Hellwig | 1 | -0/+1 |
2023-01-19 | quota: port to mnt_idmap | Christian Brauner | 1 | -2/+2 |
2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 1 | -2/+2 |
2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 2 | -2/+2 |
2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 3 | -3/+3 |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -6/+6 |
2023-01-03 | fs/jfs: fix shift exponent db_agl2size negative | Liu Shixin via Jfs-discussion | 1 | -1/+2 |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+1 |
2022-12-12 | Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggy | Linus Torvalds | 9 | -22/+31 |
2022-12-11 | jfs: remove ->writepage | Christoph Hellwig | 1 | -6/+1 |
2022-11-10 | jfs: makes diUnmount/diMount in jfs_mount_rw atomic | Oleg Kanatov | 2 | -1/+5 |
2022-11-10 | jfs: Fix a typo in function jfs_umount | Oleg Kanatov | 1 | -1/+1 |
2022-10-27 | fs: jfs: fix shift-out-of-bounds in dbDiscardAG | Hoi Pok Wu | 1 | -0/+5 |
2022-10-27 | jfs: Fix fortify moan in symlink | Dr. David Alan Gilbert | 1 | -1/+1 |
2022-10-20 | fs: rename current get acl method | Christian Brauner | 2 | -2/+2 |
2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 3 | -3/+4 |
2022-10-18 | jfs: remove redundant assignments to ipaimap and ipaimap2 | Colin Ian King | 1 | -2/+0 |
2022-10-18 | jfs: remove unused declarations for jfs | Gaosheng Cui | 2 | -6/+0 |
2022-10-18 | fs/jfs/jfs_xattr.h: Fix spelling typo in comment | Jiangshan Yi | 1 | -1/+1 |
2022-10-18 | fs/jfs: replace ternary operator with min_t() | Jiangshan Yi | 1 | -4/+2 |
2022-10-18 | fs: jfs: fix shift-out-of-bounds in dbAllocAG | Dongliang Mu | 1 | -6/+16 |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -4/+16 |
2022-08-02 | jfs: stop using the nobh helper | Christoph Hellwig | 1 | -3/+15 |
2022-06-29 | jfs: Remove check for PageUptodate | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -2/+2 |
2022-06-26 | quota: port quota helpers mount ids | Christian Brauner | 1 | -2/+2 |
2022-05-27 | Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggy | Linus Torvalds | 10 | -1652/+3 |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -16/+16 |
2022-05-09 | jfs: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -8/+8 |
2022-05-09 | jfs: Convert metadata pages to read_folio | Matthew Wilcox (Oracle) | 1 | -2/+3 |
2022-05-09 | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-08 | fs: Remove aop flags parameter from nobh_write_begin() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2022-04-25 | fs/jfs: Remove dead code | Dave Kleikamp | 10 | -1651/+1 |
2022-04-19 | fs: jfs: fix possible NULL pointer dereference in dbFree() | Zixuan Fu | 1 | -1/+2 |
2022-04-17 | block: add a bdev_discard_granularity helper | Christoph Hellwig | 1 | -2/+1 |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 2 | -7/+3 |
2022-03-29 | Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2 | -1/+9 |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -8/+9 |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
2022-03-22 | jfs: prevent NULL deref in diFree | Haimin Zhang | 1 | -1/+2 |
2022-03-22 | jfs: fix divide error in dbNextAG | Pavel Skripkin | 1 | -0/+7 |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-15 | jfs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 2 | -15/+5 |
2021-11-03 | Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 1 | -29/+22 |
2021-11-01 | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -6/+4 |
2021-10-18 | jfs: use sb_bdev_nr_blocks | Christoph Hellwig | 2 | -4/+2 |
2021-10-18 | jfs: use bdev_nr_bytes instead of open coding it | Christoph Hellwig | 2 | -2/+2 |
2021-10-18 | mm/writeback: Add folio_redirty_for_writepage() | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2021-09-23 | JFS: fix memleak in jfs_mount | Dongliang Mu | 1 | -29/+22 |
2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 2 | -2/+5 |
2021-07-02 | Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 8 | -15/+30 |
2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+1 |
2021-06-23 | jfs: Avoid field-overflowing memcpy() | Kees Cook | 4 | -9/+24 |
2021-06-23 | jfs: remove unnecessary oom message | Zhen Lei | 1 | -3/+1 |
2021-06-23 | jfs: fix GPF in diFree | Pavel Skripkin | 1 | -1/+2 |
2021-06-01 | fs/jfs: Fix missing error code in lmLogInit() | Jiapeng Chong | 1 | -0/+1 |
2021-05-21 | jfs: Remove trailing semicolon in macros | Huilong Deng | 1 | -1/+1 |
2021-05-21 | fs: Fix typo issue | zuoqilin | 1 | -1/+1 |
2021-04-12 | jfs: convert to fileattr | Miklos Szeredi | 5 | -85/+49 |
2021-02-27 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -20/+26 |
2021-02-11 | fs/jfs: fix potential integer overflow on shift of a int | Colin Ian King | 1 | -1/+1 |
2021-02-08 | jfs: turn diLog(), dataLog() and txLog() into void functions | Yang Li | 1 | -19/+16 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 5 | -14/+18 |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 3 | -2/+4 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2 | -2/+2 |
2021-01-04 | fs/inode.c: make inode_init_always() initialize i_ino to 0 | Eric Biggers | 1 | -1/+0 |
2020-12-18 | JFS: more checks for invalid superblock | Randy Dunlap | 2 | -0/+11 |
2020-11-13 | jfs: Fix array index bounds check in dbAdjTree | Dave Kleikamp | 1 | -1/+1 |