index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2008-02-07
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
David Howells
2008-02-07
fs menu: small reorg
Randy Dunlap
2008-02-07
VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls
Erez Zadok
2008-02-07
VFS: swap do_ioctl and vfs_ioctl names
Erez Zadok
2008-02-07
VFS: apply coding standards to fs/ioctl.c
Erez Zadok
2008-02-07
gfs2: make gfs2_glock.gl_owner_pid be a struct pid *
Pavel Emelyanov
2008-02-07
gfs2: make gfs2_holder.gh_owner_pid be a struct pid *
Pavel Emelyanov
2008-02-06
9p: transport API reorganization
Eric Van Hensbergen
2008-02-06
9p: fix mmap to be read-only
Eric Van Hensbergen
2008-02-06
9p: add support for sticky bit
Anthony Liguori
2008-02-06
9p: fix bug in attach-per-user
Eric Van Hensbergen
2008-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
Linus Torvalds
2008-02-06
brk randomization: introduce CONFIG_COMPAT_BRK
Ingo Molnar
2008-02-06
ext3: fix lock inversion in direct IO
Jan Kara
2008-02-06
ext3: remove unused code from ext3_find_entry()
Mariusz Kozlowski
2008-02-06
ext[234]: cleanup ext[234]_bg_num_gdb()
Akinobu Mita
2008-02-06
ext[234]: remove unused argument for ext[234]_find_goal()
Akinobu Mita
2008-02-06
ext[234]: use ext[234]_get_group_desc()
Akinobu Mita
2008-02-06
ext[234]: fix comment for nonexistent variable
Akinobu Mita
2008-02-06
ext3: change the default behaviour on error
Aneesh Kumar K.V
2008-02-06
ext3: return after ext3_error in case of failures
Aneesh Kumar K.V
2008-02-06
make jbd/journal.c:__journal_abort_hard() static
Adrian Bunk
2008-02-06
BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2
Andi Kleen
2008-02-06
BKL-removal: remove incorrect BKL comment in ext2
Andi Kleen
2008-02-06
BKL-removal: convert ext2 over to use unlocked_ioctl
Andi Kleen
2008-02-06
ext3: add block bitmap validation
Aneesh Kumar K.V
2008-02-06
ext2: add block bitmap validation
Aneesh Kumar K.V
2008-02-06
fuse: limit queued background requests
Miklos Szeredi
2008-02-06
fuse: save space in struct fuse_req
Miklos Szeredi
2008-02-06
fuse: fix attribute caching after create
Miklos Szeredi
2008-02-06
ecryptfs: check for existing key_tfm at mount time
Eric Sandeen
2008-02-06
eCryptfs: change the type of cipher_code from u16 to u8
Trevor Highland
2008-02-06
eCryptfs: Minor fixes to printk messages
Michael Halcrow
2008-02-06
ecryptfs: remove debug as mount option, and warn if set via modprobe
Eric Sandeen
2008-02-06
ecryptfs: make show_options reflect actual mount options
Eric Sandeen
2008-02-06
eCryptfs: set inode key only once per crypto operation
Trevor Highland
2008-02-06
eCryptfs: track header bytes rather than extents
Michael Halcrow
2008-02-06
fs/ecryptfs/: possible cleanups
Adrian Bunk
2008-02-06
make sys_poll() wait at least timeout ms
Karsten Wiese
2008-02-06
Use ilog2() in fs/namespace.c
Eric Dumazet
2008-02-06
partition: use DEFAULT_SGI_PARTITION for SGI_PARTION default
Thomas Bogendoerfer
2008-02-06
ext2: xip check fix
Nick Piggin
2008-02-06
fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
2008-02-06
quota: improve inode list scanning in add_dquot_ref()
Jan Kara
2008-02-06
inotify: remove debug code
Nick Piggin
2008-02-06
inotify: fix race
Nick Piggin
2008-02-06
kill an unused PTR_ERR in bdev_cache_init()
Qi Yong
2008-02-06
get rid of NR_OPEN and introduce a sysctl_nr_open
Eric Dumazet
2008-02-06
reiserfs: complement va_start() with va_end().
Richard Knutsson
2008-02-06
inotify: send IN_ATTRIB events when link count changes
Jan Kara
[next]