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
2010-03-05
Turn do_link spaghetty into a normal loop
Al Viro
1
-45
/
+38
2010-03-05
Unify exits in O_CREAT handling
Al Viro
1
-17
/
+13
2010-03-05
Kill is_link argument of do_last()
Al Viro
1
-14
/
+7
2010-03-05
Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open()
Al Viro
1
-11
/
+6
2010-03-05
Leave mangled flag only for setting nd.intent.open.flag
Al Viro
1
-6
/
+6
2010-03-05
Get rid of passing mangled flag to do_last()
Al Viro
1
-5
/
+5
2010-03-05
Don't pass mangled open_flag to finish_open()
Al Viro
1
-4
/
+4
2010-03-05
pull more into do_last()
Al Viro
1
-14
/
+7
2010-03-05
bail out with ELOOP earlier in do_link loop
Al Viro
1
-6
/
+1
2010-03-05
pull the common predecessors into do_last()
Al Viro
1
-12
/
+9
2010-03-05
postpone __putname() until after do_last()
Al Viro
1
-1
/
+1
2010-03-05
unroll do_last: loop in do_filp_open()
Al Viro
1
-3
/
+7
2010-03-05
Shift releasing nd->root from do_last() to its caller
Al Viro
1
-6
/
+2
2010-03-05
gut do_filp_open() a bit more (do_last separation)
Al Viro
1
-68
/
+103
2010-03-05
beginning to untangle do_filp_open()
Al Viro
1
-50
/
+56
2010-03-04
ext4: fix up rb_root initializations to use RB_ROOT
Venkatesh Pallipadi
3
-4
/
+4
2010-03-05
quota: stop using QUOTA_OK / NO_QUOTA
Christoph Hellwig
1
-24
/
+24
2010-03-05
dquot: cleanup dquot initialize routine
Christoph Hellwig
36
-129
/
+137
2010-03-05
dquot: move dquot initialization responsibility into the filesystem
Christoph Hellwig
31
-56
/
+216
2010-03-05
dquot: cleanup dquot drop routine
Christoph Hellwig
19
-53
/
+47
2010-03-05
dquot: move dquot drop responsibility into the filesystem
Christoph Hellwig
9
-1
/
+27
2010-03-05
dquot: cleanup dquot transfer routine
Christoph Hellwig
13
-22
/
+16
2010-03-05
dquot: move dquot transfer responsibility into the filesystem
Christoph Hellwig
8
-38
/
+65
2010-03-05
dquot: cleanup inode allocation / freeing routines
Christoph Hellwig
15
-77
/
+57
2010-03-05
dquot: cleanup space allocation / freeing routines
Christoph Hellwig
26
-220
/
+199
2010-03-05
ext3: add writepage sanity checks
Dmitry Monakhov
1
-0
/
+7
2010-03-05
ext3: Truncate allocated blocks if direct IO write fails to update i_size
Jan Kara
1
-2
/
+3
2010-03-05
quota: Properly invalidate caches even for filesystems with blocksize < pagesize
Jan Kara
1
-5
/
+7
2010-03-05
quota: generalize quota transfer interface
Dmitry Monakhov
1
-12
/
+20
2010-03-05
quota: sb_quota state flags cleanup
Dmitry Monakhov
1
-1
/
+2
2010-03-05
jbd: Delay discarding buffers in journal_unmap_buffer
Jan Kara
2
-17
/
+36
2010-03-05
ext3: quota_write cross block boundary behaviour
Dmitry Monakhov
1
-35
/
+34
2010-03-05
quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquota
Christoph Hellwig
1
-4
/
+0
2010-03-05
quota: split out compat_sys_quotactl support from quota.c
Christoph Hellwig
4
-117
/
+124
2010-03-05
quota: split out netlink notification support from quota.c
Christoph Hellwig
3
-93
/
+96
2010-03-05
quota: remove invalid optimization from quota_sync_all
Christoph Hellwig
1
-15
/
+0
2010-03-05
quota: move code from sync_quota_sb into vfs_quota_sync
Christoph Hellwig
7
-54
/
+50
2010-03-05
quota: clean up Q_XQUOTASYNC
Christoph Hellwig
2
-19
/
+7
2010-03-05
quota: simplify permission checking
Christoph Hellwig
1
-61
/
+31
2010-03-05
quota: special case Q_SYNC without device name
Christoph Hellwig
1
-13
/
+27
2010-03-05
quota: clean up checks for supported quota methods
Christoph Hellwig
1
-84
/
+37
2010-03-05
quota: split do_quotactl
Christoph Hellwig
1
-104
/
+146
2010-03-05
quota: Fix warning when a delayed write happens before quota is enabled
Jan Kara
1
-4
/
+31
2010-03-05
quota: manage reserved space when quota is not active [v2]
Dmitry Monakhov
1
-4
/
+6
2010-03-05
ext3: trivial quota cleanup
Dmitry Monakhov
1
-54
/
+67
2010-03-05
ext3: mount flags manipulation cleanup
Dmitry Monakhov
1
-27
/
+20
2010-03-05
ext3: Use bitops to read/modify EXT3_I(inode)->i_state
Jan Kara
3
-18
/
+18
2010-03-05
quota: Cleanup S_NOQUOTA handling
Jan Kara
1
-36
/
+11
2010-03-04
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming
J. Bruce Fields
201
-2415
/
+3128
2010-03-04
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
5
-203
/
+779
[prev]
[next]