index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
jfs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-15
Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-1
/
+1
2018-08-13
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
4
-22
/
+10
2018-08-04
jfs: Fix usercopy whitelist for inline inode data
Kees Cook
3
-2
/
+9
2018-08-03
jfs: don't bother with make_bad_inode() in ialloc()
Al Viro
1
-2
/
+0
2018-08-03
new helper: inode_fake_hash()
Al Viro
2
-8
/
+2
2018-08-03
jfs: switch to discard_new_inode()
Al Viro
2
-12
/
+8
2018-06-19
jfs: use time64_t for otime
Arnd Bergmann
1
-1
/
+1
2018-06-19
Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-4
/
+6
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
3
-6
/
+7
2018-06-05
jfs: Fix inconsistency between memory allocation and ea_buf->max_size
Shankara Pailoor
1
-4
/
+6
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
6
-99
/
+24
2018-05-16
jfs: simplify procfs code
Christoph Hellwig
6
-99
/
+24
2018-05-11
do d_instantiate/unlock_new_inode combinations safely
Al Viro
1
-8
/
+4
2018-02-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+5
2018-01-15
jfs: Define usercopy region in jfs_ip slab cache
David Windsor
1
-3
/
+5
2018-01-01
fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
Adam Borowski
1
-3
/
+0
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-5
/
+5
2017-11-14
Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2
-1
/
+2
2017-11-02
jfs: Add missing NULL pointer check in __get_metapage
Juerg Haefliger
1
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-10-30
jfs: remove increment of i_version counter
Jeff Layton
1
-1
/
+0
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-9
/
+9
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+4
2017-09-06
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
1
-1
/
+1
2017-08-31
jfs should use MAX_LFS_FILESIZE when calculating s_maxbytes
Dave Kleikamp
1
-9
/
+3
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2
-4
/
+4
2017-08-01
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
1
-1
/
+1
2017-07-25
Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
3
-12
/
+20
2017-07-18
jfs: preserve i_mode if __jfs_set_acl() fails
Ernesto A. Fernández
1
-4
/
+11
2017-07-18
jfs: Don't clear SGID when inheriting ACLs
Jan Kara
1
-7
/
+8
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2
-9
/
+9
2017-07-07
Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+6
2017-07-05
JFS: do not ignore return code from write_one_page()
Dave Kleikamp
2
-2
/
+6
2017-07-05
mm: drop "wait" parameter from write_one_page()
Jeff Layton
1
-2
/
+2
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2
-3
/
+3
2017-04-19
jfs: Remove jfs_get_inode_flags()
Jan Kara
4
-22
/
+0
2017-04-19
jfs: Set flags on quota files directly
Jan Kara
1
-2
/
+77
2017-02-27
fs: add i_blocksize()
Fabian Frederick
1
-2
/
+2
2017-02-09
jfs: atomically read inode size
Fabian Frederick
2
-4
/
+4
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
3
-3
/
+3
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-2
/
+0
2016-12-14
Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
1
-1
/
+1
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-2
/
+0
2016-11-11
fs: jfs: Replace CURRENT_TIME_SEC by current_time()
Deepa Dinamani
1
-1
/
+1
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-2
/
+2
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-18
/
+21
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
1
-1
/
+4
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
3
-12
/
+0
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-5
/
+3
2016-10-07
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
3
-12
/
+0
[next]