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-17
xfs: don't assume a left rmap when allocating a new rmap
Darrick J. Wong
1
-12
/
+12
2018-07-17
ovl: fix wrong use of impure dir cache in ovl_iterate()
Amir Goldstein
1
-2
/
+17
2018-07-17
configfs: fix registered group removal
Mike Christie
1
-0
/
+11
2018-07-17
btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()
Qu Wenruo
1
-8
/
+9
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
69
-638
/
+751
2018-07-15
f2fs: do checkpoint in kill_sb
Jaegeuk Kim
1
-3
/
+13
2018-07-15
f2fs: allow wrong configured dio to buffered write
Jaegeuk Kim
1
-8
/
+14
2018-07-14
reiserfs: fix buffer overflow with long warning messages
Eric Biggers
1
-60
/
+81
2018-07-14
fs, elf: make sure to page align bss in load_elf_library
Oscar Salvador
1
-3
/
+2
2018-07-14
autofs: fix slab out of bounds read in getname_kernel()
Tomas Bortoli
1
-9
/
+13
2018-07-14
fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
Vlastimil Babka
1
-1
/
+2
2018-07-13
btrfs: fix use-after-free of cmp workspace pages
Naohiro Aota
1
-0
/
+2
2018-07-13
btrfs: restore uuid_mutex in btrfs_open_devices
David Sterba
1
-0
/
+2
2018-07-12
ext4: check for allocation block validity with block group locked
Theodore Ts'o
2
-0
/
+6
2018-07-12
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
Thomas Gleixner
38
-416
/
+379
2018-07-12
new helper: open_with_fake_path()
Al Viro
1
-0
/
+18
2018-07-12
few more cleanups of link_path_walk() callers
Al Viro
1
-19
/
+11
2018-07-12
allow link_path_walk() to take ERR_PTR()
Al Viro
1
-33
/
+5
2018-07-12
make path_init() unconditionally paired with terminate_walk()
Al Viro
1
-16
/
+16
2018-07-12
make alloc_file() static
Al Viro
1
-2
/
+1
2018-07-12
new helper: alloc_file_clone()
Al Viro
2
-4
/
+13
2018-07-12
create_pipe_files(): switch the first allocation to alloc_file_pseudo()
Al Viro
1
-26
/
+8
2018-07-12
anon_inode_getfile(): switch to alloc_file_pseudo()
Al Viro
1
-23
/
+6
2018-07-12
hugetlb_file_setup(): switch to alloc_file_pseudo()
Al Viro
1
-37
/
+16
2018-07-12
new wrapper: alloc_file_pseudo()
Al Viro
2
-16
/
+31
2018-07-12
switch atomic_open() and lookup_open() to returning 0 in all success cases
Al Viro
1
-17
/
+17
2018-07-12
->atomic_open(): return 0 in all success cases
Al Viro
2
-17
/
+17
2018-07-12
get rid of 'opened' in path_openat() and the helpers downstream
Al Viro
1
-14
/
+8
2018-07-12
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
12
-20
/
+12
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 2
Al Viro
3
-15
/
+13
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
9
-12
/
+11
2018-07-12
IMA: don't propagate opened through the entire thing
Al Viro
2
-3
/
+2
2018-07-12
introduce FMODE_CREATED and switch to it
Al Viro
9
-15
/
+19
2018-07-12
switch all remaining checks for FILE_OPENED to FMODE_OPENED
Al Viro
3
-13
/
+5
2018-07-12
now we can fold open_check_o_direct() into do_dentry_open()
Al Viro
3
-19
/
+6
2018-07-12
lift fput() on late failures into path_openat()
Al Viro
1
-16
/
+12
2018-07-12
fold put_filp() into fput()
Al Viro
3
-20
/
+10
2018-07-12
introduce FMODE_OPENED
Al Viro
2
-1
/
+3
2018-07-12
security_file_open(): lose cred argument
Al Viro
1
-1
/
+1
2018-07-12
get rid of cred argument of vfs_open() and do_dentry_open()
Al Viro
3
-12
/
+9
2018-07-12
pass ->f_flags value to alloc_empty_file()
Al Viro
4
-13
/
+9
2018-07-12
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
Al Viro
4
-6
/
+5
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
5
-22
/
+17
2018-07-12
kernel: add kcompat_sys_{f,}statfs64()
Mark Rutland
1
-2
/
+12
2018-07-11
xfs: Initialize variables in xfs_alloc_get_rec before using them
Carlos Maiolino
1
-2
/
+3
2018-07-11
xfs: remove unused iolock arg from xfs_break_dax_layouts
Eric Sandeen
1
-2
/
+1
2018-07-11
xfs: kill __xfs_buf_submit_common()
Brian Foster
1
-49
/
+34
2018-07-11
xfs: combine [a]sync buffer submission apis
Brian Foster
3
-53
/
+33
2018-07-11
xfs: use sync buffer I/O for sync delwri queue submission
Brian Foster
1
-39
/
+41
2018-07-11
xfs: refactor buffer submission into a common helper
Brian Foster
2
-49
/
+37
[prev]
[next]