summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fs: port acl to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
* | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
* | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-193-3/+3
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-6/+6
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-6/+1
|\
| * jfs: remove ->writepageChristoph Hellwig2022-12-111-6/+1
* | Merge tag 'jfs-6.2' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-12-129-22/+31
|\ \
| * | jfs: makes diUnmount/diMount in jfs_mount_rw atomicOleg Kanatov2022-11-102-1/+5