| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 2021-06-29 | 1 | -0/+1 |
* | jfs: convert to fileattr | Miklos Szeredi | 2021-04-12 | 5 | -85/+49 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2021-02-27 | 1 | -1/+0 |
|\ |
|
| * | fs/inode.c: make inode_init_always() initialize i_ino to 0 | Eric Biggers | 2021-01-04 | 1 | -1/+0 |
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-23 | 8 | -20/+26 |
|\ \ |
|
| * | | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 5 | -14/+18 |
| * | | acl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 3 | -2/+4 |
| * | | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+2 |
| * | | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 2 | -2/+2 |
| |/ |
|
* | | fs/jfs: fix potential integer overflow on shift of a int | Colin Ian King | 2021-02-11 | 1 | -1/+1 |
* | | jfs: turn diLog(), dataLog() and txLog() into void functions | Yang Li | 2021-02-08 | 1 | -19/+16 |
* | | JFS: more checks for invalid superblock | Randy Dunlap | 2020-12-18 | 2 | -0/+11 |
|/ |
|
* | jfs: Fix array index bounds check in dbAdjTree | Dave Kleikamp | 2020-11-13 | 1 | -1/+1 |
* | jfs: Fix memleak in dbAdjCtl | Dinghao Liu | 2020-11-13 | 1 | -2/+6 |
* | jfs: delete duplicated words + other fixes | Randy Dunlap | 2020-11-13 | 6 | -6/+6 |
* | fs: Introduce i_blocks_per_page | Matthew Wilcox (Oracle) | 2020-09-21 | 1 | -1/+1 |
* | block: move struct block_device to blk_types.h | Christoph Hellwig | 2020-06-24 | 2 | -0/+2 |
* | Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2020-06-03 | 2 | -3/+3 |
|\ |
|
| * | jfs: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-09 | 2 | -3/+3 |
* | | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 2020-06-02 | 1 | -4/+3 |
|/ |
|
* | Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2020-02-05 | 1 | -1/+0 |
|\ |
|
| * | jfs: remove unused MAXL2PAGES | Alex Shi | 2020-01-21 | 1 | -1/+0 |
* | | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -7/+7 |
|/ |
|
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p... | Linus Torvalds | 2019-09-19 | 1 | -0/+2 |
|\ |
|
| * | fs: Fill in max and min timestamps in superblock | Deepa Dinamani | 2019-08-30 | 1 | -0/+2 |
* | | docs: fix a couple of new broken references | Mauro Carvalho Chehab | 2019-07-31 | 1 | -1/+1 |
|/ |
|
* | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong | 2019-07-01 | 1 | -15/+7 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 44 | -616/+44 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2019-05-07 | 9 | -29/+33 |
|\ |
|
| * | jfs: fix bogus variable self-initialization | Arnd Bergmann | 2019-03-22 | 1 | -2/+1 |
| * | fs/jfs: Switch to use new generic UUID API | Andy Shevchenko | 2019-01-10 | 6 | -23/+29 |
| * | jfs: compare old and new mode before setting update_mode flag | Chengguang Xu | 2019-01-10 | 1 | -1/+2 |
| * | jfs: remove incorrect comment in jfs_superblock | Dave Kleikamp | 2019-01-10 | 1 | -2/+0 |
| * | jfs: fix spelling mistake, EACCESS -> EACCES | Colin Ian King | 2018-10-26 | 1 | -1/+1 |
* | | jfs: switch to ->free_inode() | Al Viro | 2019-05-02 | 2 | -21/+16 |
|/ |
|
* | jfs: remove redundant dquot_initialize() in jfs_evict_inode() | Chao Yu | 2018-09-20 | 1 | -1/+0 |
* | jfs: remove quota option from ignore list | Chengguang Xu | 2018-09-10 | 1 | -1/+1 |
* | jfs: cache NULL when both default_acl and acl are NULL | Chengguang Xu | 2018-09-06 | 1 | -0/+4 |
* | Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2018-08-16 | 1 | -1/+1 |
|\ |
|
| * | jfs: use time64_t for otime | Arnd Bergmann | 2018-06-19 | 1 | -1/+1 |
* | | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-08-14 | 4 | -22/+10 |
|\ \ |
|
| * | | jfs: don't bother with make_bad_inode() in ialloc() | Al Viro | 2018-08-03 | 1 | -2/+0 |
| * | | new helper: inode_fake_hash() | Al Viro | 2018-08-03 | 2 | -8/+2 |
| * | | jfs: switch to discard_new_inode() | Al Viro | 2018-08-03 | 2 | -12/+8 |
* | | | jfs: Fix usercopy whitelist for inline inode data | Kees Cook | 2018-08-04 | 3 | -2/+9 |
| |/
|/| |
|
* | | Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2018-06-19 | 1 | -4/+6 |
|\ \
| |/
|/| |
|
| * | jfs: Fix inconsistency between memory allocation and ea_buf->max_size | Shankara Pailoor | 2018-06-05 | 1 | -4/+6 |
* | | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 3 | -6/+7 |
|/ |
|
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 6 | -99/+24 |
|\ |
|