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
2012-12-11
Merge branch 'akpm' (Andrew's patchbomb)
Linus Torvalds
11
-78
/
+82
2012-12-11
mm, oom: change type of oom_score_adj to short
David Rientjes
1
-5
/
+5
2012-12-11
mm: redefine address_space.assoc_mapping
Rafael Aquini
4
-9
/
+9
2012-12-11
mm: adjust address_space_operations.migratepage() return code
Rafael Aquini
1
-2
/
+2
2012-12-11
mm: use vm_unmapped_area() in hugetlbfs
Michel Lespinasse
1
-34
/
+8
2012-12-11
mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB
Andi Kleen
1
-13
/
+50
2012-12-11
writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()
Namjae Jeon
5
-15
/
+8
2012-12-11
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-25
/
+39
2012-12-11
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+2
2012-12-11
CIFS: Fix write after setting a read lock for read oplock files
Pavel Shilovsky
3
-31
/
+65
2012-12-11
cifs: parse the device name into UNC and prepath
Jeff Layton
1
-7
/
+88
2012-12-11
cifs: fix up handling of prefixpath= option
Jeff Layton
2
-27
/
+12
2012-12-11
cifs: clean up handling of unc= option
Jeff Layton
1
-27
/
+12
2012-12-11
cifs: fix SID binary to string conversion
Jeff Layton
2
-9
/
+24
2012-12-11
Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"
Ingo Molnar
1
-0
/
+78
2012-12-11
ext4: zero out inline data using memset() instead of empty_zero_page
Theodore Ts'o
3
-7
/
+18
2012-12-10
ext4: ensure Inode flags consistency are checked at build time
Carlos Maiolino
2
-16
/
+14
2012-12-10
ext4: Remove CONFIG_EXT4_FS_XATTR
Tao Ma
9
-275
/
+4
2012-12-10
ext4: remove unused variable from ext4_ext_in_cache()
Zhi Yong Wu
1
-2
/
+0
2012-12-10
ext4: remove redundant initialization in ext4_fill_super()
Guo Chao
1
-1
/
+0
2012-12-10
ext4: remove redundant code in ext4_alloc_inode()
Guo Chao
1
-1
/
+0
2012-12-10
ext4: use sync_inode_metadata() when syncing inode metadata
Guo Chao
1
-5
/
+1
2012-12-10
ext4: enable ext4 inline support
Tao Ma
2
-1
/
+6
2012-12-10
ext4: let fallocate handle inline data correctly
Tao Ma
3
-0
/
+48
2012-12-10
ext4: let ext4_truncate handle inline data correctly
Tao Ma
3
-0
/
+107
2012-12-10
ext4: evict inline data out if we need to strore xattr in inode
Tao Ma
3
-12
/
+99
2012-12-10
ext4: let fiemap work with inline data
Tao Ma
3
-0
/
+54
2012-12-10
ext4: let ext4_rename handle inline dir
Tao Ma
3
-35
/
+100
2012-12-10
ext4: let empty_dir handle inline dir
Tao Ma
3
-0
/
+104
2012-12-10
ext4: let ext4_delete_entry() handle inline data
Tao Ma
3
-0
/
+76
2012-12-10
ext4: make ext4_delete_entry generic
Tao Ma
2
-26
/
+53
2012-12-10
ext4: let ext4_find_entry handle inline data
Tao Ma
3
-1
/
+70
2012-12-10
ext4: create a new function search_dir
Tao Ma
2
-7
/
+26
2012-12-10
ext4: let ext4_readdir handle inline data
Tao Ma
4
-13
/
+169
2012-12-10
ext4: let add_dir_entry handle inline data properly
Tao Ma
4
-10
/
+430
2012-12-10
ext4: create __ext4_insert_dentry for dir entry insertion
Tao Ma
2
-40
/
+80
2012-12-10
ext4: refactor __ext4_check_dir_entry() to accept start and size
Tao Ma
3
-15
/
+21
2012-12-10
ext4: make ext4_init_dot_dotdot for inline dir usage
Tao Ma
2
-44
/
+75
2012-12-10
ext4: add delalloc support for inline data
Tao Ma
4
-9
/
+262
2012-12-10
ext4: add journalled write support for inline data
Tao Ma
3
-20
/
+85
2012-12-10
ext4: add normal write support for inline data
Tao Ma
5
-42
/
+340
2012-12-10
ext4: add read support for inline data
Tao Ma
3
-1
/
+98
2012-12-10
ext4: add the basic function for inline data support
Tao Ma
5
-3
/
+534
2012-12-09
fix "disabling echoes and oplocks" on SMB2 mounts
Steve French
1
-1
/
+2
2012-12-09
Do not send SMB2 signatures for SMB3 frames
Steve French
5
-5
/
+86
2012-12-08
cifs: deal with id_to_sid embedded sid reply corner case
Jeff Layton
1
-3
/
+12
2012-12-08
cifs: fix hardcoded default security descriptor length
Jeff Layton
2
-4
/
+9
2012-12-08
cifs: extra sanity checking for cifs.idmap keys
Jeff Layton
1
-2
/
+18
2012-12-08
cifs: avoid extra allocation for small cifs.idmap keys
Jeff Layton
1
-4
/
+19
2012-12-08
cifs: simplify id_to_sid and sid_to_id mapping code
Jeff Layton
4
-466
/
+99
[prev]
[next]