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
2011-05-10
nilfs2: get rid of private page allocator
Ryusuke Konishi
6
-207
/
+18
2011-05-10
nilfs2: merge list_del()/list_add_tail() to list_move_tail()
Nicolas Kaiser
2
-6
/
+3
2011-05-10
nilfs2: fix infinite loop in nilfs_palloc_freev function
Ryusuke Konishi
1
-1
/
+1
2011-05-09
Don't lock guardpage if the stack is growing up
Mikulas Patocka
1
-5
/
+7
2011-05-09
Merge branch 'hpfs'
Linus Torvalds
15
-793
/
+730
2011-05-09
HPFS: Remove unused variable
Mikulas Patocka
1
-4
/
+0
2011-05-09
HPFS: Move declaration up, so that there are no out-of-scope pointers
Mikulas Patocka
1
-1
/
+1
2011-05-09
HPFS: Fix some unaligned accesses
Mikulas Patocka
3
-24
/
+32
2011-05-09
HPFS: Fix endianity. Make hpfs work on big-endian machines
Mikulas Patocka
11
-418
/
+498
2011-05-09
HPFS: Implement fsync for hpfs
Mikulas Patocka
1
-2
/
+2
2011-05-09
HPFS: Fix a bug that filesystem was not marked dirty when remounting it
Mikulas Patocka
1
-8
/
+8
2011-05-09
HPFS: Restrict uid and gid to 16-bit values
Mikulas Patocka
1
-0
/
+4
2011-05-09
HPFS: When marking or clearing the dirty bit, sync the filesystem
Mikulas Patocka
1
-0
/
+3
2011-05-09
HPFS: Use types with defined width
Mikulas Patocka
1
-112
/
+107
2011-05-09
HPFS: Remove mark_inode_dirty
Mikulas Patocka
1
-3
/
+0
2011-05-09
HPFS: Remove CR/LF conversion option
Mikulas Patocka
6
-75
/
+7
2011-05-09
HPFS: Remove remaining locks
Mikulas Patocka
9
-155
/
+50
2011-05-09
HPFS: Introduce a global mutex and lock it on every callback from VFS.
Mikulas Patocka
4
-18
/
+51
2011-05-09
HPFS: Make HPFS compile on preempt and SMP
Mikulas Patocka
2
-6
/
+0
2011-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
2
-68
/
+71
2011-05-06
Validate size of EFI GUID partition entries.
Timo Warns
1
-0
/
+6
2011-05-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
6
-14
/
+32
2011-05-04
ceph: do not call __mark_dirty_inode under i_lock
Sage Weil
5
-12
/
+23
2011-05-03
logfs: initialize superblock entries earlier
Linus Torvalds
1
-4
/
+4
2011-05-03
ceph: handle ceph_osdc_new_request failure in ceph_writepages_start
Henry C Chang
1
-0
/
+7
2011-05-03
ceph: use ihold() when i_lock is held
Sage Weil
1
-2
/
+2
2011-05-03
cifs: handle errors from coalesce_t2
Jeff Layton
1
-3
/
+7
2011-05-03
cifs: refactor mid finding loop in cifs_demultiplex_thread
Jeff Layton
1
-46
/
+46
2011-05-02
Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
3
-37
/
+16
2011-05-02
UBIFS: seek journal heads to the latest bud in replay
Artem Bityutskiy
1
-6
/
+12
2011-05-02
UBIFS: do not free write-buffers when in R/O mode
Artem Bityutskiy
2
-31
/
+4
2011-04-29
cifs: sanitize length checking in coalesce_t2 (try #3)
Jeff Layton
1
-6
/
+16
2011-04-29
cifs: check for bytes_remaining going to zero in CIFS_SessSetup
Jeff Layton
1
-1
/
+3
2011-04-29
cifs: change bleft in decode_unicode_ssetup back to signed type
Jeff Layton
1
-14
/
+1
2011-04-28
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
8
-110
/
+142
2011-04-28
vfs: avoid large kmalloc()s for the fdtable
Andrew Morton
1
-7
/
+11
2011-04-27
nfs: don't lose MS_SYNCHRONOUS on remount of noac mount
Jeff Layton
1
-0
/
+9
2011-04-27
NFS: Return meaningful status from decode_secinfo()
Bryan Schumaker
1
-4
/
+7
2011-04-27
NFSv4: Ensure we request the ordinary fileid when doing readdirplus
Trond Myklebust
1
-17
/
+14
2011-04-26
Revert wrong fixes for common misspellings
Lucas De Marchi
2
-2
/
+2
2011-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
6
-15
/
+32
2011-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+10
2011-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
1
-2
/
+3
2011-04-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...
Linus Torvalds
7
-79
/
+128
2011-04-25
add hlist_bl_lock/unlock helpers
Christoph Hellwig
2
-20
/
+8
2011-04-25
eCryptfs: Flush dirty pages in setattr
Tyler Hicks
1
-0
/
+6
2011-04-25
eCryptfs: Handle failed metadata read in lookup
Tyler Hicks
4
-16
/
+28
2011-04-25
Btrfs: cleanup error handling in inode.c
Tsutomu Itoh
1
-6
/
+9
2011-04-25
Btrfs: put the right bio if we have an error
Josef Bacik
1
-1
/
+1
2011-04-25
Btrfs: free bitmaps properly when evicting the cache
Josef Bacik
1
-4
/
+7
[next]