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
2019-02-20
NFS: Fix up documentation warnings
Trond Myklebust
15
-62
/
+75
2019-02-20
NFS: ENOMEM should also be a fatal error.
Trond Myklebust
1
-0
/
+1
2019-02-20
NFS: EINTR is also a fatal error.
Trond Myklebust
1
-0
/
+1
2019-02-20
NFS: Ensure NFS writeback allocations don't recurse back into NFS.
Trond Myklebust
1
-1
/
+6
2019-02-20
NFS: Pass error information to the pgio error cleanup routine
Trond Myklebust
4
-7
/
+15
2019-02-20
NFS: Clean up list moves of struct nfs_page
Trond Myklebust
2
-10
/
+5
2019-02-20
NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
Trond Myklebust
1
-1
/
+1
2019-02-20
NFS: Fix an I/O request leakage in nfs_do_recoalesce
Trond Myklebust
1
-1
/
+0
2019-02-20
NFS: Fix I/O request leakages
Trond Myklebust
1
-5
/
+21
2019-02-20
orangefs: remove two un-needed BUG_ONs...
Mike Marshall
1
-4
/
+0
2019-02-20
Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
1
-14
/
+17
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-16
/
+56
2019-02-18
exec: Fix mem leak in kernel_read_file
YueHaibing
1
-1
/
+1
2019-02-18
exec: load_script: Do not exec truncated interpreter path
Kees Cook
1
-9
/
+48
2019-02-18
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
8
-23
/
+45
2019-02-18
ceph: avoid repeatedly adding inode to mdsc->snap_flush_list
Yan, Zheng
1
-1
/
+2
2019-02-18
ext2: support statx syscall
yangerkun
5
-0
/
+32
2019-02-18
fanotify: Use interruptible wait when waiting for permission events
Jan Kara
3
-5
/
+42
2019-02-18
fanotify: Track permission event state
Jan Kara
3
-11
/
+40
2019-02-18
fanotify: Simplify cleaning of access_list
Jan Kara
1
-6
/
+4
2019-02-18
fsnotify: Create function to remove event from notification list
Jan Kara
1
-7
/
+13
2019-02-18
fanotify: Move locking inside get_one_event()
Jan Kara
1
-19
/
+13
2019-02-18
fanotify: Fold dequeue_event() into process_access_response()
Jan Kara
1
-28
/
+13
2019-02-17
xfs: retry COW fork delalloc conversion when no extent was found
Christoph Hellwig
1
-2
/
+16
2019-02-17
xfs: remove the truncate short cut in xfs_map_blocks
Christoph Hellwig
1
-20
/
+0
2019-02-17
xfs: move xfs_iomap_write_allocate to xfs_aops.c
Christoph Hellwig
3
-89
/
+45
2019-02-17
xfs: move stat accounting to xfs_bmapi_convert_delalloc
Christoph Hellwig
2
-4
/
+3
2019-02-17
xfs: move transaction handling to xfs_bmapi_convert_delalloc
Christoph Hellwig
3
-35
/
+40
2019-02-17
xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write
Christoph Hellwig
2
-52
/
+58
2019-02-17
xfs: factor out two helpers from xfs_bmapi_write
Christoph Hellwig
1
-34
/
+44
2019-02-17
xfs: simplify the xfs_bmap_btree_to_extents calling conventions
Christoph Hellwig
1
-52
/
+26
2019-02-17
xfs: remove the s_maxbytes checks in xfs_map_blocks
Christoph Hellwig
1
-6
/
+2
2019-02-17
xfs: remove the io_type field from the writeback context and ioend
Christoph Hellwig
5
-98
/
+63
2019-02-16
Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+2
2019-02-16
Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-5
/
+6
2019-02-16
eCryptfs: fix permission denied with ecryptfs_xattr mount option when create readonly file
Robbie Ko
1
-2
/
+15
2019-02-16
ecryptfs: re-order a condition for static checkers
Dan Carpenter
1
-2
/
+3
2019-02-16
eCryptfs: fix a couple type promotion bugs
Dan Carpenter
1
-4
/
+8
2019-02-16
vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
Aurelien Jarno
1
-0
/
+6
2019-02-15
f2fs: use xattr_prefix to wrap up
Gao Xiang
1
-1
/
+1
2019-02-15
f2fs: sync filesystem after roll-forward recovery
Jaegeuk Kim
3
-14
/
+39
2019-02-15
f2fs: flush quota blocks after turnning it off
Jaegeuk Kim
1
-0
/
+6
2019-02-15
f2fs: avoid null pointer exception in dcc_info
Jaegeuk Kim
1
-3
/
+10
2019-02-15
f2fs: don't wake up too frequently, if there is lots of IOs
Jaegeuk Kim
1
-1
/
+1
2019-02-15
f2fs: try to keep CP_TRIMMED_FLAG after successful umount
Jaegeuk Kim
1
-0
/
+2
2019-02-15
f2fs: add quick mode of checkpoint=disable for QA
Jaegeuk Kim
5
-3
/
+18
2019-02-15
keys: Fix dependency loop between construction record and auth key
David Howells
1
-14
/
+17
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-230
/
+168
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
30
-119
/
+313
2019-02-15
block: enable multipage bvecs
Ming Lei
2
-4
/
+4
[prev]
[next]