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
*
sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn
Linus Torvalds
2020-04-05
1
-16
/
+0
*
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-04-05
1
-3
/
+25
|
\
|
*
sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the sym...
Sourabh Jain
2020-02-19
1
-3
/
+25
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-04-05
21
-673
/
+388
|
\
\
|
*
|
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
2020-04-01
15
-215
/
+199
|
*
|
ext4: fix incorrect group count in ext4_fill_super error message
Josh Triplett
2020-03-29
1
-2
/
+2
|
*
|
ext4: fix incorrect inodes per group in error message
Josh Triplett
2020-03-29
1
-1
/
+1
|
*
|
ext4: don't set dioread_nolock by default for blocksize < pagesize
Ritesh Harjani
2020-03-29
1
-1
/
+12
|
*
|
ext4: disable dioread_nolock whenever delayed allocation is disabled
Eric Whitney
2020-03-26
1
-0
/
+3
|
*
|
ext4: do not commit super on read-only bdev
Eric Sandeen
2020-03-26
1
-1
/
+2
|
*
|
ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes
Jan Kara
2020-03-26
1
-5
/
+18
|
*
|
ext4: unregister sysfs path before destroying jbd2 journal
Ritesh Harjani
2020-03-26
1
-1
/
+7
|
*
|
ext4: check for non-zero journal inum in ext4_calculate_overhead
Ritesh Harjani
2020-03-26
1
-1
/
+2
|
*
|
ext4: remove map_from_cluster from ext4_ext_map_blocks
Eric Whitney
2020-03-14
1
-4
/
+1
|
*
|
ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks()
Eric Whitney
2020-03-14
1
-13
/
+17
|
*
|
ext4: mark block bitmap corrupted when found instead of BUGON
Dmitry Monakhov
2020-03-14
1
-2
/
+9
|
*
|
ext4: use flexible-array member for xattr structs
Gustavo A. R. Silva
2020-03-14
1
-2
/
+2
|
*
|
ext4: use flexible-array member in struct fname
Gustavo A. R. Silva
2020-03-14
1
-1
/
+1
|
*
|
ext4: move ext4_fiemap to use iomap framework
Ritesh Harjani
2020-03-14
2
-283
/
+48
|
*
|
ext4: make ext4_ind_map_blocks work with fiemap
Ritesh Harjani
2020-03-14
1
-0
/
+16
|
*
|
ext4: move ext4 bmap to use iomap infrastructure
Ritesh Harjani
2020-03-14
1
-1
/
+1
|
*
|
ext4: optimize ext4_ext_precache for 0 depth
Ritesh Harjani
2020-03-14
1
-3
/
+6
|
*
|
ext4: add IOMAP_F_MERGED for non-extent based mapping
Ritesh Harjani
2020-03-14
1
-0
/
+4
|
*
|
ext4: fix a data race at inode->i_disksize
Qiujun Huang
2020-03-06
1
-1
/
+1
|
*
|
ext4: fix a data race at inode->i_blocks
Qian Cai
2020-03-06
1
-1
/
+1
|
*
|
ext4: clean up error return for convert_initialized_extent()
Eric Whitney
2020-03-06
1
-9
/
+9
|
*
|
jbd2: improve comments about freeing data buffers whose page mapping is NULL
zhangyi (F)
2020-03-06
1
-3
/
+4
|
*
|
ext4: use flexible-array members in struct dx_node and struct dx_root
Gustavo A. R. Silva
2020-03-06
1
-2
/
+2
|
*
|
ext4: use built-in RCU list checking in mballoc
Madhuparna Bhowmik
2020-03-06
1
-2
/
+4
|
*
|
ext4: delete declaration for ext4_split_extent()
Eric Whitney
2020-03-05
1
-7
/
+0
|
*
|
ext4: remove EXT4_EOFBLOCKS_FL and associated code
Eric Whitney
2020-03-05
4
-102
/
+9
|
*
|
ext4: code cleanup for ext4_statfs_project()
Chengguang Xu
2020-03-05
1
-9
/
+4
|
*
|
ext4: start to support iopoll method
Xiaoguang Wang
2020-03-05
1
-0
/
+1
|
*
|
ext4: force buffer up-to-date while marking it dirty
Harshad Shirwadkar
2020-03-05
1
-0
/
+1
*
|
|
Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2020-04-04
16
-1
/
+7236
|
\
\
\
|
*
|
|
exfat: update file system parameter handling
Valdis Kletnieks
2020-03-06
1
-17
/
+11
|
*
|
|
exfat: add Kconfig and Makefile
Namjae Jeon
2020-03-06
4
-1
/
+32
|
*
|
|
exfat: add nls operations
Namjae Jeon
2020-03-06
1
-0
/
+831
|
*
|
|
exfat: add misc operations
Namjae Jeon
2020-03-06
1
-0
/
+163
|
*
|
|
exfat: add exfat cache
Namjae Jeon
2020-03-06
1
-0
/
+325
|
*
|
|
exfat: add bitmap operations
Namjae Jeon
2020-03-06
1
-0
/
+280
|
*
|
|
exfat: add fat entry operations
Namjae Jeon
2020-03-06
1
-0
/
+463
|
*
|
|
exfat: add file operations
Namjae Jeon
2020-03-06
1
-0
/
+360
|
*
|
|
exfat: add directory operations
Namjae Jeon
2020-03-06
1
-0
/
+1238
|
*
|
|
exfat: add inode operations
Namjae Jeon
2020-03-06
2
-0
/
+2119
|
*
|
|
exfat: add super block operations
Namjae Jeon
2020-03-06
1
-0
/
+728
|
*
|
|
exfat: add in-memory and on-disk structures and headers
Namjae Jeon
2020-03-06
2
-0
/
+703
*
|
|
|
Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
2020-04-04
12
-79
/
+261
|
\
\
\
\
|
*
|
|
|
nfsd: fsnotify on rmdir under nfsd/clients/
J. Bruce Fields
2020-03-19
1
-0
/
+1
|
*
|
|
|
nfsd4: kill warnings on testing stateids with mismatched clientids
J. Bruce Fields
2020-03-19
1
-8
/
+1
[next]