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
2009-06-24
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-111
/
+294
2009-06-23
NFS: Correct the NFS mount path when following a referral
Trond Myklebust
1
-0
/
+24
2009-06-23
NFS: Fix nfs_path() to always return a '/' at the beginning of the path
Trond Myklebust
1
-0
/
+5
2009-06-23
NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace
Trond Myklebust
1
-21
/
+157
2009-06-23
VFS: Add VFS helper functions for setting up private namespaces
Trond Myklebust
1
-8
/
+37
2009-06-23
VFS: Uninline the function put_mnt_ns()
Trond Myklebust
1
-2
/
+6
2009-06-23
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2
-54
/
+2
2009-06-23
ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define.
Tao Ma
1
-0
/
+2
2009-06-23
ocfs2: Add lockdep annotations
Jan Kara
6
-25
/
+123
2009-06-23
vfs: Set special lockdep map for dirs only if not set by fs
Jan Kara
1
-6
/
+11
2009-06-23
ocfs2: Disable orphan scanning for local and hard-ro mounts
Sunil Mushran
5
-43
/
+51
2009-06-23
ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()
Sunil Mushran
2
-4
/
+4
2009-06-23
ocfs2: Stop orphan scan as early as possible during umount
Sunil Mushran
3
-4
/
+21
2009-06-23
ocfs2: Fix ocfs2_osb_dump()
Sunil Mushran
1
-14
/
+18
2009-06-23
ocfs2: Pin journal head before accessing jh->b_committed_data
Sunil Mushran
1
-4
/
+24
2009-06-23
ocfs2: Update atime in splice read if necessary.
Tao Ma
1
-3
/
+3
2009-06-23
ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.
Joel Becker
5
-9
/
+38
2009-06-22
Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd
Linus Torvalds
17
-597
/
+1142
2009-06-22
Merge branch 'for-2.6.31' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
24
-510
/
+3930
2009-06-22
Making fs/minix/minix.h double including safe
Hitoshi Mitake
1
-0
/
+5
2009-06-20
nfs41: Move initialization of nfs4_opendata seq_res to nfs4_init_opendata_res
Benny Halevy
1
-1
/
+1
2009-06-20
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-0
/
+15
2009-06-20
fat: Fix the removal of opts->fs_dmask
OGAWA Hirofumi
1
-1
/
+1
2009-06-20
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
3
-29
/
+8
2009-06-20
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
8
-12
/
+12
2009-06-19
inotify: inotify_destroy_mark_entry could get called twice
Eric Paris
3
-29
/
+8
2009-06-19
block: rename CONFIG_LBD to CONFIG_LBDAF
Bartlomiej Zolnierkiewicz
8
-12
/
+12
2009-06-19
nfsd41: Backchannel: minorversion support for the back channel
Andy Adamson
2
-1
/
+3
2009-06-19
nfsd41: Backchannel: cleanup nfs4.0 callback encode routines
Andy Adamson
1
-8
/
+16
2009-06-19
Merge branch 'devel-for-2.6.31' into for-2.6.31
Trond Myklebust
13
-217
/
+626
2009-06-19
nfsd41: Remove ip address collision detection case
Mike Sager
1
-12
/
+6
2009-06-19
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
19
-324
/
+1714
2009-06-19
seq_file: add function to write binary data
Peter Oberparleiter
1
-0
/
+20
2009-06-19
elf_core_dump: use rcu_read_lock() to access ->real_parent
Oleg Nesterov
2
-4
/
+12
2009-06-19
reiserfs: fix warnings with gcc 4.4
Jeff Mahoney
2
-7
/
+8
2009-06-19
ufs: sector_t cannot be negative
Roel Kluin
1
-9
/
+1
2009-06-19
isofs: cleanup mount option processing
Jan Kara
4
-45
/
+40
2009-06-19
isofs: fix setting of uid and gid to 0
Jan Kara
2
-14
/
+14
2009-06-19
isofs: let mode and dmode mount options override rock ridge mode setting
Jan Kara
2
-12
/
+41
2009-06-19
ext3: make sure inode is deleted from orphan list after truncate
Jan Kara
1
-9
/
+11
2009-06-19
jbd: clean up journal_try_to_free_buffers()
Hisashi Hifumi
1
-48
/
+0
2009-06-19
ext3: fix chain verification in ext3_get_blocks()
Jan Kara
1
-1
/
+1
2009-06-19
ext2: Do not update mtime of a moved directory
Jan Kara
3
-5
/
+7
2009-06-19
proc: vmcore - use kzalloc in get_new_element()
Cyrill Gorcunov
1
-6
/
+1
2009-06-19
procfs: remove sparse errors in proc_devtree.c
Michal Simek
1
-5
/
+5
2009-06-19
epoll: fix nested calls support
Davide Libenzi
1
-9
/
+12
2009-06-19
proc: export statistics for softirq to /proc
Keika Kobayashi
3
-0
/
+60
2009-06-18
nfsd: optimise the starting of zero threads when none are running.
NeilBrown
1
-2
/
+4
2009-06-18
nfsd: don't take nfsd_mutex twice when setting number of threads.
NeilBrown
2
-5
/
+15
2009-06-18
fs: Provide empty .set_page_dirty() aop for anon inodes
Peter Zijlstra
1
-0
/
+15
[next]