index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-02
pipe: kill ->map() and ->unmap()
Al Viro
3
-73
/
+27
2014-04-02
fuse/dev: use atomic maps
Al Viro
1
-5
/
+5
2014-04-02
VFS: Make delayed_free() call free_vfsmnt()
David Howells
1
-12
/
+8
2014-04-02
cifs: ->rename() without ->lookup() makes no sense
Al Viro
1
-1
/
+0
2014-04-02
get rid of pointless checks for NULL ->i_op
Al Viro
2
-3
/
+1
2014-04-02
ntfs: don't put NULL into ->i_op/->i_fop
Al Viro
1
-2
/
+0
2014-04-02
new helper: readlink_copy()
Al Viro
4
-46
/
+11
2014-04-02
get rid of files_defer_init()
Al Viro
2
-8
/
+4
2014-04-02
namei.c: move EXPORT_SYMBOL to corresponding definitions
Al Viro
1
-28
/
+27
2014-04-02
get_write_access() is inlined, exporting it is pointless
Al Viro
1
-1
/
+0
2014-04-02
tidy do_dentry_open() up a bit
Al Viro
1
-12
/
+10
2014-04-02
mark struct file that had write access grabbed by open()
Al Viro
3
-41
/
+9
2014-04-02
fold __get_file_write_access() into its only caller
Al Viro
1
-19
/
+6
2014-04-02
get rid of DEBUG_WRITECOUNT
Al Viro
2
-13
/
+0
2014-04-02
don't bother with {get,put}_write_access() on non-regular files
Al Viro
2
-21
/
+9
2014-04-02
ncpfs: switch to sockfd_lookup()/sockfd_put()
Al Viro
2
-40
/
+12
2014-04-02
reduce m_start() cost...
Al Viro
3
-4
/
+23
2014-04-02
smarter propagate_mnt()
Al Viro
3
-82
/
+130
2014-03-31
switch mnt_hash to hlist
Al Viro
4
-50
/
+61
2014-03-31
don't bother with propagate_mnt() unless the target is shared
Al Viro
1
-10
/
+7
2014-03-31
keep shadowed vfsmounts together
Al Viro
1
-9
/
+23
2014-03-31
resizable namespace.c hashes
Al Viro
2
-24
/
+59
2014-03-29
ocfs2: check if cluster name exists before deref
Sasha Levin
1
-1
/
+3
2014-03-27
vfs: Allocate anon_inode_inode in anon_inode_init()
Jan Kara
1
-22
/
+8
2014-03-26
fs: remove now stale label in anon_inode_init()
Linus Torvalds
1
-1
/
+0
2014-03-26
fs: Avoid userspace mounting anon_inodefs filesystem
Jan Kara
1
-3
/
+0
2014-03-26
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+1
2014-03-23
rcuwalk: recheck mount_lock after mountpoint crossing attempts
Al Viro
1
-16
/
+13
2014-03-23
make prepend_name() work correctly when called with negative *buflen
Al Viro
1
-2
/
+2
2014-03-23
vfs: Don't let __fdget_pos() get FMODE_PATH files
Eric Biggers
1
-15
/
+4
2014-03-23
vfs: atomic f_pos access in llseek()
Eric Biggers
1
-2
/
+2
2014-03-11
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-19
/
+36
2014-03-11
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
5
-2
/
+56
2014-03-11
hfsplus: add HFSX subfolder count support
Sergei Antonov
4
-2
/
+55
2014-03-11
fs/proc/base.c: fix GPF in /proc/$PID/map_files
Artem Fetishev
1
-0
/
+1
2014-03-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-32
/
+79
2014-03-10
get rid of fget_light()
Al Viro
2
-28
/
+44
2014-03-10
vfs: atomic f_pos accesses as per POSIX
Linus Torvalds
4
-15
/
+46
2014-03-10
ocfs2 syncs the wrong range...
Al Viro
1
-4
/
+4
2014-03-10
Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
4
-29
/
+30
2014-03-07
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+1
2014-03-05
NFSv4: Fail the truncate() if the lock/open stateid is invalid
Trond Myklebust
1
-3
/
+6
2014-03-05
NFSv4.1 Fail data server I/O if stateid represents a lost lock
Andy Adamson
1
-4
/
+6
2014-03-05
NFSv4: Fix the return value of nfs4_select_rw_stateid
Trond Myklebust
1
-11
/
+3
2014-03-05
NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateid
Trond Myklebust
1
-2
/
+3
2014-03-04
hfsplus: fix remount issue
Vyacheslav Dubeyko
1
-1
/
+1
2014-03-04
ocfs2: fix quota file corruption
Jan Kara
2
-14
/
+17
2014-03-04
mm: close PageTail race
David Rientjes
1
-3
/
+2
2014-03-03
NFS: Fix a delegation callback race
Trond Myklebust
1
-4
/
+7
2014-03-03
Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+10
[next]