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
2012-07-31
NFS: Pass super operations and xattr handlers in the nfs_subversion
Bryan Schumaker
6
-25
/
+13
2012-07-31
NFS: Only initialize the ACL client in the v3 case
Bryan Schumaker
10
-69
/
+96
2012-07-31
NFS: Create a try_mount rpc op
Bryan Schumaker
7
-12
/
+12
2012-07-31
NFS: Remove the NFS v4 xdev mount function
Bryan Schumaker
3
-58
/
+10
2012-07-31
NFS: Add version registering framework
Bryan Schumaker
11
-61
/
+282
2012-07-31
NFS: Fix a number of bugs in the idmapper
David Howells
1
-6
/
+20
2012-07-31
nfs: skip commit in releasepage if we're freeing memory for fs-related reasons
Jeff Layton
1
-2
/
+5
2012-07-31
pnfsblock: bail out partial page IO
Peng Tao
1
-3
/
+36
2012-07-31
nfs: fix fl_type tests in NFSv4 code
Jeff Layton
2
-2
/
+2
2012-07-31
NFS: fix pnfs regression with directio writes
Fred Isaman
1
-2
/
+2
2012-07-31
NFS: fix pnfs regression with directio reads
Fred Isaman
1
-1
/
+1
2012-07-31
nfs: fix stub return type warnings
Randy Dunlap
1
-1
/
+1
2012-07-31
Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
46
-2415
/
+2457
2012-07-30
ceph: clean up useless d_parent checks
Sage Weil
2
-15
/
+3
2012-07-30
xfs: wait for the write the superblock on unmount
Mark Tinguely
2
-0
/
+18
2012-07-30
xfs: re-enable xfsaild idle mode and fix associated races
Brian Foster
2
-3
/
+33
2012-07-30
xfs: remove iolock lock classes
Christoph Hellwig
3
-33
/
+2
2012-07-30
xfs: avoid the iolock in xfs_free_eofblocks for evicted inodes
Christoph Hellwig
1
-14
/
+10
2012-07-30
xfs: do not take the iolock in xfs_inactive
Christoph Hellwig
2
-18
/
+15
2012-07-30
xfs: remove xfs_inactive_attrs
Christoph Hellwig
1
-61
/
+36
2012-07-30
xfs: clean up xfs_inactive
Christoph Hellwig
1
-128
/
+43
2012-07-30
xfs: do not read the AGI buffer in xfs_dialloc until nessecary
Christoph Hellwig
1
-58
/
+69
2012-07-30
xfs: refactor xfs_ialloc_ag_select
Christoph Hellwig
1
-51
/
+44
2012-07-30
xfs: add a short cut to xfs_dialloc for the non-NULL agbp case
Christoph Hellwig
1
-21
/
+26
2012-07-30
xfs: remove the alloc_done argument to xfs_dialloc
Christoph Hellwig
5
-19
/
+10
2012-07-30
xfs: split xfs_dialloc
Christoph Hellwig
1
-175
/
+174
2012-07-28
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
14
-196
/
+563
2012-07-28
NFSd: make boot_time variable per network namespace
Stanislav Kinsbursky
3
-16
/
+25
2012-07-28
NFSd: make grace end flag per network namespace
Stanislav Kinsbursky
2
-5
/
+4
2012-07-28
Lockd: move grace period management from lockd() to per-net functions
Stanislav Kinsbursky
1
-6
/
+3
2012-07-28
LockD: pass actual network namespace to grace period management functions
Stanislav Kinsbursky
8
-54
/
+62
2012-07-28
LockD: manage grace list per network namespace
Stanislav Kinsbursky
3
-3
/
+13
2012-07-28
SUNRPC: service request network namespace helper introduced
Stanislav Kinsbursky
4
-7
/
+7
2012-07-28
NFSd: make nfsd4_manager allocated per network namespace context.
Stanislav Kinsbursky
2
-13
/
+21
2012-07-28
LockD: make lockd manager allocated per network namespace
Stanislav Kinsbursky
2
-8
/
+12
2012-07-28
LockD: manage grace period per network namespace
Stanislav Kinsbursky
2
-6
/
+13
2012-07-28
Lockd: add more debug to host shutdown functions
Stanislav Kinsbursky
1
-2
/
+2
2012-07-28
Lockd: host complaining function introduced
Stanislav Kinsbursky
1
-27
/
+30
2012-07-28
LockD: manage used host count per networks namespace
Stanislav Kinsbursky
2
-0
/
+19
2012-07-28
LockD: manage garbage collection timeout per networks namespace
Stanislav Kinsbursky
2
-3
/
+10
2012-07-28
LockD: make garbage collector network namespace aware.
Stanislav Kinsbursky
1
-9
/
+13
2012-07-28
LockD: mark host per network namespace on garbage collect
Stanislav Kinsbursky
2
-7
/
+15
2012-07-28
nfsd4: fix missing fault_inject.h include
J. Bruce Fields
1
-0
/
+1
2012-07-28
locks: move lease-specific code out of locks_delete_lock
J. Bruce Fields
1
-6
/
+5
2012-07-27
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2
-3
/
+3
2012-07-27
locks: prevent side-effects of locks_release_private before file_lock is init...
Filipe Brandenburger
1
-11
/
+6
2012-07-27
Btrfs: using vmalloc and friends needs vmalloc.h
Stephen Rothwell
1
-0
/
+1
2012-07-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
35
-631
/
+8689
2012-07-27
Merge tag 'dlm-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
14
-668
/
+1600
2012-07-27
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
38
-1148
/
+8555
[prev]
[next]