index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2019-07-11
19
-233
/
+434
|
\
|
*
ext4: fix coverity warning on error path of filename setup
Gabriel Krisman Bertazi
2019-07-02
1
-4
/
+9
|
*
ext4: replace ktype default_attrs with default_groups
Kimberly Brown
2019-07-02
1
-2
/
+4
|
*
ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
Theodore Ts'o
2019-06-22
3
-14
/
+14
|
*
ext4: refactor initialize_dirent_tail()
Theodore Ts'o
2019-06-21
3
-41
/
+26
|
*
ext4: rename "dirent_csum" functions to use "dirblock"
Theodore Ts'o
2019-06-21
4
-41
/
+35
|
*
ext4: allow directory holes
Theodore Ts'o
2019-06-21
2
-18
/
+46
|
*
jbd2: drop declaration of journal_sync_buffer()
Theodore Ts'o
2019-06-20
1
-3
/
+0
|
*
ext4: use jbd2_inode dirty range scoping
Ross Zwisler
2019-06-20
3
-10
/
+18
|
*
jbd2: introduce jbd2_inode dirty range scoping
Ross Zwisler
2019-06-20
3
-27
/
+49
|
*
ext4: remove redundant assignment to node
Colin Ian King
2019-06-20
1
-1
/
+0
|
*
ext4: optimize case-insensitive lookups
Gabriel Krisman Bertazi
2019-06-20
4
-9
/
+103
|
*
ext4: make __ext4_get_inode_loc plug
zhangjs
2019-06-20
1
-0
/
+3
|
*
ext4: clean up kerneldoc warnigns when building with W=1
Theodore Ts'o
2019-06-19
6
-26
/
+24
|
*
ext4: only set project inherit bit for directory
Wang Shilong
2019-06-10
2
-1
/
+4
|
*
ext4: enforce the immutable flag on open files
Theodore Ts'o
2019-06-10
2
-0
/
+15
|
*
ext4: don't allow any modifications to an immutable file
Darrick J. Wong
2019-06-10
1
-1
/
+45
|
*
jbd2: fix typo in comment of journal_submit_inode_data_buffers
Liu Song
2019-05-30
1
-1
/
+1
|
*
jbd2: fix some print format mistakes
Gaowei Pu
2019-05-30
1
-9
/
+9
|
*
ext4: gracefully handle ext4_break_layouts() failure during truncate
Jan Kara
2019-05-30
1
-31
/
+35
*
|
Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-07-11
13
-82
/
+237
|
\
\
|
*
|
afs: Add support for the UAE error table
David Howells
2019-06-28
2
-28
/
+152
|
*
|
fs/afs: use struct_size() in kzalloc()
Zhengyuan Liu
2019-06-20
3
-8
/
+4
|
*
|
afs: Trace afs_server usage
David Howells
2019-06-20
7
-21
/
+47
|
*
|
afs: Add some callback management tracepoints
David Howells
2019-06-20
4
-17
/
+28
|
*
|
afs: afs_unlink() doesn't need to check dentry->d_inode
David Howells
2019-06-20
1
-8
/
+6
*
|
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-07-11
12
-255
/
+255
|
\
\
\
|
*
|
|
fscrypt: remove selection of CONFIG_CRYPTO_SHA256
Eric Biggers
2019-06-27
1
-1
/
+0
|
*
|
|
fscrypt: remove unnecessary includes of ratelimit.h
Eric Biggers
2019-06-11
3
-3
/
+0
|
*
|
|
fscrypt: don't set policy for a dead directory
Hongjie Fang
2019-05-28
1
-0
/
+2
|
*
|
|
ext4: encrypt only up to last block in ext4_bio_write_page()
Eric Biggers
2019-05-28
1
-1
/
+9
|
*
|
|
ext4: decrypt only the needed block in __ext4_block_zero_page_range()
Chandan Rajendra
2019-05-28
1
-2
/
+1
|
*
|
|
ext4: decrypt only the needed blocks in ext4_block_write_begin()
Chandan Rajendra
2019-05-28
1
-11
/
+18
|
*
|
|
ext4: clear BH_Uptodate flag on decryption error
Chandan Rajendra
2019-05-28
1
-2
/
+6
|
*
|
|
fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
Eric Biggers
2019-05-28
1
-2
/
+2
|
*
|
|
fscrypt: support decrypting multiple filesystem blocks per page
Eric Biggers
2019-05-28
3
-20
/
+36
|
*
|
|
fscrypt: introduce fscrypt_decrypt_block_inplace()
Eric Biggers
2019-05-28
2
-7
/
+31
|
*
|
|
fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
Eric Biggers
2019-05-28
1
-9
/
+6
|
*
|
|
fscrypt: support encrypting multiple filesystem blocks per page
Eric Biggers
2019-05-28
3
-32
/
+44
|
*
|
|
fscrypt: introduce fscrypt_encrypt_block_inplace()
Eric Biggers
2019-05-28
2
-25
/
+37
|
*
|
|
fscrypt: clean up some BUG_ON()s in block encryption/decryption
Eric Biggers
2019-05-28
1
-6
/
+9
|
*
|
|
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
Eric Biggers
2019-05-28
3
-21
/
+20
|
*
|
|
fscrypt: remove the "write" part of struct fscrypt_ctx
Eric Biggers
2019-05-28
2
-13
/
+12
|
*
|
|
fscrypt: simplify bounce page handling
Eric Biggers
2019-05-28
5
-136
/
+58
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...
Linus Torvalds
2019-07-11
7
-79
/
+159
|
\
\
\
|
*
|
|
fuse: copy_file_range needs to strip setuid bits and update timestamps
Amir Goldstein
2019-06-09
1
-0
/
+5
|
*
|
|
vfs: allow copy_file_range to copy across devices
Amir Goldstein
2019-06-09
5
-10
/
+24
|
*
|
|
xfs: use file_modified() helper
Amir Goldstein
2019-06-09
1
-14
/
+1
|
*
|
|
vfs: introduce file_modified() helper
Amir Goldstein
2019-06-09
2
-18
/
+23
|
*
|
|
vfs: add missing checks to copy_file_range
Amir Goldstein
2019-06-09
1
-1
/
+2
[next]