index
:
platform/upstream/kernel-adaptation-pc
devel
linus
tizen
upstream
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-09
NFSv4: The link() operation should return any delegation on the file
Trond Myklebust
1
-0
/
+2
2009-11-09
NFSv4: Kill nfs4_renewd_prepare_shutdown()
Trond Myklebust
2
-7
/
+0
2009-11-09
NFSv4: Fix two unbalanced put_rpccred() issues.
Trond Myklebust
1
-4
/
+0
2009-11-09
NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCE
Trond Myklebust
2
-4
/
+8
2009-11-09
nfs: Panic when commit fails
Terry Loftin
1
-0
/
+1
2009-11-09
nfs: Avoid overrun when copying client IP address string
Ben Hutchings
1
-1
/
+1
2009-11-09
fsnotify: do not set group for a mark before it is on the i_list
Eric Paris
1
-3
/
+3
2009-11-09
fuse: fix kunmap in fuse_ioctl_copy_user
Jens Axboe
1
-1
/
+1
2009-11-09
fuse: prevent fuse_put_request on invalid pointer
Anand V. Avati
1
-1
/
+2
2009-11-09
nilfs2: fix dirty page accounting leak causing hang at write
Ryusuke Konishi
1
-2
/
+1
2009-11-09
CIFS: Fixing to avoid invalid kfree() in cifs_get_tcp_session()
Steve French
1
-1
/
+2
2009-11-09
hfsplus: refuse to mount volumes larger than 2TB
Ben Hutchings
1
-0
/
+4
2009-11-09
nfs: Fix nfs_parse_mount_options() kfree() leak
Yinghai Lu
1
-0
/
+1
2009-11-09
fs: pipe.c null pointer dereference
Earl Chew
1
-11
/
+30
2009-10-22
sysfs: Allow sysfs_notify_dirent to be called from interrupt context.
Neil Brown
1
-6
/
+8
2009-10-12
IMA: open new file for read
Mimi Zohar
1
-2
/
+4
2009-10-12
ima: ecryptfs fix imbalance message
Mimi Zohar
1
-1
/
+6
2009-10-05
Fix idle time field in /proc/uptime
Michael Abbott
1
-1
/
+6
2009-10-05
/proc/kcore: work around a BUG()
KAMEZAWA Hiroyuki
1
-1
/
+7
2009-10-05
nfsd4: fix null dereference creating nfsv4 callback client
J. Bruce Fields
1
-2
/
+2
2009-10-05
nilfs2: fix missing zero-fill initialization of btree node cache
Ryusuke Konishi
1
-0
/
+1
2009-10-05
Re-enable Lanman security
Chuck Ebbert
1
-2
/
+2
2009-10-05
eCryptfs: Prevent lower dentry from going negative during unlink
Tyler Hicks
1
-0
/
+2
2009-10-05
eCryptfs: Validate global auth tok keys
Tyler Hicks
1
-1
/
+3
2009-10-05
eCryptfs: Filename encryption only supports password auth tokens
Tyler Hicks
2
-4
/
+14
2009-10-05
eCryptfs: Check for O_RDONLY lower inodes when opening lower files
Tyler Hicks
2
-18
/
+9
2009-10-05
eCryptfs: Handle unrecognized tag 3 cipher codes
Tyler Hicks
2
-3
/
+8
2009-10-05
fs: make sure data stored into inode is properly seen before unlocking new inode
Jan Kara
1
-6
/
+8
2009-09-24
binfmt_elf: fix PT_INTERP bss handling
Roland McGrath
1
-14
/
+14
2009-09-07
IMA: update ima_counts_put
Mimi Zohar
1
-7
/
+15
2009-09-05
Merge git://git.infradead.org/~dwmw2/mtd-2.6.31
Linus Torvalds
1
-0
/
+10
2009-09-05
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-1
/
+1
2009-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-1
/
+1
2009-09-05
ext2: fix unbalanced kmap()/kunmap()
Nicolas Pitre
1
-0
/
+4
2009-09-05
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+13
2009-09-05
exec: do not sleep in TASK_TRACED under ->cred_guard_mutex
Oleg Nesterov
2
-38
/
+42
2009-09-04
ocfs2: ocfs2_write_begin_nolock() should handle len=0
Sunil Mushran
1
-2
/
+2
2009-09-03
JFFS2: add missing verify buffer allocation/deallocation
Massimo Cirillo
1
-0
/
+10
2009-09-01
xfs: actually enable the swapext compat handler
Christoph Hellwig
1
-1
/
+1
2009-08-31
autofs4 - fix missed case when changing to use struct path
Ian Kent
1
-1
/
+1
2009-08-31
nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_key
Ryusuke Konishi
1
-1
/
+1
2009-08-28
inotify: update the group mask on mark addition
Eric Paris
1
-0
/
+4
2009-08-28
inotify: fix length reporting and size checking
Eric Paris
1
-3
/
+5
2009-08-28
inotify: do not send a block of zeros when no pathname is available
Brian Rogers
1
-3
/
+5
2009-08-27
ocfs2: invalidate dentry if its dentry_lock isn't initialized.
Tao Ma
1
-0
/
+11
2009-08-27
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
2
-85
/
+177
2009-08-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
4
-105
/
+82
2009-08-27
AFS: Stop readlink() on AFS crashing due to NULL 'file' ptr
David Howells
1
-3
/
+15
2009-08-27
inotify: Ensure we alwasy write the terminating NULL.
Eric W. Biederman
1
-7
/
+6
2009-08-27
inotify: fix locking around inotify watching in the idr
Eric Paris
1
-10
/
+40
[next]