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-26
xfs: kill IHOLD
Darrick J. Wong
1
-7
/
+0
2018-07-26
xfs: bypass final dfops roll in trans commit path
Brian Foster
3
-14
/
+27
2018-07-26
xfs: drop unnecessary xfs_defer_finish() dfops parameter
Brian Foster
11
-38
/
+46
2018-07-26
xfs: remove unnecessary dfops init calls in xattr code
Brian Foster
2
-11
/
+0
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
13
-232
/
+44
2018-07-26
xfs: use internal dfops during [b|c]ui recovery
Brian Foster
3
-27
/
+30
2018-07-26
xfs: use internal dfops in attr code
Brian Foster
1
-11
/
+5
2018-07-26
xfs: use internal dfops in cow blocks cancel
Brian Foster
1
-4
/
+2
2018-07-26
xfs: support embedded dfops in transaction
Brian Foster
4
-19
/
+66
2018-07-26
xfs: pack holes in xfs_defer_ops and xfs_trans
Brian Foster
2
-2
/
+3
2018-07-26
xfs: reset dfops to initial state after finish
Brian Foster
1
-2
/
+18
2018-07-26
xfs: remove unused deferred ops committed field
Brian Foster
3
-8
/
+2
2018-07-26
xfs: make deferred processing safe for embedded dfops
Brian Foster
1
-18
/
+14
2018-07-26
xfs: fix transaction leak on remote attr set/remove failure
Brian Foster
1
-2
/
+0
2018-07-26
xfs: use ->t_dfops in log recovery intent processing
Brian Foster
1
-0
/
+2
2018-07-26
xfs: pull up dfops from xfs_itruncate_extents()
Brian Foster
5
-5
/
+14
2018-07-26
fuse: reduce allocation size for splice_write
Andrey Ryabinin
1
-1
/
+1
2018-07-26
fuse: use kvmalloc to allocate array of pipe_buffer structs.
Andrey Ryabinin
1
-6
/
+6
2018-07-26
fuse: convert last timespec use to timespec64
Arnd Bergmann
1
-4
/
+4
2018-07-26
fs: fuse: Adding new return type vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-07-26
fuse: simplify fuse_abort_conn()
Miklos Szeredi
1
-12
/
+6
2018-07-26
fuse: Add missed unlock_page() to fuse_readpages_fill()
Kirill Tkhai
1
-0
/
+1
2018-07-26
fuse: Don't access pipe->buffers without pipe_lock()
Andrey Ryabinin
1
-2
/
+5
2018-07-26
fuse: fix initial parallel dirops
Miklos Szeredi
3
-10
/
+18
2018-07-26
fuse: Fix oops at process_init_reply()
Miklos Szeredi
1
-14
/
+11
2018-07-26
fuse: umount should wait for all requests
Miklos Szeredi
3
-4
/
+22
2018-07-26
fuse: fix unlocked access to processing queue
Miklos Szeredi
1
-1
/
+7
2018-07-26
fuse: fix double request_end()
Miklos Szeredi
1
-2
/
+3
2018-07-25
gfs2: Special-case rindex for gfs2_grow
Andreas Gruenbacher
1
-1
/
+1
2018-07-25
Merge tag 'fscache-fixes-20180725' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
7
-14
/
+25
2018-07-25
cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
Kiran Kumar Modukuri
1
-1
/
+0
2018-07-25
cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
Kiran Kumar Modukuri
1
-1
/
+1
2018-07-25
fscache: Fix reference overput in fscache_attach_object() error handling
Kiran Kumar Modukuri
4
-5
/
+8
2018-07-25
cachefiles: Fix refcounting bug in backing-file read monitoring
Kiran Kumar Modukuri
1
-5
/
+12
2018-07-25
fscache: Allow cancelled operations to be enqueued
Kiran Kumar Modukuri
1
-2
/
+4
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-14
/
+25
2018-07-25
GFS2: rgrp free blocks used incorrectly
Bob Peterson
1
-5
/
+34
2018-07-25
gfs2: remove redundant variable 'moved'
Colin Ian King
1
-3
/
+1
2018-07-25
gfs2: use iomap_readpage for blocksize == PAGE_SIZE
Andreas Gruenbacher
1
-1
/
+5
2018-07-25
gfs2: Use iomap for stuffed direct I/O reads
Andreas Gruenbacher
1
-6
/
+0
2018-07-25
Merge branch 'iomap-4.19-merge' into linux-gfs2/for-next
Andreas Gruenbacher
3
-47
/
+415
2018-07-25
gfs2: fallocate_chunk: Always initialize struct iomap
Andreas Gruenbacher
1
-1
/
+2
2018-07-24
fs/cifs: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-10
/
+9
2018-07-25
GFS2: Fix recovery issues for spectators
Bob Peterson
3
-8
/
+30
2018-07-24
exofs: use bio_clone_fast in _write_mirror
Christoph Hellwig
1
-2
/
+2
2018-07-24
xfs: properly handle free inodes in extent hint validators
Eric Sandeen
1
-2
/
+4
2018-07-24
Merge branch 'iomap-write' into linux-gfs2/for-next
Andreas Gruenbacher
441
-7156
/
+6537
2018-07-24
fs: gfs2: Adding new return type vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-07-24
gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattr
Chengguang Xu
1
-4
/
+2
2018-07-24
gfs2: Don't reject a supposedly full bitmap if we have blocks reserved
Bob Peterson
1
-1
/
+2
[prev]
[next]