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
*
GFS2: Fix non-recursive truncate bug
Bob Peterson
2017-08-30
1
-3
/
+16
*
gfs2: constify rhashtable_params
Arvind Yadav
2017-08-30
1
-1
/
+1
*
GFS2: Fix gl_object warnings
Andreas Gruenbacher
2017-08-30
1
-1
/
+1
*
GFS2: Fix up some sparse warnings
Bob Peterson
2017-08-26
4
-6
/
+9
*
gfs2: Silence gcc format-truncation warning
Andreas Gruenbacher
2017-08-25
2
-4
/
+4
*
GFS2: Withdraw for IO errors writing to the journal or statfs
Bob Peterson
2017-08-25
5
-5
/
+21
*
gfs2: fix slab corruption during mounting and umounting gfs file system
Thomas Tai
2017-08-15
1
-0
/
+1
*
gfs2: forcibly flush ail to relieve memory pressure
Abhi Das
2017-08-10
3
-1
/
+18
*
gfs2: Clean up waiting on glocks
Andreas Gruenbacher
2017-08-10
1
-20
/
+7
*
gfs2: Defer deleting inodes under memory pressure
Andreas Gruenbacher
2017-08-10
1
-0
/
+21
*
gfs2: gfs2_evict_inode: Put glocks asynchronously
Andreas Gruenbacher
2017-08-10
3
-3
/
+39
*
gfs2: Get rid of gfs2_set_nlink
Andreas Gruenbacher
2017-08-10
1
-27
/
+1
*
gfs2: gfs2_glock_get: Wait on freeing glocks
Andreas Gruenbacher
2017-08-10
1
-22
/
+104
*
gfs2: Fix trivial typos
Andreas Gruenbacher
2017-08-09
2
-2
/
+2
*
GFS2: Delete debugfs files only after we evict the glocks
Bob Peterson
2017-08-09
2
-1
/
+1
*
GFS2: Don't waste time locking lru_lock for non-lru glocks
Bob Peterson
2017-08-09
1
-0
/
+3
*
GFS2: Don't bother trying to add rgrps to the lru list
Bob Peterson
2017-08-09
1
-1
/
+0
*
GFS2: Clear gl_object when deleting an inode in gfs2_delete_inode
Bob Peterson
2017-08-09
1
-1
/
+10
*
GFS2: Clear gl_object if gfs2_create_inode fails
Bob Peterson
2017-08-09
1
-1
/
+4
*
GFS2: Set gl_object in inode lookup only after block type check
Bob Peterson
2017-07-21
1
-2
/
+2
*
GFS2: Introduce helper for clearing gl_object
Bob Peterson
2017-07-21
3
-4
/
+38
*
gfs2: add flag REQ_PRIO for metadata I/O
Coly Li
2017-07-21
4
-6
/
+11
*
GFS2: fix code parameter error in inode_go_lock
Wang Xibo
2017-07-21
1
-1
/
+1
*
gfs2: Fixup to "Get rid of flush_delayed_work in gfs2_evict_inode"
Andreas Gruenbacher
2017-07-19
1
-2
/
+2
*
gfs2: Don't clear SGID when inheriting ACLs
Jan Kara
2017-07-19
1
-13
/
+14
*
gfs2: Lock holder cleanup (fixup)
Andreas Gruenbacher
2017-07-17
1
-2
/
+1
*
GFS2: Prevent double brelse in gfs2_meta_indirect_buffer
Bob Peterson
2017-07-17
1
-1
/
+2
*
exec: Limit arg stack to at most 75% of _STK_LIM
Kees Cook
2017-07-08
1
-5
/
+6
*
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-08
24
-63
/
+572
|
\
|
*
btrfs: minimal conversion to errseq_t writeback error reporting on fsync
Jeff Layton
2017-07-06
1
-5
/
+8
|
*
xfs: minimal conversion to errseq_t writeback error reporting
Jeff Layton
2017-07-06
1
-1
/
+1
|
*
ext4: use errseq_t based error handling for reporting data writeback errors
Jeff Layton
2017-07-06
1
-1
/
+1
|
*
fs: convert __generic_file_fsync to use errseq_t based reporting
Jeff Layton
2017-07-06
1
-4
/
+6
|
*
block: convert to errseq_t based writeback error tracking
Jeff Layton
2017-07-06
1
-1
/
+1
|
*
dax: set errors in mapping when writeback fails
Jeff Layton
2017-07-06
1
-1
/
+3
|
*
Documentation: flesh out the section in vfs.txt on storing and reporting writ...
Jeff Layton
2017-07-06
1
-3
/
+41
|
*
mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
Jeff Layton
2017-07-06
1
-6
/
+25
|
*
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
2017-07-06
7
-1
/
+206
|
*
lib: add errseq_t type and infrastructure for handling it
Jeff Layton
2017-07-06
4
-1
/
+234
|
*
mm: don't TestClearPageError in __filemap_fdatawait_range
Jeff Layton
2017-07-06
1
-15
/
+5
|
*
mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
Jeff Layton
2017-07-06
1
-0
/
+6
|
*
jbd2: don't clear and reset errors after waiting on writeback
Jeff Layton
2017-07-06
3
-15
/
+19
|
*
buffer: set errors in mapping at the time that the error occurs
Jeff Layton
2017-07-06
3
-8
/
+15
|
*
fs: check for writeback errors after syncing out buffers in generic_file_fsync
Jeff Layton
2017-07-06
2
-5
/
+4
|
*
buffer: use mapping_set_error instead of setting the flag
Jeff Layton
2017-07-06
1
-1
/
+1
|
*
mm: fix mapping_set_error call in me_pagecache_dirty
Jeff Layton
2017-07-06
1
-1
/
+1
*
|
Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-08
12
-26
/
+23
|
\
\
|
*
|
fs: remove call_fsync helper function
Jeff Layton
2017-07-06
3
-8
/
+2
|
*
|
mm: clean up error handling in write_one_page
Jeff Layton
2017-07-06
1
-7
/
+6
|
*
|
JFS: do not ignore return code from write_one_page()
Dave Kleikamp
2017-07-06
2
-2
/
+6
[next]