index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-27
gfs2: leaf_dealloc needs to allocate one more revoke
Bob Peterson
1
-1
/
+2
2020-02-27
gfs2: allow journal replay to hold sd_log_flush_lock
Bob Peterson
1
-0
/
+5
2020-02-27
gfs2: don't allow releasepage to free bd still used for revokes
Bob Peterson
1
-3
/
+8
2020-02-27
gfs2: flesh out delayed withdraw for gfs2_log_flush
Bob Peterson
3
-12
/
+41
2020-02-27
gfs2: Do proper error checking for go_sync family of glops functions
Bob Peterson
3
-14
/
+34
2020-02-27
gfs2: Don't demote a glock until its revokes are written
Bob Peterson
1
-0
/
+3
2020-02-27
gfs2: drain the ail2 list after io errors
Bob Peterson
2
-10
/
+65
2020-02-27
gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails
Bob Peterson
1
-7
/
+13
2020-02-27
gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty
Bob Peterson
3
-2
/
+28
2020-02-27
gfs2: Check for log write errors before telling dlm to unlock
Bob Peterson
1
-3
/
+28
2020-02-27
gfs2: Prepare to withdraw as soon as an IO error occurs in log write
Bob Peterson
1
-0
/
+3
2020-02-27
gfs2: Issue revokes more intelligently
Bob Peterson
1
-38
/
+36
2020-02-27
gfs2: Add verbose option to check_journal_clean
Bob Peterson
3
-9
/
+20
2020-02-27
gfs2: fix infinite loop when checking ail item count before go_inval
Bob Peterson
2
-5
/
+15
2020-02-27
gfs2: Force withdraw to replay journals and wait for it to finish
Bob Peterson
11
-31
/
+390
2020-02-20
gfs2: Allow some glocks to be used during withdraw
Bob Peterson
4
-10
/
+45
2020-02-10
gfs2: move check_journal_clean to util.c for future use
Bob Peterson
3
-42
/
+46
2020-02-10
gfs2: Ignore dlm recovery requests if gfs2 is withdrawn
Bob Peterson
2
-0
/
+23
2020-02-10
gfs2: Only complain the first time an io error occurs in quota or log
Bob Peterson
2
-4
/
+5
2020-02-10
gfs2: log error reform
Bob Peterson
3
-9
/
+16
2020-02-10
gfs2: Rework how rgrp buffer_heads are managed
Bob Peterson
5
-36
/
+6
2020-02-10
gfs2: clear ail1 list when gfs2 withdraws
Bob Peterson
1
-4
/
+13
2020-02-10
gfs2: Introduce concept of a pending withdraw
Bob Peterson
4
-21
/
+27
2020-02-10
gfs2: Return bool from gfs2_assert functions
Andreas Gruenbacher
2
-25
/
+24
2020-02-10
gfs2: Turn gfs2_consist into void functions
Andreas Gruenbacher
2
-21
/
+15
2020-02-10
gfs2: Remove usused cluster_wide arguments of gfs2_consist functions
Andreas Gruenbacher
2
-9
/
+9
2020-02-10
gfs2: Report errors before withdraw
Andreas Gruenbacher
1
-25
/
+23
2020-02-10
gfs2: Split gfs2_lm_withdraw into two functions
Andreas Gruenbacher
5
-70
/
+82
2020-02-06
gfs2: fix O_SYNC write handling
Andreas Gruenbacher
1
-30
/
+21
2020-02-06
gfs2: move setting current->backing_dev_info
Christoph Hellwig
1
-11
/
+10
2020-02-06
gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
Abhi Das
1
-1
/
+1
2020-01-31
Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
12
-70
/
+73
2020-01-31
Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-13
/
+5
2020-01-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
25
-170
/
+236
2020-01-31
execve: warn if process starts with executable stack
Alexey Dobriyan
1
-0
/
+5
2020-01-31
reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()
Yunfeng Ye
1
-1
/
+2
2020-01-31
fs/binfmt_elf.c: coredump: allow process with empty address space to coredump
Alexey Dobriyan
1
-1
/
+9
2020-01-31
fs/binfmt_elf.c: coredump: delete duplicated overflow check
Alexey Dobriyan
1
-2
/
+0
2020-01-31
fs/binfmt_elf.c: coredump: allocate core ELF header on stack
Alexey Dobriyan
1
-11
/
+5
2020-01-31
fs/binfmt_elf.c: make BAD_ADDR() unlikely
Alexey Dobriyan
1
-1
/
+1
2020-01-31
fs/binfmt_elf.c: better codegen around current->mm
Alexey Dobriyan
1
-24
/
+28
2020-01-31
fs/binfmt_elf.c: don't copy ELF header around
Alexey Dobriyan
1
-28
/
+27
2020-01-31
fs/binfmt_elf.c: fix ->start_code calculation
Alexey Dobriyan
1
-1
/
+1
2020-01-31
fs/binfmt_elf.c: smaller code generation around auxv vector fill
Alexey Dobriyan
1
-7
/
+8
2020-01-31
btrfs: use larger zlib buffer for s390 hardware compression
Mikhail Zaslonko
2
-36
/
+101
2020-01-31
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
1
-2
/
+2
2020-01-31
fs/io_uring: set FOLL_PIN via pin_user_pages()
John Hubbard
1
-1
/
+1
2020-01-31
ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...
wangyan
1
-2
/
+1
2020-01-31
ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()
wangyan
1
-3
/
+5
2020-01-31
ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use
Andy Shevchenko
1
-4
/
+0
[next]