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
2014-02-13
nfs4: fix discover_server_trunking use after free
Weston Andros Adamson
1
-6
/
+4
2014-02-13
NFSv4.1: Handle errors correctly in nfs41_walk_client_list
Trond Myklebust
1
-3
/
+5
2014-02-13
nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME
Weston Andros Adamson
1
-2
/
+2
2014-02-13
NFSv4: OPEN must handle the NFS4ERR_IO return code correctly
Trond Myklebust
1
-16
/
+31
2014-02-13
ore: Fix wrong math in allocation of per device BIO
Boaz Harrosh
1
-12
/
+25
2014-02-13
fs/compat: fix lookup_dcookie() parameter handling
Heiko Carstens
1
-1
/
+1
2014-02-13
fs/compat: fix parameter handling for compat readv/writev syscalls
Heiko Carstens
1
-8
/
+8
2014-02-13
compat: fix sys_fanotify_mark
Heiko Carstens
1
-2
/
+2
2014-02-13
fuse: fix pipe_buf_operations
Miklos Szeredi
2
-17
/
+23
2014-02-06
btrfs: restrict snapshotting to own subvolumes
David Sterba
1
-0
/
+6
2014-02-06
Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()
Wang Shilong
1
-1
/
+1
2014-02-06
vfs: Is mounted should be testing mnt_ns for NULL or error.
Eric W. Biederman
1
-1
/
+1
2014-02-06
ext4: avoid clearing beyond i_blocks when truncating an inline data file
Theodore Ts'o
1
-3
/
+5
2014-01-25
nilfs2: fix segctor bug that causes file system corruption
Andreas Rohner
1
-4
/
+6
2014-01-25
writeback: Fix data corruption on NFS
Jan Kara
1
-6
/
+9
2014-01-25
vfs: In d_path don't call d_dname on a mount point
Eric W. Biederman
1
-1
/
+6
2014-01-25
GFS2: Increase i_writecount during gfs2_setattr_chown
Bob Peterson
1
-1
/
+15
2014-01-09
ext4: fix bigalloc regression
Eric Whitney
1
-1
/
+1
2014-01-09
ceph: allow sync_read/write return partial successed size of read/write.
majianpeng
1
-1
/
+3
2014-01-09
ceph: fix bugs about handling short-read for sync read mode.
majianpeng
1
-23
/
+16
2014-01-09
ceph: Add check returned value on func ceph_calc_ceph_pg.
majianpeng
1
-2
/
+6
2014-01-09
ceph: cleanup types in striped_read()
Dan Carpenter
1
-4
/
+4
2014-01-09
ceph: fix null pointer dereference
Nathaniel Yazdani
1
-0
/
+3
2014-01-09
ceph: avoid accessing invalid memory
Sasha Levin
1
-1
/
+1
2014-01-09
ceph: Free mdsc if alloc mdsc->mdsmap failed.
majianpeng
1
-1
/
+3
2014-01-09
ceph: improve error handling in ceph_mdsmap_decode
Emil Goode
1
-1
/
+3
2014-01-09
jbd2: don't BUG but return ENOSPC if a handle runs out of space
Theodore Ts'o
1
-2
/
+4
2014-01-09
GFS2: Fix incorrect invalidation for DIO/buffered I/O
Steven Whitehouse
1
-0
/
+30
2014-01-09
GFS2: don't hold s_umount over blkdev_put
Steven Whitehouse
1
-1
/
+11
2014-01-09
ceph: Avoid data inconsistency due to d-cache aliasing in readpage()
Li Wang
1
-2
/
+6
2014-01-09
ext4: fix FITRIM in no journal mode
Lukas Czerner
1
-2
/
+2
2014-01-09
ext4: add explicit casts when masking cluster sizes
Theodore Ts'o
3
-16
/
+24
2014-01-09
ext4: fix deadlock when writing in ENOSPC conditions
Jan Kara
1
-12
/
+0
2014-01-09
ext4: Do not reserve clusters when fs doesn't support extents
Jan Kara
1
-4
/
+13
2014-01-09
ext4: check for overlapping extents in ext4_valid_extent_entries()
Eryu Guan
1
-1
/
+18
2014-01-09
ext4: fix use-after-free in ext4_mb_new_blocks
Junho Ryu
1
-3
/
+8
2014-01-09
ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() fails
Theodore Ts'o
1
-0
/
+9
2014-01-09
ceph: wake up 'safe' waiters when unregistering request
Yan, Zheng
1
-1
/
+2
2014-01-09
ceph: cleanup aborted requests when re-sending requests.
Yan, Zheng
1
-1
/
+4
2013-12-20
Btrfs: do not run snapshot-aware defragment on error
Liu Bo
1
-19
/
+28
2013-12-20
Btrfs: fix incorrect inode acl reset
Filipe David Borba Manana
1
-1
/
+1
2013-12-20
Btrfs: fix hole check in log_one_extent
Josef Bacik
1
-1
/
+1
2013-12-20
Btrfs: fix memory leak of chunks' extent map
Liu Bo
1
-0
/
+2
2013-12-20
NFSv4 wait on recovery for async session errors
Andy Adamson
1
-2
/
+1
2013-12-20
nfs: fix do_div() warning by instead using sector_div()
Helge Deller
1
-1
/
+1
2013-12-20
btrfs: call mnt_drop_write after interrupted subvol deletion
David Sterba
1
-1
/
+2
2013-12-20
Btrfs: fix access_ok() check in btrfs_ioctl_send()
Dan Carpenter
1
-2
/
+2
2013-12-20
nfsd: when reusing an existing repcache entry, unhash it first
Jeff Layton
1
-1
/
+8
2013-12-20
xfs: underflow bug in xfs_attrlist_by_handle()
Dan Carpenter
2
-2
/
+4
2013-12-20
xfs: growfs overruns AGFL buffer on V4 filesystems
Dave Chinner
1
-1
/
+5
[next]