index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-24
file->f_op is never NULL...
Al Viro
23
-87
/
+67
2013-10-24
consolidate the reassignments of ->f_op in ->open() instances
Al Viro
1
-2
/
+4
2013-10-24
put_mnt_ns(): use drop_collected_mounts()
Al Viro
1
-5
/
+1
2013-10-24
ncpfs: switch to %p[dD]
Al Viro
2
-43
/
+24
2013-10-24
ubifs: switch to %pd
Al Viro
3
-34
/
+29
2013-10-24
nfsd: switch to %p[dD]
Al Viro
5
-37
/
+31
2013-10-24
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
Al Viro
11
-186
/
+119
2013-10-24
befs: split symlink iops in two - for short and long symlinks resp.
Al Viro
1
-30
/
+31
2013-10-24
new helper: kfree_put_link()
Al Viro
7
-38
/
+14
2013-10-24
libfs: get exports to definitions of objects being exported...
Al Viro
1
-35
/
+34
2013-10-24
ecryptfs: ->lower_path.dentry is never NULL
Al Viro
1
-2
/
+1
2013-10-24
ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}
Al Viro
3
-18
/
+3
2013-10-24
ecryptfs: don't leave RCU pathwalk immediately
Al Viro
2
-15
/
+20
2013-10-24
ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_op
Al Viro
1
-1
/
+1
2013-10-24
9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS
Al Viro
4
-12
/
+12
2013-10-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
6
-17
/
+39
2013-10-05
btrfs: Fix crash due to not allocating integrity data for a bioset
Darrick J. Wong
1
-0
/
+8
2013-10-05
Merge branch 'for-linus' into for-linus-3.12
Chris Mason
6
-17
/
+31
2013-10-04
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-115
/
+74
2013-10-04
Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
6
-42
/
+45
2013-10-04
Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishing
Ilya Dryomov
2
-5
/
+7
2013-10-04
Btrfs: eliminate races in worker stopping code
Ilya Dryomov
2
-6
/
+21
2013-10-04
Btrfs: fix crash of compressed writes
Liu Bo
1
-1
/
+1
2013-10-04
Btrfs: fix transid verify errors when recovering log tree
Josef Bacik
1
-5
/
+2
2013-10-04
xfs: Use kmem_free() instead of free()
Thierry Reding
1
-1
/
+1
2013-10-04
xfs: fix memory leak in xlog_recover_add_to_trans
tinguely@sgi.com
1
-0
/
+1
2013-10-04
xfs: dirent dtype presence is dependent on directory magic numbers
Dave Chinner
4
-39
/
+28
2013-10-04
xfs: lockdep needs to know about 3 dquot-deep nesting
Dave Chinner
1
-3
/
+16
2013-10-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
3
-13
/
+32
2013-10-02
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
1
-15
/
+37
2013-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2013-10-01
fs/super.c: fix lru_list leak for real
Al Viro
1
-2
/
+2
2013-10-01
fuse: no RCU mode in fuse_access()
Miklos Szeredi
1
-3
/
+2
2013-10-01
fuse: readdirplus: fix RCU walk
Miklos Szeredi
2
-3
/
+11
2013-10-01
fuse: don't check_submounts_and_drop() in RCU walk
Miklos Szeredi
1
-1
/
+2
2013-09-30
Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
4
-22
/
+61
2013-09-30
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
3
-14
/
+29
2013-09-30
nilfs2: fix issue with race condition of competition between segments for dir...
Vyacheslav Dubeyko
2
-2
/
+11
2013-09-30
fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing
Dan Aloni
1
-12
/
+18
2013-09-29
afs: dget_parent() can't return a negative dentry
Al Viro
1
-3
/
+0
2013-09-29
ocfs2: needs ->d_lock to poke in ->d_parent->d_inode from ->d_revalidate()
Al Viro
1
-3
/
+4
2013-09-29
sysv: Add forgotten superblock lock init for v7 fs
Lubomir Rintel
1
-0
/
+1
2013-09-29
NFS: Give "flavor" an initial value to fix a compile warning
Anna Schumaker
1
-1
/
+1
2013-09-29
NFSv4.1: try SECINFO_NO_NAME flavs until one works
Weston Andros Adamson
1
-3
/
+27
2013-09-29
NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_ds
Trond Myklebust
1
-0
/
+2
2013-09-29
NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt fails
Trond Myklebust
1
-9
/
+9
2013-09-28
Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
5
-22
/
+68
2013-09-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
4
-97
/
+52
2013-09-26
aio: fix use-after-free in aio_migratepage
Benjamin LaHaise
1
-15
/
+37
2013-09-26
xfs: fix node forward in xfs_node_toosmall
Mark Tinguely
1
-2
/
+3
[next]