index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovl: Prevent rw remount when it should be ro mount
Seunghun Lee
2015-01-08
1
-0
/
+12
*
ovl: Fix opaque regression in ovl_lookup
hujianyang
2015-01-08
1
-10
/
+13
*
ovl: Fix kernel panic while mounting overlayfs
hujianyang
2015-01-08
1
-0
/
+3
*
ovl: Use macros to present ovl_xattr
hujianyang
2014-12-13
4
-7
/
+7
*
ovl: Cleanup redundant blank lines
hujianyang
2014-12-13
3
-3
/
+0
*
ovl: support multiple lower layers
Miklos Szeredi
2014-12-13
1
-27
/
+83
*
ovl: make upperdir optional
Miklos Szeredi
2014-12-13
1
-36
/
+47
*
ovl: improve mount helpers
Miklos Szeredi
2014-12-13
1
-52
/
+73
*
ovl: mount: change order of initialization
Miklos Szeredi
2014-12-13
1
-38
/
+32
*
ovl: allow statfs if no upper layer
Miklos Szeredi
2014-12-13
1
-2
/
+2
*
ovl: lookup ENAMETOOLONG on lower means ENOENT
Miklos Szeredi
2014-12-13
1
-1
/
+7
*
ovl: check whiteout on lowest layer as well
Miklos Szeredi
2014-12-13
2
-56
/
+50
*
ovl: multi-layer lookup
Miklos Szeredi
2014-12-13
1
-49
/
+94
*
ovl: multi-layer readdir
Miklos Szeredi
2014-12-13
2
-22
/
+24
*
ovl: helper to iterate layers
Miklos Szeredi
2014-12-13
2
-0
/
+22
*
ovl: add mutli-layer infrastructure
Miklos Szeredi
2014-12-13
1
-34
/
+64
*
ovl: dont replace opaque dir
Miklos Szeredi
2014-12-13
1
-1
/
+1
*
ovl: make path-type a bitmap
Miklos Szeredi
2014-12-13
6
-36
/
+41
*
ovl: check whiteout while reading directory
Miklos Szeredi
2014-12-13
1
-49
/
+28
*
fat: fix oops on corrupted vfat fs
Al Viro
2014-12-03
1
-9
/
+11
*
Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-12-02
1
-3
/
+2
|
\
|
*
jbd2: fix regression where we fail to initialize checksum seed when loading
Darrick J. Wong
2014-12-02
1
-3
/
+2
*
|
btrfs: zero out left over bytes after processing compression streams
Chris Mason
2014-11-30
4
-5
/
+67
*
|
Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-11-26
2
-5
/
+12
|
\
\
|
*
|
nfsd: Fix slot wake up race in the nfsv4.1 callback code
Trond Myklebust
2014-11-19
1
-2
/
+6
|
*
|
nfsd: correctly define v4.2 support attributes
Christoph Hellwig
2014-11-19
1
-3
/
+6
*
|
|
Merge git://git.kvack.org/~bcrl/aio-fixes
Linus Torvalds
2014-11-26
1
-7
/
+14
|
\
\
\
|
*
|
|
aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer
Gu Zheng
2014-11-06
1
-7
/
+14
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-11-23
3
-15
/
+25
|
\
\
\
\
|
*
|
|
|
btrfs: fix lockups from btrfs_clear_path_blocking
Chris Mason
2014-11-19
3
-15
/
+25
*
|
|
|
|
Merge branch 'overlayfs-current' of git://git.kernel.org/pub/scm/linux/kernel...
Al Viro
2014-11-21
28
-347
/
+400
|
\
\
\
\
\
|
*
|
|
|
|
ovl: ovl_dir_fsync() cleanup
Miklos Szeredi
2014-11-20
1
-2
/
+2
|
*
|
|
|
|
ovl: pass dentry into ovl_dir_read_merged()
Miklos Szeredi
2014-11-20
1
-21
/
+14
|
*
|
|
|
|
ovl: use lockless_dereference() for upperdentry
Miklos Szeredi
2014-11-20
1
-6
/
+1
|
*
|
|
|
|
ovl: allow filenames with comma
Miklos Szeredi
2014-11-20
1
-3
/
+45
|
*
|
|
|
|
ovl: fix race in private xattr checks
Miklos Szeredi
2014-11-20
1
-9
/
+18
|
*
|
|
|
|
ovl: fix remove/copy-up race
Miklos Szeredi
2014-11-20
1
-12
/
+19
|
*
|
|
|
|
ovl: rename filesystem type to "overlay"
Miklos Szeredi
2014-11-20
4
-7
/
+7
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2014-11-15
11
-64
/
+83
|
|
\
\
\
\
|
|
*
|
|
|
NFS: Don't try to reclaim delegation open state if recovery failed
Trond Myklebust
2014-11-12
1
-0
/
+2
|
|
*
|
|
|
NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revoked
Trond Myklebust
2014-11-12
2
-11
/
+0
|
|
*
|
|
|
NFSv4: Fix races between nfs_remove_bad_delegation() and delegation return
Trond Myklebust
2014-11-12
3
-3
/
+23
|
|
*
|
|
|
NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATE
Trond Myklebust
2014-11-12
1
-25
/
+17
|
|
*
|
|
|
NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired
Trond Myklebust
2014-11-12
1
-1
/
+23
|
|
*
|
|
|
NFS: SEEK is an NFS v4.2 feature
Anna Schumaker
2014-11-12
1
-3
/
+3
|
|
*
|
|
|
nfs: Fix use of uninitialized variable in nfs_getattr()
Jan Kara
2014-11-12
1
-1
/
+1
|
|
*
|
|
|
nfs: Remove bogus assignment
Jan Kara
2014-11-12
1
-1
/
+1
|
|
*
|
|
|
nfs: remove spurious WARN_ON_ONCE in write path
Weston Andros Adamson
2014-11-12
1
-2
/
+0
|
|
*
|
|
|
pnfs/blocklayout: serialize GETDEVICEINFO calls
Christoph Hellwig
2014-11-12
2
-5
/
+10
|
|
*
|
|
|
nfs: fix pnfs direct write memory leak
Peng Tao
2014-11-12
1
-0
/
+1
[next]