index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
MAINTAINERS: add new entry for pidfd api
Christian Brauner
2019-07-15
1
-0
/
+11
*
unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3
Christian Brauner
2019-07-15
1
-0
/
+2
*
arch: mark syscall number 435 reserved for clone3
Christian Brauner
2019-07-15
11
-0
/
+11
*
clone: fix CLONE_PIDFD support
Dmitry V. Levin
2019-07-14
3
-2
/
+20
*
Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2019-07-13
4
-33
/
+19
|
\
|
*
dlm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-07-11
3
-27
/
+7
|
*
dlm: check if workqueues are NULL before flushing/destroying
David Windsor
2019-07-11
1
-6
/
+12
*
|
Merge tag '9p-for-5.3' of git://github.com/martinetd/linux
Linus Torvalds
2019-07-13
2
-2
/
+14
|
\
\
|
*
|
9p/xen: Add cleanup path in p9_trans_xen_init
YueHaibing
2019-05-15
1
-1
/
+7
|
*
|
9p/virtio: Add cleanup path in p9_virtio_init
YueHaibing
2019-05-15
1
-1
/
+7
*
|
|
Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2019-07-13
21
-773
/
+1405
|
\
\
\
|
*
|
|
f2fs: improve print log in f2fs_sanity_check_ckpt()
Chao Yu
2019-07-11
1
-1
/
+3
|
*
|
|
f2fs: avoid out-of-range memory access
Ocean Chen
2019-07-11
1
-0
/
+5
|
*
|
|
f2fs: fix to avoid long latency during umount
Heng Xiao
2019-07-11
1
-0
/
+4
|
*
|
|
f2fs: allow all the users to pin a file
Jaegeuk Kim
2019-07-11
1
-3
/
+0
|
*
|
|
f2fs: support swap file w/ DIO
Jaegeuk Kim
2019-07-03
3
-15
/
+143
|
*
|
|
f2fs: allocate blocks for pinned file
Jaegeuk Kim
2019-07-03
2
-1
/
+31
|
*
|
|
f2fs: fix is_idle() check for discard type
Sahitya Tummala
2019-07-03
1
-1
/
+1
|
*
|
|
f2fs: add a rw_sem to cover quota flag changes
Jaegeuk Kim
2019-07-03
3
-27
/
+53
|
*
|
|
f2fs: set SBI_NEED_FSCK for xattr corruption case
Chao Yu
2019-07-03
1
-0
/
+6
|
*
|
|
f2fs: use generic EFSBADCRC/EFSCORRUPTED
Chao Yu
2019-07-03
14
-37
/
+46
|
*
|
|
f2fs: Use DIV_ROUND_UP() instead of open-coding
Geert Uytterhoeven
2019-07-03
3
-6
/
+6
|
*
|
|
f2fs: print kernel message if filesystem is inconsistent
Chao Yu
2019-07-03
1
-0
/
+2
|
*
|
|
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
Joe Perches
2019-07-03
14
-507
/
+351
|
*
|
|
f2fs: avoid get_valid_blocks() for cleanup
Chao Yu
2019-07-03
1
-4
/
+2
|
*
|
|
f2fs: ioctl for removing a range from F2FS
Qiuyang Sun
2019-07-03
7
-5
/
+260
|
*
|
|
f2fs: only set project inherit bit for directory
Wang Shilong
2019-06-21
2
-1
/
+3
|
*
|
|
f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags
Eric Biggers
2019-06-21
2
-118
/
+163
|
*
|
|
f2fs: replace ktype default_attrs with default_groups
Kimberly Brown
2019-06-21
1
-2
/
+4
|
*
|
|
f2fs: Add option to limit required GC for checkpoint=disable
Daniel Rosenberg
2019-06-03
6
-26
/
+99
|
*
|
|
f2fs: Fix accounting for unusable blocks
Daniel Rosenberg
2019-06-03
1
-5
/
+10
|
*
|
|
f2fs: Fix root reserved on remount
Daniel Rosenberg
2019-06-03
1
-1
/
+2
|
*
|
|
f2fs: Lower threshold for disable_cp_again
Daniel Rosenberg
2019-06-03
1
-3
/
+5
|
*
|
|
f2fs: fix sparse warning
Chao Yu
2019-05-30
2
-3
/
+3
|
*
|
|
f2fs: fix f2fs_show_options to show nodiscard mount option
Sahitya Tummala
2019-05-30
1
-0
/
+2
|
*
|
|
f2fs: add error prints for debugging mount failure
Sahitya Tummala
2019-05-30
2
-3
/
+7
|
*
|
|
f2fs: fix to do sanity check on segment bitmap of LFS curseg
Chao Yu
2019-05-30
1
-0
/
+39
|
*
|
|
f2fs: add missing sysfs entries in documentation
Jaegeuk Kim
2019-05-30
1
-9
/
+80
|
*
|
|
f2fs: fix to avoid deadloop if data_flush is on
Chao Yu
2019-05-23
4
-0
/
+9
|
*
|
|
f2fs: always assume that the device is idle under gc_urgent
Park Ju Hyung
2019-05-23
1
-0
/
+3
|
*
|
|
f2fs: add bio cache for IPU
Chao Yu
2019-05-23
3
-10
/
+86
|
*
|
|
f2fs: allow ssr block allocation during checkpoint=disable period
Jaegeuk Kim
2019-05-23
1
-1
/
+2
|
*
|
|
f2fs: fix to check layout on last valid checkpoint park
Chao Yu
2019-05-23
2
-11
/
+9
|
*
|
|
f2fs: link f2fs quota ops for sysfile
Jaegeuk Kim
2019-05-23
2
-8
/
+3
*
|
|
|
Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-07-13
162
-4707
/
+4407
|
\
\
\
\
|
*
|
|
|
xfs: chain bios the right way around in xfs_rw_bdev
Christoph Hellwig
2019-07-10
1
-1
/
+1
|
*
|
|
|
xfs: bump INUMBERS cursor correctly in xfs_inumbers_walk
Darrick J. Wong
2019-07-09
1
-3
/
+2
|
*
|
|
|
xfs: don't update lastino for FSBULKSTAT_SINGLE
Darrick J. Wong
2019-07-07
1
-1
/
+0
|
*
|
|
|
xfs: online scrub needn't bother zeroing its temporary buffer
Darrick J. Wong
2019-07-05
1
-1
/
+5
|
*
|
|
|
xfs: only allocate memory for scrubbing attributes when we need it
Darrick J. Wong
2019-07-05
2
-10
/
+63
[next]