summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+1
|\
| * exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein2023-10-281-0/+1
* | Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2023-11-027-29/+54
|\ \
| * | jfs: define xtree root and page independentlyDave Kleikamp2023-10-136-23/+32
| * | jfs: fix array-index-out-of-bounds in diAllocManas Ghandat2023-10-041-1/+4
| * | jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat2023-10-041-4/+10
| * | fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng2023-10-031-0/+6
| * | fs/jfs: Add check for negative db_l2nbperpageJuntong Deng2023-10-031-1/+2
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-305-23/+25
|\ \
| * | jfs: convert to new timestamp accessorsJeff Layton2023-10-185-23/+25
| |/
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-2/+2
|\ \
| * | jfs: move jfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
| |/
* | jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu2023-10-281-1/+5
* | jfs: Convert to bdev_open_by_dev()Jan Kara2023-10-283-16/+18
|/
* Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyLinus Torvalds2023-08-314-2/+9
|\
| * jfs: validate max amount of blocks before allocation.Alexei Filippov2023-08-291-0/+5
| * jfs: remove redundant initialization to pointer ipColin Ian King2023-08-291-1/+1
| * jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion2023-07-181-0/+1
| * FS: JFS: (trivial) Fix grammatical error in extAllocImmad Mir2023-07-181-1/+1
| * fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner2023-07-181-0/+1
* | Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-08-304-134/+7
|\ \
| * | fs/jfs: Use common ucs2 upper case tableDr. David Alan Gilbert2023-08-304-134/+7
* | | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+1
|\ \ \
| * | | fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+1
| | |/ | |/|
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-288-23/+23
|\ \ \ | |_|/ |/| |
| * | jfs: convert to ctime accessor functionsJeff Layton2023-07-248-23/+23
| |/
* / vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+2
|/
* Merge tag 'jfs-6.5' of github.com:kleikamp/linux-shaggyLinus Torvalds2023-06-294-1/+22
|\
| * FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir2023-06-231-0/+5
| * FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir2023-06-231-0/+5
| * fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh2023-06-221-0/+3
| * fs: jfs: (trivial) Fix typo in dbInitTree functionWonguk Lee2023-06-201-1/+1
| * jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2023-06-202-0/+8
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-6/+6
|\ \
| * | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-3/+3
| * | block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
| * | jfs: logmgr: use __bio_add_page to add single page to bioJohannes Thumshirn2023-05-311-2/+2
* | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\| |
| * | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
| |/
* / jfs: Use unsigned variable for length calculationsKees Cook2023-06-021-3/+3
|/
* Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-241-5/+34
|\
| * mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig2023-03-121-5/+34
* | fs: drop unused posix acl handlersChristian Brauner2023-03-061-4/+0
|/
* Merge tag 'jfs-6.3' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2023-03-011-1/+2
|\
| * fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion2023-01-031-1/+2
* | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-0/+1
|\ \
| * | fs: build the legacy direct I/O code conditionallyChristoph Hellwig2023-01-261-0/+1
| |/
* | quota: port to mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1