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-05-25
vfs: Provide sb->s_iflags settings in fs_context struct
David Howells
1
-0
/
+1
2019-05-25
vfs: Fix refcounting of filenames in fs_parser
David Howells
1
-0
/
+1
2019-05-25
move mount_capable() further out
Al Viro
3
-6
/
+4
2019-05-25
move mount_capable() calls to vfs_get_tree()
Al Viro
2
-11
/
+6
2019-05-25
procfs: set ->user_ns before calling ->get_tree()
Al Viro
1
-4
/
+3
2019-05-25
switch mount_capable() to fs_context
Al Viro
3
-6
/
+9
2019-05-25
legacy_get_tree(): pass fc->user_ns to mount_capable()
Al Viro
1
-1
/
+1
2019-05-25
move the capability checks from sget_userns() to legacy_get_tree()
Al Viro
3
-4
/
+7
2019-05-25
vfs: Kill mount_ns()
David Howells
1
-38
/
+0
2019-05-25
vfs: Convert nfsctl to use the new mount API
David Howells
1
-7
/
+26
2019-05-25
consolidate the capability checks in sget_{fc,userns}()
Al Viro
1
-18
/
+14
2019-05-25
start massaging the checks in sget_...(): move to sget_userns()
Al Viro
1
-10
/
+4
2019-05-25
no need to protect against put_user_ns(NULL)
Al Viro
1
-2
/
+1
2019-05-25
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
7
-17
/
+10
2019-05-24
ext4: fix dcache lookup of !casefolded directories
Gabriel Krisman Bertazi
1
-1
/
+1
2019-05-24
Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
115
-1258
/
+115
2019-05-24
chardev: set variable ret to -EBUSY before checking minor range overlap
Chengguang Xu
1
-1
/
+2
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
Thomas Gleixner
4
-40
/
+4
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97
Thomas Gleixner
1
-15
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96
Thomas Gleixner
43
-645
/
+43
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83
Thomas Gleixner
9
-36
/
+9
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
3
-40
/
+3
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
32
-160
/
+32
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35
Thomas Gleixner
23
-322
/
+23
2019-05-24
xfs: fix broken log reservation debugging
Darrick J. Wong
1
-2
/
+9
2019-05-23
ext4: do not delete unlinked inode from orphan list on failed truncate
Jan Kara
1
-1
/
+1
2019-05-23
ext4: wait for outstanding dio during truncate in nojournal mode
Jan Kara
1
-12
/
+9
2019-05-23
Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-0
/
+27
2019-05-23
f2fs: fix to avoid deadloop if data_flush is on
Chao Yu
4
-0
/
+9
2019-05-23
f2fs: always assume that the device is idle under gc_urgent
Park Ju Hyung
1
-0
/
+3
2019-05-23
f2fs: add bio cache for IPU
Chao Yu
3
-10
/
+86
2019-05-23
f2fs: allow ssr block allocation during checkpoint=disable period
Jaegeuk Kim
1
-1
/
+2
2019-05-23
f2fs: fix to check layout on last valid checkpoint park
Chao Yu
2
-11
/
+9
2019-05-23
f2fs: link f2fs quota ops for sysfile
Jaegeuk Kim
2
-8
/
+3
2019-05-22
Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
1
-4
/
+5
2019-05-22
ext4: don't perform block validity checks on the journal inode
Theodore Ts'o
1
-4
/
+8
2019-05-22
gfs2: Fix sign extension bug in gfs2_update_stats
Andreas Gruenbacher
1
-4
/
+5
2019-05-21
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
195
-70
/
+195
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18
Thomas Gleixner
4
-56
/
+4
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1
Thomas Gleixner
1
-14
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
109
-0
/
+109
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
39
-0
/
+39
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
42
-0
/
+42
2019-05-21
unexport simple_dname()
Al Viro
2
-1
/
+1
2019-05-20
xfs: don't reserve per-AG space for an internal log
Darrick J. Wong
3
-0
/
+27
2019-05-20
Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
8
-26
/
+97
2019-05-20
ext2: code cleanup by using test_opt() and clear_opt()
Chengguang Xu
1
-9
/
+8
2019-05-20
ext2: Strengthen xattr block checks
Jan Kara
1
-12
/
+10
2019-05-20
ext2: Merge loops in ext2_xattr_set()
Jan Kara
1
-22
/
+19
2019-05-20
ext2: introduce helper for xattr entry validation
Chengguang Xu
1
-11
/
+21
[prev]
[next]