| Age | Commit message (Expand) | Author | Files | Lines |
| 11 days | Merge branch 'vfs-7.2.misc' into vfs.all | Christian Brauner | 1 | -1/+2 |
| 11 days | jfs: handle set_blocksize failures | Christoph Hellwig | 1 | -1/+2 |
| 2026-05-11 | fs: Fix return in jfs_mkdir and orangefs_mkdir | Hongling Zeng | 1 | -1/+1 |
| 2026-04-15 | Merge tag 'jfs-7.1' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 10 | -30/+344 |
| 2026-03-16 | jfs: avoid -Wtautological-constant-out-of-range-compare warning again | Arnd Bergmann | 1 | -5/+2 |
| 2026-03-11 | JFS: always load filesystem UUID during mount | João Paredes | 1 | -1/+2 |
| 2026-03-11 | jfs: hold LOG_LOCK on umount to avoid null-ptr-deref | Helen Koike | 3 | -9/+24 |
| 2026-03-11 | jfs: Set the lbmDone flag at the end of lbmIODone | Edward Adam Davis | 1 | -11/+7 |
| 2026-03-11 | jfs: fix corrupted list in dbUpdatePMap | Yun Zhou | 2 | -2/+4 |
| 2026-03-11 | jfs: add dmapctl integrity check to prevent invalid operations | Yun Zhou | 1 | -3/+111 |
| 2026-03-11 | jfs: add dtpage integrity check to prevent index/pointer overflows | Yun Zhou | 2 | -4/+107 |
| 2026-03-11 | jfs: add dtroot integrity check to prevent index out-of-bounds | Yun Zhou | 3 | -0/+92 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 3 | -3/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -8/+8 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 5 | -10/+10 |
| 2026-02-12 | Merge tag 'jfs-7.0' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 3 | -4/+7 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+2 |
| 2026-02-02 | jfs: avoid -Wtautological-constant-out-of-range-compare warning | Arnd Bergmann | 1 | -2/+2 |
| 2026-01-16 | posix_acl: make posix_acl_to_xattr() alloc the buffer | Miklos Szeredi | 1 | -7/+2 |
| 2026-01-12 | jfs: add setlease file operation | Jeff Layton | 2 | -0/+4 |
| 2025-12-02 | jfs: Add missing set_freezable() for freezable kthread | Haotian Zhang | 1 | -0/+1 |
| 2025-12-02 | jfs: nlink overflow in jfs_rename | Jori Koolstra | 1 | -2/+4 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -4/+4 |
| 2025-10-29 | jfs: Rename _inline to avoid conflict with clang's '-fms-extensions' | Nathan Chancellor | 1 | -3/+3 |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 3 | -4/+4 |
| 2025-10-03 | Merge tag 'jfs-6.18' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 5 | -13/+19 |
| 2025-09-18 | jfs: replace hardcoded magic number with DTPAGEMAXSLOT constant | Zheng Yu | 1 | -2/+2 |
| 2025-09-18 | JFS: Remove redundant 0 value initialization | Liao Yuanhong | 1 | -1/+0 |
| 2025-09-18 | JFS: Remove unnecessary parentheses | Liao Yuanhong | 1 | -5/+5 |
| 2025-09-18 | jfs: fix uninitialized waitqueue in transaction manager | Shaurya Rane | 1 | -4/+5 |
| 2025-09-18 | jfs: Verify inode mode when loading from disk | Tetsuo Handa | 1 | -1/+7 |
| 2025-09-13 | treewide: remove MIGRATEPAGE_SUCCESS | David Hildenbrand | 1 | -4/+4 |
| 2025-07-31 | Merge tag 'jfs-6.17' of github.com:kleikamp/linux-shaggy | Linus Torvalds | 5 | -69/+96 |
| 2025-07-29 | jfs: fix metapage reference count leak in dbAllocCtl | Zheng Yu | 1 | -1/+3 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+4 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+9 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -7/+9 |
| 2025-07-14 | jfs: stop using write_cache_pages | Christoph Hellwig | 1 | -3/+5 |
| 2025-07-14 | jfs: truncate good inode pages when hard link is 0 | Lizhi Xu | 1 | -1/+1 |
| 2025-07-14 | jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage() | Suchit Karunakaran | 1 | -64/+78 |
| 2025-07-14 | jfs: Regular file corruption check | Edward Adam Davis | 1 | -0/+3 |
| 2025-07-14 | jfs: upper bound check of tree index in dbAllocAG | Arnaud Lecomte | 1 | -0/+6 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 2 | -4/+4 |
| 2025-06-17 | fs: convert simple use of generic_file_*_mmap() to .mmap_prepare() | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro | 1 | -1/+1 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+106 |
| 2025-05-12 | jfs: implement migrate_folio for jfs_metapage_aops | Shivank Garg | 1 | -0/+106 |
| 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 | -40/+50 |
| 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 | -4/+9 |
| 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 | -218/+242 |
| 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 | -218/+242 |
| 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 |