index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-19
block: move ioprio.c from fs/ to block/
Jens Axboe
2
-242
/
+1
2014-05-19
block: move bio.c and bio-integrity.c from fs/ to block/
Jens Axboe
3
-2697
/
+1
2014-04-22
fs/bio.c: remove nr_segs (unused function parameter)
Fabian Frederick
1
-3
/
+2
2014-04-22
fs/bio: remove bs paramater in biovec_create_pool
Fabian Frederick
2
-3
/
+3
2014-04-21
fs: fix new kernel-doc warnings in fs/bio.c
Randy Dunlap
1
-0
/
+2
2014-04-13
cifs: Use min_t() when comparing "size_t" and "unsigned long"
Geert Uytterhoeven
1
-1
/
+1
2014-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-14
/
+13
2014-04-12
ceph: fix pr_fmt() redefinition
Linus Torvalds
1
-2
/
+1
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
34
-699
/
+385
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-34
/
+2
2014-04-12
cifs: fix the race in cifs_writev()
Al Viro
1
-5
/
+18
2014-04-12
ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure
Al Viro
1
-2
/
+2
2014-04-11
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
1
-53
/
+67
2014-04-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
19
-279
/
+374
2014-04-11
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
5
-14
/
+13
2014-04-11
Btrfs: fix compile warnings on on avr32 platform
Wang Shilong
1
-1
/
+1
2014-04-10
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
2
-3
/
+3
2014-04-10
btrfs: allow mounting btrfs subvolumes with different ro/rw options
Harald Hoyer
1
-0
/
+22
2014-04-10
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+12
2014-04-09
block: Ensure we only enable integrity metadata for reads and writes
Martin K. Petersen
1
-0
/
+3
2014-04-09
block: Fix integrity verification
Martin K. Petersen
1
-10
/
+9
2014-04-08
Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
13
-50
/
+130
2014-04-08
fs/ncpfs/dir.c: fix indenting in ncp_lookup()
Dan Carpenter
1
-2
/
+2
2014-04-08
ncpfs/inode.c: fix mismatch printk formats and arguments
Joe Perches
1
-2
/
+2
2014-04-08
ncpfs: remove now unused PRINTK macro
Joe Perches
1
-3
/
+0
2014-04-08
ncpfs: convert PPRINTK to ncp_vdbg
Joe Perches
5
-18
/
+22
2014-04-08
ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg
Joe Perches
9
-83
/
+74
2014-04-08
ncpfs: Add pr_fmt and convert printks to pr_<level>
Joe Perches
5
-27
/
+34
2014-04-08
autofs4: check dev ioctl size before allocating
Sasha Levin
1
-0
/
+3
2014-04-08
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+1
2014-04-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
14
-83
/
+51
2014-04-07
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
33
-159
/
+154
2014-04-07
fs/ufs: remove unused ufs_super_block_third pointer
Christian Engelmayer
1
-2
/
+0
2014-04-07
fs/ufs: remove unused ufs_super_block_second pointer
Christian Engelmayer
1
-2
/
+0
2014-04-07
fs/ufs: remove unused ufs_super_block_first pointer
Christian Engelmayer
3
-18
/
+0
2014-04-07
fs/ufs/super.c: add __init to init_inodecache()
Fabian Frederick
1
-1
/
+1
2014-04-07
fault-injection: set bounds on what /proc/self/make-it-fail accepts.
Dave Jones
1
-0
/
+3
2014-04-07
fs/bfs/inode.c: add __init to init_inodecache()
Fabian Frederick
1
-1
/
+1
2014-04-07
affs: add mount option to avoid filename truncates
Fabian Frederick
4
-30
/
+51
2014-04-07
fs/affs/dir.c: unlock/brelse dir on failure + code clean-up
Fabian Frederick
1
-10
/
+18
2014-04-07
affs: add __init to init_inodecache ()
Fabian Frederick
1
-1
/
+1
2014-04-07
fs/adfs/super.c: add __init to init_inodecache()
Fabian Frederick
1
-1
/
+1
2014-04-07
vmcore: continue vmcore initialization if PT_NOTE is found empty
WANG Chao
1
-2
/
+0
2014-04-07
include/linux/crash_dump.h: add vmcore_cleanup() prototype
Rashika Kheria
1
-1
/
+0
2014-04-07
wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space
Oleg Nesterov
1
-2
/
+2
2014-04-07
exec: kill bprm->tcomm[], simplify the "basename" logic
Oleg Nesterov
1
-19
/
+2
2014-04-07
procfs: make /proc/*/pagemap 0400
Djalal Harouni
1
-2
/
+2
2014-04-07
procfs: make /proc/*/{stack,syscall,personality} 0400
Djalal Harouni
1
-6
/
+6
2014-04-07
fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)
Monam Agarwal
1
-1
/
+1
2014-04-07
proc: show mnt_id in /proc/pid/fdinfo
Andrey Vagin
1
-2
/
+4
[next]