summaryrefslogtreecommitdiff
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | jfs: Fix a typo in function jfs_umountOleg Kanatov2022-11-101-1/+1
| * | fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu2022-10-271-0/+5
| * | jfs: Fix fortify moan in symlinkDr. David Alan Gilbert2022-10-271-1/+1
| * | jfs: remove redundant assignments to ipaimap and ipaimap2Colin Ian King2022-10-181-2/+0
| * | jfs: remove unused declarations for jfsGaosheng Cui2022-10-182-6/+0
| * | fs/jfs/jfs_xattr.h: Fix spelling typo in commentJiangshan Yi2022-10-181-1/+1
| * | fs/jfs: replace ternary operator with min_t()Jiangshan Yi2022-10-181-4/+2
| * | fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu2022-10-181-6/+16
| |/
* | fs: rename current get acl methodChristian Brauner2022-10-202-2/+2
* | fs: pass dentry to set acl methodChristian Brauner2022-10-193-3/+4
|/
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-032-4/+16
|\
| * jfs: stop using the nobh helperChristoph Hellwig2022-08-021-3/+15
| * jfs: Remove check for PageUptodateMatthew Wilcox (Oracle)2022-06-291-1/+1
* | attr: port attribute changes to new typesChristian Brauner2022-06-261-2/+2
* | quota: port quota helpers mount idsChristian Brauner2022-06-261-2/+2
|/
* Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-05-2710-1652/+3
|\
| * fs/jfs: Remove dead codeDave Kleikamp2022-04-2510-1651/+1
| * fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu2022-04-191-1/+2
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-242-16/+16
|\ \
| * | jfs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-8/+8
| * | jfs: Convert metadata pages to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
| * | fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-3/+3
| * | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
| * | fs: Remove aop flags parameter from nobh_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+1
| |/
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-172-7/+3
|/
* Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggyLinus Torvalds2022-03-292-1/+9
|\