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
2011-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...
Linus Torvalds
4
-12
/
+33
2011-08-10
Ecryptfs: Add mount option to check uid of device being mounted = expect uid
John Johansen
1
-2
/
+21
2011-08-10
xfs: set cursor in xfs_ail_splice() even when AIL was empty
Alex Elder
1
-38
/
+29
2011-08-09
eCryptfs: Fix payload_len unitialized variable warning
Tyler Hicks
1
-1
/
+1
2011-08-09
eCryptfs: fix compile error
Roberto Sassu
1
-1
/
+1
2011-08-09
eCryptfs: Return error when lower file pointer is NULL
Tyler Hicks
1
-8
/
+10
2011-08-08
autofs4: fix debug printk warning uncovered by cleanup
Linus Torvalds
1
-1
/
+1
2011-08-08
autofs4: clean up uaotfs use of debug/info/warning printouts
Linus Torvalds
1
-18
/
+8
2011-08-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Alex Elder
449
-12348
/
+16852
2011-08-08
compat_ioctl: add compat handler for PPPIOCGL2TPSTATS
Florian Westphal
1
-0
/
+1
2011-08-08
vfs: rename 'do_follow_link' to 'should_follow_link'
Linus Torvalds
1
-2
/
+2
2011-08-07
Fix POSIX ACL permission check
Ari Savolainen
1
-1
/
+1
2011-08-07
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
7
-499
/
+487
2011-08-07
vfs: optimize inode cache access patterns
Linus Torvalds
3
-12
/
+69
2011-08-07
vfs: renumber DCACHE_xyz flags, remove some stale ones
Linus Torvalds
1
-1
/
+1
2011-08-07
ore: Make ore its own module
Boaz Harrosh
3
-1
/
+23
2011-08-07
exofs: Rename raid engine from exofs/ios.c => ore
Boaz Harrosh
5
-255
/
+170
2011-08-07
exofs: ios: Move to a per inode components & device-table
Boaz Harrosh
4
-183
/
+218
2011-08-07
exofs: Move exofs specific osd operations out of ios.c
Boaz Harrosh
4
-73
/
+79
2011-08-07
exofs: Add offset/length to exofs_get_io_state
Boaz Harrosh
3
-16
/
+38
2011-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
6
-18
/
+14
2011-08-06
vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files
Linus Torvalds
1
-1
/
+9
2011-08-06
oom_ajd: don't use WARN_ONCE, just use printk_once
Linus Torvalds
1
-1
/
+1
2011-08-05
Btrfs: force unplugs when switching from high to regular priority bios
Chris Mason
1
-0
/
+17
2011-08-05
cifs: cope with negative dentries in cifs_get_root
Jeff Layton
1
-0
/
+4
2011-08-05
cifs: convert prefixpath delimiters in cifs_build_path_to_root
Jeff Layton
1
-12
/
+2
2011-08-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-11
/
+10
2011-08-04
exofs: Fix truncate for the raid-groups case
Boaz Harrosh
1
-20
/
+53
2011-08-04
exofs: Small cleanup of exofs_fill_super
Boaz Harrosh
1
-4
/
+2
2011-08-04
exofs: BUG: Avoid sbi realloc
Boaz Harrosh
2
-24
/
+30
2011-08-04
exofs: Remove pnfs-osd private definitions
Boaz Harrosh
2
-50
/
+1
2011-08-04
NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resets
Trond Myklebust
1
-0
/
+5
2011-08-04
NFSv4.1: Fix the callback 'highest_used_slotid' behaviour
Trond Myklebust
3
-24
/
+22
2011-08-04
pnfs-obj: Fix the comp_index != 0 case
Boaz Harrosh
2
-9
/
+10
2011-08-04
pnfs-obj: Bug when we are running out of bio
Boaz Harrosh
1
-7
/
+5
2011-08-04
nfs: add missing prefetch.h include
Heiko Carstens
1
-0
/
+1
2011-08-04
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-1
/
+1
2011-08-04
tmpfs: expand "help" to explain value of TMPFS_POSIX_ACL
Robert P. J. Day
1
-4
/
+11
2011-08-04
mm: a few small updates for radix-swap
Hugh Dickins
1
-4
/
+1
2011-08-04
fs/dcache.c: fix new kernel-doc warning
Randy Dunlap
1
-0
/
+1
2011-08-03
CIFS: Fix missing a decrement of inFlight value
Pavel Shilovsky
1
-0
/
+2
2011-08-03
ext4: use kzalloc in ext4_kzalloc()
Mathias Krause
1
-1
/
+1
2011-08-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
19
-528
/
+269
2011-08-03
RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached
Al Viro
1
-11
/
+6
2011-08-03
cifs: demote DFS referral lookup errors to cFYI
Jeff Layton
2
-4
/
+5
2011-08-03
Revert "cifs: advertise the right receive buffer size to the server"
Steve French
1
-2
/
+1
2011-08-02
fix block device fallout from ->fsync() changes
Rafael J. Wysocki
1
-0
/
+4
2011-08-02
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
19
-1941
/
+2092
2011-08-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
27
-142
/
+146
2011-08-02
Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...
Linus Torvalds
3
-14
/
+30
[prev]
[next]