index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-04
nfsd: create get_nfsdfs_clp helper
J. Bruce Fields
1
-8
/
+13
2019-07-04
nfsd4: show layout stateids
J. Bruce Fields
1
-0
/
+20
2019-07-04
nfsd: show lock and deleg stateids
J. Bruce Fields
1
-0
/
+59
2019-07-04
nfsd4: add file to display list of client's opens
J. Bruce Fields
1
-2
/
+147
2019-07-04
nfsd: add more information to client info file
J. Bruce Fields
1
-0
/
+12
2019-07-04
nfsd: escape high characters in binary data
J. Bruce Fields
1
-0
/
+11
2019-07-04
nfsd: copy client's address including port number to cl_addr
J. Bruce Fields
1
-1
/
+1
2019-07-04
nfsd4: add a client info file
J. Bruce Fields
3
-8
/
+148
2019-07-04
nfsd: make client/ directory names small ints
J. Bruce Fields
3
-3
/
+5
2019-07-04
nfsd: add nfsd/clients directory
J. Bruce Fields
5
-10
/
+133
2019-07-04
nfsd4: use reference count to free client
J. Bruce Fields
2
-5
/
+22
2019-07-04
nfsd: rename cl_refcount
J. Bruce Fields
2
-14
/
+14
2019-07-04
nfsd: persist nfsd filesystem across mounts
J. Bruce Fields
2
-0
/
+14
2019-07-04
nfsd: fix cleanup of nfsd_reply_cache_init on failure
J. Bruce Fields
1
-3
/
+7
2019-07-04
nfsd4: remove outdated nfsd4_decode_time comment
J. Bruce Fields
1
-4
/
+0
2019-07-04
nfsd: use 64-bit seconds fields in nfsd v4 code
J. Bruce Fields
3
-15
/
+8
2019-07-04
nfsd: Spelling s/EACCESS/EACCES/
Geert Uytterhoeven
1
-1
/
+1
2019-07-04
lockd: Make two symbols static
YueHaibing
2
-2
/
+2
2019-07-04
locks: Cleanup lm_compare_owner and lm_owner_key
Benjamin Coddington
1
-5
/
+0
2019-07-04
lockd: Show pid of lockd for remote locks
Benjamin Coddington
5
-6
/
+4
2019-07-04
lockd: Remove lm_compare_owner and lm_owner_key
Benjamin Coddington
1
-18
/
+0
2019-07-04
lockd: Convert NLM service fl_owner to nlm_lockowner
Benjamin Coddington
6
-5
/
+121
2019-07-04
lockd: prepare nlm_lockowner for use by the server
Benjamin Coddington
1
-10
/
+11
2019-07-04
nfsd: note inadequate stats locking
J. Bruce Fields
1
-2
/
+5
2019-07-04
nfsd4: drc containerization
J. Bruce Fields
4
-125
/
+154
2019-07-04
nfsd: don't call nfsd_reply_cache_shutdown twice
J. Bruce Fields
1
-1
/
+0
2019-07-04
nfsd: Fix overflow causing non-working mounts on 1 TB machines
Paul Menzel
1
-1
/
+1
2019-07-03
ext2: Use kmemdup rather than duplicating its implementation
Fuqian Huang
1
-2
/
+1
2019-07-03
gfs2: don't use buffer_heads in gfs2_allocate_page_backing
Christoph Hellwig
1
-17
/
+16
2019-07-03
gfs2: use iomap_bmap instead of generic_block_bmap
Christoph Hellwig
1
-1
/
+1
2019-07-03
gfs2: mark stuffed_readpage static
Christoph Hellwig
2
-3
/
+1
2019-07-03
gfs2: merge gfs2_writepage_common into gfs2_writepage
Christoph Hellwig
1
-26
/
+6
2019-07-03
gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops
Christoph Hellwig
1
-25
/
+3
2019-07-03
Merge tag '5.2-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-5
/
+73
2019-07-03
gfs2: remove the unused gfs2_stuffed_write_end function
Christoph Hellwig
2
-44
/
+0
2019-07-03
gfs2: use page_offset in gfs2_page_mkwrite
Christoph Hellwig
1
-1
/
+1
2019-07-03
ext4: fix coverity warning on error path of filename setup
Gabriel Krisman Bertazi
1
-4
/
+9
2019-07-03
ext4: replace ktype default_attrs with default_groups
Kimberly Brown
1
-2
/
+4
2019-07-01
vfs: move_mount: reject moving kernel internal mounts
Eric Biggers
1
-3
/
+4
2019-07-01
block: fix .bi_size overflow
Ming Lei
2
-2
/
+2
2019-07-01
Merge tag 'v5.2-rc6' into for-5.3/block
Jens Axboe
56
-266
/
+220
2019-06-29
block: never take page references for ITER_BVEC
Christoph Hellwig
1
-3
/
+0
2019-06-29
direct-io: use bio_release_pages in dio_bio_complete
Christoph Hellwig
1
-12
/
+3
2019-06-29
block_dev: use bio_release_pages in bio_unmap_user
Christoph Hellwig
1
-9
/
+2
2019-06-29
block_dev: use bio_release_pages in blkdev_bio_end_io
Christoph Hellwig
1
-7
/
+1
2019-06-29
iomap: use bio_release_pages in iomap_dio_bio_end_io
Christoph Hellwig
1
-7
/
+1
2019-06-29
Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-1
/
+1
2019-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-42
/
+40
2019-06-29
Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-1
/
+1
2019-06-29
Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+2
[prev]
[next]