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
2018-07-23
filesystem-dax: Introduce dax_lock_mapping_entry()
Dan Williams
1
-6
/
+103
2018-07-23
xfs: force summary counter recalc at next mount
Darrick J. Wong
5
-2
/
+35
2018-07-23
xfs: refactor unmount record write
Darrick J. Wong
2
-62
/
+82
2018-07-23
xfs: detect and fix bad summary counts at mount
Darrick J. Wong
3
-29
/
+73
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
25
-843
/
+832
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
25
-294
/
+294
2018-07-23
xfs: shorten xfs_repair_ prefix to xrep_
Darrick J. Wong
6
-168
/
+168
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
24
-1190
/
+1196
2018-07-23
xfs: clean up xfs_btree_del_cursor callers
Darrick J. Wong
2
-12
/
+6
2018-07-23
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
12
-46
/
+23
2018-07-23
xfs: return from _defer_finish with a clean transaction
Darrick J. Wong
1
-0
/
+6
2018-07-23
xfs: check leaf attribute block freemap in verifier
Darrick J. Wong
1
-0
/
+22
2018-07-22
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-1
/
+5
2018-07-22
efivars: Call guid_parse() against guid_t type of variable
Andy Shevchenko
1
-1
/
+3
2018-07-21
Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-2
/
+5
2018-07-21
mm: make vm_area_alloc() initialize core fields
Linus Torvalds
1
-3
/
+1
2018-07-21
mm: use helper functions for allocating and freeing vm_area structs
Linus Torvalds
1
-2
/
+2
2018-07-21
fat: fix memory allocation failure handling of match_strdup()
OGAWA Hirofumi
1
-7
/
+13
2018-07-21
signal: Pass pid type into do_send_sig_info
Eric W. Biederman
1
-3
/
+3
2018-07-21
signal: Pass pid type into send_sigio_to_task & send_sigurg_to_task
Eric W. Biederman
1
-17
/
+9
2018-07-21
signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
Eric W. Biederman
3
-24
/
+35
2018-07-21
pid: Implement PIDTYPE_TGID
Eric W. Biederman
1
-0
/
+1
2018-07-21
pids: Move the pgrp and session pid pointers from task_struct to signal_struct
Eric W. Biederman
1
-0
/
+1
2018-07-21
pids: Compute task_tgid using signal->leader_pid
Eric W. Biederman
2
-0
/
+2
2018-07-20
sysfs, kobject: allow creating kobject belonging to arbitrary users
Dmitry Torokhov
4
-23
/
+44
2018-07-20
kernfs: allow creating kernfs objects with arbitrary uid/gid
Dmitry Torokhov
7
-10
/
+51
2018-07-20
filesystem-dax: Set page->index
Dan Williams
1
-3
/
+13
2018-07-20
ovl: Enable metadata only feature
Vivek Goyal
1
-3
/
+0
2018-07-20
ovl: Do not do metacopy only for ioctl modifying file attr
Vivek Goyal
1
-1
/
+1
2018-07-20
ovl: Do not do metadata only copy-up for truncate operation
Vivek Goyal
1
-1
/
+8
2018-07-20
ovl: add helper to force data copy-up
Vivek Goyal
2
-0
/
+6
2018-07-20
ovl: Check redirect on index as well
Vivek Goyal
3
-37
/
+64
2018-07-20
ovl: Set redirect on upper inode when it is linked
Vivek Goyal
1
-0
/
+8
2018-07-20
ovl: Set redirect on metacopy files upon rename
Vivek Goyal
1
-20
/
+46
2018-07-20
ovl: Do not set dentry type ORIGIN for broken hardlinks
Vivek Goyal
1
-1
/
+2
2018-07-20
ovl: Add an inode flag OVL_CONST_INO
Vivek Goyal
2
-0
/
+5
2018-07-20
ovl: Treat metacopy dentries as type OVL_PATH_MERGE
Vivek Goyal
1
-1
/
+2
2018-07-20
ovl: Check redirects for metacopy files
Vivek Goyal
1
-2
/
+2
2018-07-20
ovl: Move some dir related ovl_lookup_single() code in else block
Vivek Goyal
1
-10
/
+11
2018-07-20
ovl: Do not expose metacopy only dentry from d_real()
Vivek Goyal
1
-2
/
+5
2018-07-20
ovl: Open file with data except for the case of fsync
Vivek Goyal
1
-9
/
+30
2018-07-20
ovl: Add helper ovl_inode_realdata()
Vivek Goyal
2
-0
/
+13
2018-07-20
ovl: Store lower data inode in ovl_inode
Vivek Goyal
6
-6
/
+27
2018-07-20
ovl: Fix ovl_getattr() to get number of blocks from lower
Vivek Goyal
3
-1
/
+51
2018-07-20
ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
Vivek Goyal
2
-0
/
+14
2018-07-20
ovl: Copy up meta inode data from lowest data inode
Vivek Goyal
3
-4
/
+22
2018-07-20
ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
Vivek Goyal
5
-18
/
+131
2018-07-20
ovl: Use out_err instead of out_nomem
Vivek Goyal
1
-7
/
+10
2018-07-20
ovl: A new xattr OVL_XATTR_METACOPY for file on upper
Vivek Goyal
4
-11
/
+142
2018-07-20
ovl: Add helper ovl_already_copied_up()
Vivek Goyal
3
-19
/
+28
[prev]
[next]