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
2018-05-31
pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compound
Fred Isaman
2
-4
/
+47
2018-05-31
pnfs: move allocations out of nfs4_proc_layoutget
Fred Isaman
3
-14
/
+17
2018-05-31
pnfs: refactor send_layoutget
Fred Isaman
1
-18
/
+15
2018-05-31
pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPEN
Fred Isaman
2
-0
/
+2
2018-05-31
NFS4: move ctx into nfs4_run_open_task
Fred Isaman
1
-8
/
+11
2018-05-31
pnfs: Store return value of decode_layoutget for later processing
Fred Isaman
1
-5
/
+10
2018-05-31
pnfs: Remove redundant assignment from nfs4_proc_layoutget().
Fred Isaman
1
-1
/
+0
2018-05-31
NFSv4: Don't add a new lock on an interrupted wait for LOCK
Benjamin Coddington
1
-10
/
+14
2018-05-31
NFSv4: Always clear the pNFS layout when handling ESTALE
Trond Myklebust
2
-0
/
+9
2018-05-31
NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_message
Dave Wysochanski
1
-2
/
+3
2018-05-31
NFS: Fix up nfs_post_op_update_inode() to force ctime updates
Trond Myklebust
1
-1
/
+2
2018-05-31
NFS: Ensure we revalidate the inode correctly after setacl
Trond Myklebust
1
-1
/
+2
2018-05-31
NFS: Ensure we revalidate the inode correctly after remove or rename
Trond Myklebust
1
-4
/
+14
2018-05-31
NFS: Set the force revalidate flag if the inode is not completely initialised
Trond Myklebust
1
-0
/
+4
2018-05-31
NFS: Fix up sillyrename()
Trond Myklebust
1
-0
/
+10
2018-05-31
NFSv4: Fix sillyrename to return the delegation when appropriate
Trond Myklebust
4
-9
/
+14
2018-05-31
NFSv4: Only pass the delegation to setattr if we're sending a truncate
Trond Myklebust
1
-5
/
+7
2018-05-31
NFS: Merge nfs41_free_stateid() with _nfs41_free_stateid()
Anna Schumaker
1
-23
/
+14
2018-05-31
NFS: Pass "privileged" value to nfs4_init_sequence()
Anna Schumaker
3
-52
/
+33
2018-05-31
NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()
Anna Schumaker
4
-7
/
+8
2018-05-31
NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()
Anna Schumaker
4
-7
/
+8
2018-05-31
NFS: Avoid quadratic search when freeing delegations.
NeilBrown
1
-4
/
+53
2018-05-31
NFS: use cond_resched() when restarting walk of delegation list.
NeilBrown
1
-0
/
+3
2018-05-31
NFS: slight optimization for walking list for delegations
NeilBrown
1
-3
/
+3
2018-05-28
NFS: Optimise away lookups for rename targets
Trond Myklebust
1
-3
/
+5
2018-05-28
NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentry
Trond Myklebust
1
-1
/
+1
2018-05-28
NFS: Optimise away the close-to-open GETATTR when we have NFSv4 OPEN
Trond Myklebust
1
-4
/
+16
2018-05-26
proc: fix smaps and meminfo alignment
Hugh Dickins
1
-5
/
+0
2018-05-26
ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...
Changwei Ge
1
-10
/
+1
2018-05-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
2018-05-24
Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2018-05-24
Btrfs: fix error handling in btrfs_truncate()
Omar Sandoval
1
-1
/
+2
2018-05-21
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
23
-112
/
+133
2018-05-21
aio: fix io_destroy(2) vs. lookup_ioctx() race
Al Viro
1
-2
/
+2
2018-05-21
ext2: fix a block leak
Al Viro
1
-10
/
+0
2018-05-21
nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
1
-0
/
+22
2018-05-21
cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed
Al Viro
1
-0
/
+10
2018-05-21
unfuck sysfs_mount()
Al Viro
1
-3
/
+3
2018-05-21
kernfs: deal with kernfs_fill_super() failures
Al Viro
1
-0
/
+1
2018-05-21
cramfs: Fix IS_ENABLED typo
Joe Perches
1
-1
/
+1
2018-05-21
befs_lookup(): use d_splice_alias()
Al Viro
1
-12
/
+5
2018-05-21
affs_lookup: switch to d_splice_alias()
Al Viro
1
-6
/
+5
2018-05-21
affs_lookup(): close a race with affs_remove_link()
Al Viro
1
-3
/
+7
2018-05-21
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Linus Torvalds
1
-0
/
+25
2018-05-20
Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-48
/
+180
2018-05-19
hfsplus: stop workqueue when fill_super() failed
Tetsuo Handa
1
-0
/
+1
2018-05-17
proc: do not access cmdline nor environ from file-backed areas
Willy Tarreau
1
-4
/
+4
2018-05-17
btrfs: fix crash when trying to resume balance without the resume flag
Anand Jain
1
-0
/
+9
2018-05-17
btrfs: Fix delalloc inodes invalidation during transaction abort
Nikolay Borisov
1
-11
/
+15
2018-05-17
btrfs: Split btrfs_del_delalloc_inode into 2 functions
Nikolay Borisov
2
-3
/
+12
[next]