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
2006-06-26
[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as strings
Eric W. Biederman
1
-16
/
+15
2006-06-26
[PATCH] simply fix first_tgid
Eric W. Biederman
1
-15
/
+13
2006-06-26
[PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()
Eric W. Biederman
1
-4
/
+4
2006-06-26
[PATCH] proc: Remove tasklist_lock from proc_pid_readdir
Eric W. Biederman
1
-4
/
+4
2006-06-26
[PATCH] proc: refactor reading directories of tasks
Eric W. Biederman
1
-105
/
+163
2006-06-26
[PATCH] proc: Close the race of a process dying durning lookup
Eric W. Biederman
1
-25
/
+29
2006-06-26
[PATCH] proc: Rewrite the proc dentry flush on exit optimization
Eric W. Biederman
2
-83
/
+61
2006-06-26
[PATCH] proc: Move proc_maps_operations into task_mmu.c
Eric W. Biederman
4
-65
/
+75
2006-06-26
[PATCH] proc: Fix the link count for /proc/<pid>/task
Eric W. Biederman
1
-2
/
+19
2006-06-26
[PATCH] proc: Properly filter out files that are not visible to a process
Eric W. Biederman
1
-33
/
+68
2006-06-26
[PATCH] proc: Kill proc_mem_inode_operations
Eric W. Biederman
1
-5
/
+0
2006-06-26
[PATCH] proc: Remove bogus proc_task_permission
Eric W. Biederman
1
-63
/
+0
2006-06-26
[PATCH] proc: Replace proc_inode.type with proc_inode.fd
Eric W. Biederman
3
-6
/
+6
2006-06-26
[PATCH] proc: Simplify the ownership rules for /proc
Eric W. Biederman
1
-2
/
+2
2006-06-26
[PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_mak...
Eric W. Biederman
1
-2
/
+0
2006-06-26
[PATCH] proc: Remove useless BKL in proc_pid_readlink
Eric W. Biederman
1
-2
/
+0
2006-06-26
[PATCH] proc: Fix the .. inode number on /proc/<pid>/fd
Eric W. Biederman
1
-2
/
+3
2006-06-26
[PATCH] nfsd kconfig: select things at the closest tristate instead of bool
Herbert Xu
1
-6
/
+6
2006-06-26
[PATCH] i4l: Gigaset drivers: add IOCTLs to compat_ioctl.h
Hansjoerg Lipp
1
-0
/
+1
2006-06-26
[PATCH] ext3: Add "-o bh" option
Badari Pulavarty
1
-1
/
+5
2006-06-26
[PATCH] reiserfs: remove reiserfs_aio_write()
Alexey Dobriyan
1
-7
/
+1
2006-06-26
[PATCH] keys: add a way to store the appropriate context for newly-created keys
Michael LeMay
1
-0
/
+6
2006-06-26
[PATCH] fs: use list_move()
Akinobu Mita
22
-76
/
+38
2006-06-26
[PATCH] core: use list_move()
Akinobu Mita
5
-24
/
+14
2006-06-26
[PATCH] use list_add_tail() instead of list_add()
Akinobu Mita
4
-5
/
+5
2006-06-26
[PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flat
Malcolm Parsons
1
-1
/
+1
2006-06-26
[PATCH] xfs: update ->flush method proto
Alexey Dobriyan
1
-1
/
+2
2006-06-25
Fix NFS2 compile error
Linus Torvalds
1
-2
/
+0
2006-06-25
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
40
-1464
/
+2911
2006-06-25
Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb
Linus Torvalds
1
-33
/
+0
2006-06-25
[PATCH] remove unlikely(sb) in prune_dcache
Hua Zhong
1
-1
/
+1
2006-06-25
[PATCH] ext2: cleanup: put_page and comment fix
Evgeniy Dushistov
2
-3
/
+2
2006-06-25
[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkat
Ulrich Drepper
1
-2
/
+4
2006-06-25
[PATCH] fs: sys_poll with timeout -1 bug fix
Frode Isaksen
1
-2
/
+5
2006-06-25
[PATCH] fix %s in affs_fill_super()
Al Viro
1
-5
/
+7
2006-06-25
[PATCH] kthread: convert smbiod
Serge E. Hallyn
1
-9
/
+17
2006-06-25
[PATCH] Remove needless checks in fs/9p/vfs_inode.c
Eric Sesterhenn
1
-6
/
+0
2006-06-25
[PATCH] fuse: scramble lock owner ID
Miklos Szeredi
3
-9
/
+25
2006-06-25
[PATCH] fuse: add request interruption
Miklos Szeredi
4
-27
/
+155
2006-06-25
[PATCH] fuse: rename the interrupted flag
Miklos Szeredi
2
-22
/
+21
2006-06-25
[PATCH] fuse: ensure FLUSH reaches userspace
Miklos Szeredi
3
-14
/
+99
2006-06-25
[PATCH] fuse: add POSIX file locking support
Miklos Szeredi
3
-2
/
+154
2006-06-25
[PATCH] fuse: add control filesystem
Miklos Szeredi
5
-106
/
+310
2006-06-25
[PATCH] fuse: no backgrounding on interrupt
Miklos Szeredi
5
-219
/
+106
2006-06-25
[PATCH] autofs4: need to invalidate children on tree mount expire
Ian Kent
1
-0
/
+6
2006-06-25
[PATCH] ftruncate does not always update m/ctime
Peter Staubach
1
-1
/
+1
2006-06-25
[PATCH] ext3: cleanup dead code in ext3_add_entry()
Johann Lombardi
1
-3
/
+1
2006-06-25
[PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link()
Florin Malita
1
-0
/
+6
2006-06-25
[PATCH] epoll: use unlocked wqueue operations
Davide Libenzi
1
-7
/
+10
2006-06-25
[PATCH] Make EXT2_DEBUG work again
Valerie Henson
5
-37
/
+24
[next]