index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-05
vfs: Convert squashfs to use the new mount API
David Howells
1
-45
/
+55
2019-09-05
vfs: Convert jffs2 to use the new mount API
David Howells
3
-101
/
+96
2019-09-05
vfs: Convert cramfs to use the new mount API
David Howells
1
-30
/
+39
2019-09-05
vfs: Convert romfs to use the new mount API
David Howells
1
-18
/
+28
2019-09-05
vfs: Add a single-or-reconfig keying to vfs_get_super()
David Howells
1
-7
/
+28
2019-09-05
vfs: Create fs_context-aware mount_bdev() replacement
David Howells
1
-0
/
+94
2019-09-05
new helper: get_tree_keyed()
Al Viro
3
-4
/
+12
2019-09-05
vfs: set fs_context::user_ns for reconfigure
Eric Biggers
1
-3
/
+1
2019-09-05
erofs: use read_cache_page_gfp for erofs_get_meta_page
Gao Xiang
1
-61
/
+9
2019-09-05
erofs: always use iget5_locked
Gao Xiang
1
-7
/
+0
2019-09-05
erofs: use read_mapping_page instead of sb_bread
Gao Xiang
1
-6
/
+9
2019-09-05
erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}
Gao Xiang
11
-90
/
+139
2019-09-05
erofs: save one level of indentation
Gao Xiang
1
-32
/
+33
2019-09-05
erofs: kill use_vmap module parameter
Gao Xiang
1
-33
/
+13
2019-09-05
erofs: kill all erofs specific fault injection
Gao Xiang
6
-158
/
+2
2019-09-05
erofs: add "erofs_" prefix for common and short functions
Gao Xiang
7
-53
/
+54
2019-09-05
erofs: kill __submit_bio()
Gao Xiang
3
-17
/
+17
2019-09-05
erofs: kill prio and nofail of erofs_get_meta_page()
Gao Xiang
5
-46
/
+16
2019-09-05
erofs: localize erofs_grab_bio()
Gao Xiang
3
-45
/
+22
2019-09-05
erofs: kill verbose debug info in erofs_fill_super
Gao Xiang
1
-7
/
+2
2019-09-05
erofs: use dsb instead of layout for ondisk super_block
Gao Xiang
1
-18
/
+17
2019-09-05
erofs: better erofs symlink stuffs
Gao Xiang
3
-54
/
+29
2019-09-05
erofs: update comments in inode.c
Gao Xiang
1
-3
/
+2
2019-09-05
erofs: update erofs_fs.h comments
Gao Xiang
1
-4
/
+5
2019-09-05
erofs: use erofs_inode naming
Gao Xiang
10
-57
/
+54
2019-09-05
erofs: kill erofs_{init,exit}_inode_cache
Gao Xiang
1
-19
/
+12
2019-09-05
erofs: better naming for erofs inode related stuffs
Gao Xiang
6
-89
/
+107
2019-09-05
erofs: use feature_incompat rather than requirements
Gao Xiang
4
-13
/
+14
2019-09-05
erofs: update erofs_inode_is_data_compressed helper
Gao Xiang
1
-3
/
+2
2019-09-05
erofs: kill __packed for on-disk structures
Gao Xiang
1
-9
/
+9
2019-09-05
erofs: some macros are much more readable as a function
Gao Xiang
3
-11
/
+17
2019-09-05
erofs: on-disk format should have explicitly assigned numbers
Gao Xiang
1
-9
/
+9
2019-09-05
erofs: remove all the byte offset comments
Gao Xiang
1
-47
/
+50
2019-09-04
ext4: Reduce ext4 timestamp warnings
Deepa Dinamani
1
-3
/
+1
2019-09-04
configfs: provide exclusion between IO and removals
Al Viro
2
-18
/
+80
2019-09-04
gfs2: Use async glocks for rename
Bob Peterson
5
-13
/
+123
2019-09-04
gfs2: create function gfs2_glock_update_hold_time
Andreas Gruenbacher
1
-6
/
+13
2019-09-04
gfs2: separate holder for rgrps in gfs2_rename
Bob Peterson
1
-8
/
+21
2019-09-04
gfs2: Delete an unnecessary check before brelse()
Markus Elfring
2
-4
/
+2
2019-09-04
gfs2: Minor PAGE_SIZE arithmetic cleanups
Andreas Gruenbacher
3
-4
/
+4
2019-09-04
fs-udf: Delete an unnecessary check before brelse()
Markus Elfring
1
-2
/
+1
2019-09-04
ext2: Delete an unnecessary check before brelse()
Markus Elfring
1
-2
/
+1
2019-09-04
udf: Drop forward function declarations
Jan Kara
1
-53
/
+49
2019-09-04
udf: Verify domain identifier fields
Jan Kara
2
-27
/
+78
2019-09-04
erofs: using switch-case while checking the inode type.
Pratik Shinde
1
-6
/
+12
2019-09-03
xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUT
kaixuxia
1
-41
/
+42
2019-09-03
xfs: define a flags field for the AG geometry ioctl structure
Darrick J. Wong
2
-1
/
+5
2019-09-03
xfs: add a xfs_valid_startblock helper
Christoph Hellwig
3
-4
/
+11
2019-09-03
devpts_pty_kill(): don't bother with d_delete()
Al Viro
1
-1
/
+1
2019-09-03
fs/namei.c: keep track of nd->root refcount status
Al Viro
1
-26
/
+15
[prev]
[next]