index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-11
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
41
-2475
/
+2209
2008-10-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
12
-483
/
+632
2008-10-10
ext4: Rename ext4dev to ext4
Theodore Ts'o
12
-84
/
+119
2008-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
7
-98
/
+276
2008-10-10
Fix barrier fail detection in XFS
Christoph Hellwig
3
-4
/
+14
2008-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
15
-798
/
+649
2008-10-10
Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
6
-292
/
+502
2008-10-09
Don't allow splice() to files opened with O_APPEND
Linus Torvalds
1
-0
/
+3
2008-10-09
block_dev: fix kernel-doc in new functions
Randy Dunlap
1
-9
/
+4
2008-10-09
block: mark bio_split_pool static
Denis ChengRq
1
-5
/
+4
2008-10-09
block: Find bio sector offset given idx and offset
Martin K. Petersen
1
-0
/
+36
2008-10-09
block: Introduce integrity data ownership flag
Martin K. Petersen
1
-1
/
+2
2008-10-09
block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1
Jens Axboe
1
-5
/
+0
2008-10-09
block: cleanup some of the integrity stuff in blkdev.h
Jens Axboe
1
-0
/
+31
2008-10-09
block: add bio_kmalloc()
Jens Axboe
1
-21
/
+75
2008-10-09
Call flush_disk() after detecting an online resize.
Andrew Patterson
1
-0
/
+1
2008-10-09
Added flush_disk to factor out common buffer cache flushing code.
Andrew Patterson
1
-5
/
+27
2008-10-09
Check for device resize when rescanning partitions
Andrew Patterson
1
-1
/
+2
2008-10-09
Adjust block device size after an online resize of a disk.
Andrew Patterson
1
-0
/
+37
2008-10-09
Wrapper for lower-level revalidate_disk routines.
Andrew Patterson
1
-0
/
+21
2008-10-09
block: make blk_rq_map_user take a NULL user-space buffer
FUJITA Tomonori
1
-4
/
+4
2008-10-09
bio: convert bio_copy_kern to use bio_copy_user
FUJITA Tomonori
1
-50
/
+4
2008-10-09
block: introduce struct rq_map_data to use reserved pages
FUJITA Tomonori
1
-17
/
+41
2008-10-09
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
FUJITA Tomonori
1
-14
/
+19
2008-10-09
block: add support for IO CPU affinity
Jens Axboe
1
-0
/
+1
2008-10-09
block: allow disk to have extended device number
Tejun Heo
1
-0
/
+1
2008-10-09
block: replace @ext_minors with GENHD_FL_EXT_DEVT
Tejun Heo
1
-3
/
+1
2008-10-09
block: make partition array dynamic
Tejun Heo
1
-5
/
+26
2008-10-09
block: move stats from disk to part0
Tejun Heo
1
-6
/
+6
2008-10-09
block: kill GENHD_FL_FAIL and use part0->make_it_fail
Tejun Heo
1
-5
/
+5
2008-10-09
block: always set bdev->bd_part
Tejun Heo
2
-42
/
+32
2008-10-09
block: move holder_dir from disk to part0
Tejun Heo
2
-21
/
+4
2008-10-09
block: move policy from disk to part0
Tejun Heo
1
-1
/
+1
2008-10-09
block: unify sysfs size node handling
Tejun Heo
1
-2
/
+2
2008-10-09
block: move capacity from disk to part0
Tejun Heo
1
-1
/
+1
2008-10-09
block: introduce partition 0
Tejun Heo
2
-7
/
+7
2008-10-09
block: implement and use {disk|part}_to_dev()
Tejun Heo
2
-39
/
+44
2008-10-09
block: implement extended dev numbers
Tejun Heo
1
-1
/
+8
2008-10-09
block: fix diskstats access
Tejun Heo
1
-3
/
+4
2008-10-09
block: fix disk->part[] dereferencing race
Tejun Heo
2
-32
/
+53
2008-10-09
block: don't depend on consecutive minor space
Tejun Heo
2
-9
/
+12
2008-10-09
block: make variable and argument names more consistent
Tejun Heo
2
-20
/
+21
2008-10-09
block: update add_partition() error handling
Tejun Heo
1
-19
/
+21
2008-10-09
block: allow deleting zero length partition
Tejun Heo
1
-2
/
+0
2008-10-09
drop vmerge accounting
Mikulas Patocka
1
-11
/
+1
2008-10-09
block: drop virtual merging accounting
Mikulas Patocka
1
-4
/
+2
2008-10-09
Let the block device know when sectors can be discarded
David Woodhouse
1
-0
/
+14
2008-10-08
[CIFS] Check that last search entry resume key is valid
Steve French
1
-3
/
+24
2008-10-07
[CIFS] make sure we have the right resume info before calling CIFSFindNext
Steve French
3
-63
/
+70
2008-10-07
[CIFS] clean up error handling in cifs_unlink
Steve French
1
-20
/
+19
[next]