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-28
f2fs: check the right return value of memory alloc function
Yunlei He
1
-1
/
+1
2018-07-28
f2fs: Replace strncpy with memcpy
Guenter Roeck
1
-2
/
+2
2018-07-28
f2fs: avoid the global name 'fault_name'
Gao Xiang
2
-3
/
+3
2018-07-28
f2fs: fix to do sanity check with reserved blkaddr of inline inode
Chao Yu
1
-0
/
+21
2018-07-28
f2fs: fix to do sanity check with node footer and iblocks
Chao Yu
1
-2
/
+23
2018-07-28
f2fs: Allocate and stat mem used by free nid bitmap more accurately
Yunlei He
2
-2
/
+3
2018-07-28
f2fs: fix to do sanity check with user_block_count
Chao Yu
1
-1
/
+12
2018-07-27
Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+5
2018-07-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+3
2018-07-27
Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-4
/
+7
2018-07-27
media: dvb: get rid of VIDEO_SET_SPU_PALETTE
Mauro Carvalho Chehab
1
-30
/
+0
2018-07-27
f2fs: fix to do sanity check with extra_attr feature
Chao Yu
1
-4
/
+15
2018-07-27
f2fs: fix to correct return value of f2fs_trim_fs
Chao Yu
1
-11
/
+16
2018-07-27
f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
Chao Yu
1
-2
/
+19
2018-07-27
f2fs: fix to do sanity check with secs_per_zone
Chao Yu
1
-2
/
+2
2018-07-27
f2fs: disable f2fs_check_rb_tree_consistence
Chao Yu
2
-3
/
+8
2018-07-27
f2fs: introduce and spread verify_blkaddr
Chao Yu
9
-29
/
+60
2018-07-27
f2fs: use timespec64 for inode timestamps
Arnd Bergmann
3
-17
/
+13
2018-07-27
f2fs: fix to wait on page writeback before updating page
Chao Yu
1
-0
/
+1
2018-07-27
f2fs: assign REQ_RAHEAD to bio for ->readpages
Jaegeuk Kim
1
-7
/
+13
2018-07-27
f2fs: fix a hungtask problem caused by congestion_wait
Yunlei He
1
-4
/
+2
2018-07-27
f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
Dan Carpenter
1
-1
/
+1
2018-07-27
f2fs: don't issue discard commands in online discard is on
Jaegeuk Kim
1
-10
/
+11
2018-07-27
f2fs: fix to propagate return value of scan_nat_page()
Chao Yu
2
-13
/
+31
2018-07-27
f2fs: support in-memory inode checksum when checking consistency
Weichao Guo
3
-1
/
+21
2018-07-27
f2fs: fix error path of fill_super
Chao Yu
1
-1
/
+1
2018-07-27
f2fs: relocate readdir_ra configure initialization
Chao Yu
1
-1
/
+2
2018-07-27
f2fs: move s_res{u,g}id initialization to default_options()
Chao Yu
1
-3
/
+2
2018-07-27
f2fs: don't acquire orphan ino during recovery
Chao Yu
1
-7
/
+1
2018-07-27
f2fs: avoid potential deadlock in f2fs_sbi_store
Jaegeuk Kim
1
-2
/
+4
2018-07-27
f2fs: indicate shutdown f2fs to allow unmount successfully
Jaegeuk Kim
6
-5
/
+18
2018-07-27
f2fs: keep meta pages in cp_error state
Jaegeuk Kim
1
-15
/
+13
2018-07-26
mm: fix vma_is_anonymous() false-positives
Kirill A. Shutemov
1
-0
/
+1
2018-07-26
mm: use vma_init() to initialize VMAs on stack and data segments
Kirill A. Shutemov
1
-0
/
+2
2018-07-26
Fix error code in nfs_lookup_verify_inode()
Lance Shelton
1
-1
/
+1
2018-07-26
NFS: More excessive attribute revalidation in nfs_execute_ok()
Trond Myklebust
1
-0
/
+2
2018-07-26
NFS: Fix excessive attribute revalidation in nfs_execute_ok()
Trond Myklebust
1
-1
/
+1
2018-07-26
NFS: Ensure we immediately start writeback on rescheduled writes
Trond Myklebust
1
-0
/
+2
2018-07-26
NFSv4.1: Fix a potential layoutget/layoutrecall deadlock
Trond Myklebust
1
-2
/
+2
2018-07-26
pNFS: Parse the results of layoutget on open even if permissions checks fail
Trond Myklebust
3
-8
/
+3
2018-07-26
NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directories
Trond Myklebust
1
-10
/
+16
2018-07-26
pNFS: Wait for stale layoutget calls to complete in pnfs_update_layout()
Trond Myklebust
1
-5
/
+31
2018-07-26
pNFS/flexfiles: Ensure we always return a layout if it has layoutstats
Trond Myklebust
1
-0
/
+3
2018-07-26
pNFS: Ignore non-recalled layouts in pnfs_layout_need_return()
Trond Myklebust
1
-1
/
+10
2018-07-26
pNFS: Don't update the stateid when replying NFS4ERR_DELAY to a layout recall
Trond Myklebust
1
-1
/
+1
2018-07-26
pNFS: Don't discard layout segments that are marked for return
Trond Myklebust
2
-16
/
+39
2018-07-26
gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_out
Bob Peterson
1
-17
/
+13
2018-07-26
blkdev: __blkdev_direct_IO_simple: fix leak in error case
Martin Wilck
1
-4
/
+5
2018-07-26
xfs: remove deprecated barrier/nobarrier mount
Eric Sandeen
2
-31
/
+4
2018-07-26
xfs: clean up IRELE/iput callsites
Darrick J. Wong
19
-49
/
+54
[prev]
[next]