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
2009-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
1
-2
/
+14
2009-12-11
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
30
-632
/
+889
2009-12-11
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
30
-321
/
+254
2009-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
7
-417
/
+285
2009-12-11
devpts_get_tty() should validate inode
Sukadev Bhattiprolu
1
-2
/
+14
2009-12-11
xfs: Fix error return for fallocate() on XFS
Jason Gunthorpe
1
-3
/
+3
2009-12-11
xfs: cleanup dmapi macros in the umount path
Christoph Hellwig
2
-24
/
+21
2009-12-11
xfs: remove incorrect sparse annotation for xfs_iget_cache_miss
Christoph Hellwig
1
-1
/
+1
2009-12-11
xfs: kill the STATIC_INLINE macro
Christoph Hellwig
9
-36
/
+17
2009-12-11
xfs: uninline xfs_get_extsz_hint
Christoph Hellwig
2
-21
/
+23
2009-12-11
xfs: rename xfs_attr_fetch to xfs_attr_get_int
Christoph Hellwig
2
-5
/
+8
2009-12-11
xfs: simplify xfs_buf_get / xfs_buf_read interfaces
Christoph Hellwig
9
-50
/
+44
2009-12-11
xfs: remove IO_ISAIO
Christoph Hellwig
3
-8
/
+2
2009-12-11
xfs: Wrapped journal record corruption on read at recovery
Andy Poling
1
-17
/
+7
2009-12-11
xfs: cleanup data end I/O handlers
Christoph Hellwig
1
-69
/
+26
2009-12-11
xfs: use WRITE_SYNC_PLUG for synchronous writeout
Christoph Hellwig
1
-7
/
+10
2009-12-11
xfs: reset the i_iolock lock class in the reclaim path
Christoph Hellwig
2
-1
/
+17
2009-12-11
xfs: I/O completion handlers must use NOFS allocations
Christoph Hellwig
5
-7
/
+15
2009-12-11
xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks
Christoph Hellwig
2
-15
/
+26
2009-12-11
xfs: simplify inode teardown
Christoph Hellwig
5
-57
/
+34
2009-12-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
30
-785
/
+996
2009-12-11
sysfs: sysfs_setattr remove unnecessary permission check.
Eric W. Biederman
1
-4
/
+0
2009-12-11
sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir
Eric W. Biederman
2
-33
/
+32
2009-12-11
sysfs: Propagate renames to the vfs on demand
Eric W. Biederman
4
-161
/
+32
2009-12-11
sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish
Eric W. Biederman
2
-89
/
+4
2009-12-11
sysfs: In sysfs_chmod_file lazily propagate the mode change.
Eric W. Biederman
1
-23
/
+8
2009-12-11
sysfs: Implement sysfs_getattr & sysfs_permission
Eric W. Biederman
4
-17
/
+54
2009-12-11
sysfs: Nicely indent sysfs_symlink_inode_operations
Eric W. Biederman
1
-4
/
+4
2009-12-11
sysfs: Update s_iattr on link and unlink.
Eric W. Biederman
1
-0
/
+18
2009-12-11
sysfs: Fix locking and factor out sysfs_sd_setattr
Eric W. Biederman
2
-20
/
+32
2009-12-11
sysfs: Simplify iattr time assignments
Eric W. Biederman
1
-6
/
+3
2009-12-11
sysfs: Simplify sysfs_chmod_file semantics
Eric W. Biederman
1
-9
/
+1
2009-12-11
sysfs: Use dentry_ops instead of directly playing with the dcache
Eric W. Biederman
1
-27
/
+46
2009-12-11
sysfs: Rename sysfs_d_iput to sysfs_dentry_iput
Eric W. Biederman
1
-2
/
+2
2009-12-11
sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutex
Eric W. Biederman
1
-12
/
+29
2009-12-11
debugfs: fix create mutex racy fops and private data
Mathieu Desnoyers
1
-23
/
+32
2009-12-11
sysfs: mark a locally-only used function static
Stefan Richter
1
-1
/
+2
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
14
-53
/
+46
2009-12-10
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
19
-498
/
+629
2009-12-10
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
8
-446
/
+1093
2009-12-10
Merge git://git.infradead.org/ubifs-2.6
Linus Torvalds
3
-18
/
+17
2009-12-10
ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()
Roel Kluin
1
-1
/
+1
2009-12-10
ext3: Fix data / filesystem corruption when write fails to copy data
Jan Kara
1
-4
/
+14
2009-12-10
ext4: Support for 64-bit quota format
Jan Kara
1
-6
/
+24
2009-12-10
ext3: Support for vfsv1 quota format
Jan Kara
1
-6
/
+24
2009-12-10
quota: Implement quota format with 64-bit space and inode limits
Jan Kara
3
-39
/
+153
2009-12-10
quota: Move definition of QFMT_OCFS2 to linux/quota.h
Jan Kara
1
-4
/
+0
2009-12-10
ext2: fix comment in ext2_find_entry about return values
Jérémy Cochoy
1
-2
/
+2
2009-12-10
ext3: Unify log messages in ext3
Alexey Fisher
1
-205
/
+227
2009-12-10
ext2: clear uptodate flag on super block I/O error
Stephen Hemminger
1
-0
/
+16
[next]