index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-20
UBIFS: simplify reply code a bit
Artem Bityutskiy
1
-14
/
+6
2012-07-20
UBIFS: add debugfs knob to switch to R/O mode
Artem Bityutskiy
2
-0
/
+16
2012-07-20
UBIFS: fix compilation warning
Alexandre Pereira da Silva
1
-1
/
+1
2012-07-20
UBIFS: fix a bug in empty space fix-up
Artem Bityutskiy
1
-2
/
+6
2012-07-18
Merge git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-15
/
+66
2012-07-18
ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT
Al Viro
1
-1
/
+0
2012-07-17
Merge tag 'pm-post-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2012-07-17
PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND
Michael Kerrisk
1
-1
/
+1
2012-07-16
cifs: always update the inode cache with the results from a FIND_*
Jeff Layton
1
-2
/
+5
2012-07-16
cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps
Jeff Layton
1
-1
/
+29
2012-07-16
cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space
Jeff Layton
1
-0
/
+18
2012-07-16
Initialise mid_q_entry before putting it on the pending queue
Sachin Prabhu
1
-12
/
+14
2012-07-16
Merge tag 'for-linus-v3.5-rc7' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
4
-37
/
+38
2012-07-16
fifo: Do not restart open() if it already found a partner
Anders Kaseorg
1
-5
/
+4
2012-07-14
VFS: Split inode_permission()
David Howells
2
-17
/
+54
2012-07-14
VFS: Pass mount flags to sget()
David Howells
17
-45
/
+37
2012-07-14
VFS: Comment mount following code
David Howells
2
-2
/
+24
2012-07-14
VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
David Howells
2
-57
/
+68
2012-07-14
VFS: Make chown() and lchown() call fchownat()
David Howells
1
-34
/
+7
2012-07-14
do_dentry_open(): close the race with mark_files_ro() in failure exit
Al Viro
1
-1
/
+1
2012-07-14
mark_files_ro(): don't bother with mntget/mntput
Al Viro
1
-8
/
+1
2012-07-14
notify_change(): check that i_mutex is held
Andrew Morton
1
-1
/
+2
2012-07-14
fs: add nd_jump_link
Christoph Hellwig
2
-12
/
+18
2012-07-14
fs: move path_put on failure out of ->follow_link
Christoph Hellwig
2
-6
/
+9
2012-07-14
debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}
Al Viro
1
-11
/
+9
2012-07-14
debugfs: fold debugfs_create_by_name() into the only caller
Al Viro
1
-33
/
+20
2012-07-14
debugfs: make sure that debugfs_create_file() gets used only for regulars
Al Viro
1
-22
/
+34
2012-07-14
__d_unalias() should refuse to move mountpoints
Al Viro
1
-4
/
+5
2012-07-14
sysfs: just use d_materialise_unique()
Al Viro
1
-8
/
+1
2012-07-14
sysfs: switch to ->s_d_op and ->d_release()
Al Viro
3
-10
/
+8
2012-07-14
get rid of kern_path_parent()
Al Viro
1
-2
/
+20
2012-07-14
VFS: Fix the banner comment on lookup_open()
David Howells
1
-3
/
+26
2012-07-14
don't pass nameidata * to vfs_create()
Al Viro
4
-8
/
+9
2012-07-14
don't pass nameidata to ->create()
Al Viro
45
-59
/
+51
2012-07-14
fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()
Al Viro
1
-10
/
+10
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
74
-105
/
+107
2012-07-14
fs/namei.c: don't pass namedata to lookup_dcache()
Al Viro
1
-4
/
+4
2012-07-14
fs/namei.c: don't pass nameidata to d_revalidate()
Al Viro
1
-6
/
+6
2012-07-14
stop passing nameidata * to ->d_revalidate()
Al Viro
21
-78
/
+63
2012-07-14
fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible
Al Viro
1
-32
/
+19
2012-07-14
nfs_lookup_verify_inode() - nd is *always* non-NULL here
Al Viro
1
-13
/
+10
2012-07-14
switch nfs_lookup_check_intent() away from nameidata
Al Viro
1
-5
/
+5
2012-07-14
do_dentry_open(): take initialization of file->f_path to caller
Al Viro
1
-14
/
+12
2012-07-14
fold __dentry_open() into its sole caller
Al Viro
1
-21
/
+12
2012-07-14
switch do_dentry_open() to returning int
Al Viro
1
-20
/
+20
2012-07-14
make finish_no_open() return int
Al Viro
7
-19
/
+11
2012-07-14
fs/namei.c: get do_last() and friends return int
Al Viro
1
-80
/
+70
2012-07-14
kill struct opendata
Al Viro
12
-90
/
+74
2012-07-14
kill opendata->{mnt,dentry}
Al Viro
3
-14
/
+9
2012-07-14
make ->atomic_open() return int
Al Viro
10
-98
/
+90
[prev]
[next]