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.13.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
2016-07-06
NFSv4.2: Fix a race in nfs42_proc_deallocate()
Trond Myklebust
1
-2
/
+4
2016-07-06
NFS: Getattr doesn't require data sync semantics
Trond Myklebust
1
-3
/
+1
2016-07-06
NFS: Do not aggressively cache file attributes in the case of O_DIRECT
Trond Myklebust
2
-2
/
+12
2016-07-06
NFS: Remove unused function nfs_revalidate_mapping_protected()
Trond Myklebust
1
-34
/
+4
2016-07-06
NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()
Trond Myklebust
1
-6
/
+0
2016-07-06
NFS: Cleanup nfs_direct_complete()
Trond Myklebust
1
-7
/
+5
2016-07-06
NFS: Do not serialise O_DIRECT reads and writes
Trond Myklebust
5
-37
/
+173
2016-07-06
NFS: Move buffered I/O locking into nfs_file_write()
Trond Myklebust
1
-12
/
+15
2016-07-06
NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c
Trond Myklebust
2
-9
/
+9
2016-07-06
NFS: Remove racy size manipulations in O_DIRECT
Trond Myklebust
1
-16
/
+0
2016-07-06
NFS: Ensure we reset the write verifier 'committed' value on resend.
Trond Myklebust
2
-0
/
+19
2016-07-06
NFS: Fix O_DIRECT verifier problems
Trond Myklebust
3
-3
/
+16
2016-07-06
pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1
Trond Myklebust
1
-7
/
+0
2016-07-06
pNFS: Ensure we layoutcommit before revalidating attributes
Trond Myklebust
1
-16
/
+7
2016-07-06
pNFS: Files and flexfiles always need to commit before layoutcommit
Trond Myklebust
5
-9
/
+30
2016-07-06
pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()
Trond Myklebust
1
-9
/
+10
2016-07-06
pNFS/flexfiles: Fix layoutcommit after a commit to DS
Trond Myklebust
1
-2
/
+1
2016-07-06
pNFS/files: Fix layoutcommit after a commit to DS
Trond Myklebust
1
-2
/
+1
2016-06-22
NFS: Don't call COMMIT in ->releasepage()
Trond Myklebust
1
-23
/
+0
2016-06-22
NFS: Don't hold the inode lock across fsync()
Trond Myklebust
1
-2
/
+0
2016-06-22
NFS: writepage of a single page should not be synchronous
Trond Myklebust
1
-1
/
+1
2016-06-22
NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
Trond Myklebust
3
-20
/
+0
2016-06-22
NFS: Cache aggressively when file is open for writing
Trond Myklebust
2
-29
/
+46
2016-06-15
NFS: Cache access checks more aggressively
Trond Myklebust
1
-21
/
+31
2016-06-13
NFS: Don't flush caches for a getattr that races with writeback
Trond Myklebust
1
-6
/
+9
2016-06-11
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
18
-357
/
+568
2016-06-10
Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)
Linus Torvalds
2
-2
/
+18
2016-06-10
ecryptfs: forbid opening files without mmap handler
Jann Horn
1
-2
/
+11
2016-06-10
proc: prevent stacking filesystems on top
Jann Horn
1
-0
/
+7
2016-06-09
Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Chris Mason
5
-17
/
+114
2016-06-09
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Chris Mason
15
-340
/
+454
2016-06-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-51
/
+22
2016-06-08
coredump: fix dumping through pipes
Mateusz Guzik
3
-3
/
+5
2016-06-08
fix a regression in atomic_open()
Al Viro
1
-3
/
+7
2016-06-08
fix d_walk()/non-delayed __d_free() race
Al Viro
1
-2
/
+2
2016-06-07
mnt: fs_fully_visible test the proper mount for MNT_LOCKED
Eric W. Biederman
1
-1
/
+1
2016-06-07
mnt: If fs_fully_visible fails call put_filesystem.
Eric W. Biederman
1
-1
/
+3
2016-06-06
Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system
Feifei Xu
1
-1
/
+11
2016-06-06
Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize
Feifei Xu
1
-1
/
+7
2016-06-06
Btrfs: self-tests: Use macros instead of constants and add missing newline
Feifei Xu
3
-18
/
+31
2016-06-06
Btrfs: self-tests: Support testing all possible sectorsizes and nodesizes
Feifei Xu
1
-22
/
+32
2016-06-06
Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE
Feifei Xu
1
-19
/
+30
2016-06-06
btrfs: advertise which crc32c implementation is being used at module load
Jeff Mahoney
3
-2
/
+9
2016-06-06
Btrfs: add validadtion checks for chunk loading
Liu Bo
1
-15
/
+67
2016-06-06
Btrfs: add more validation checks for superblock
Liu Bo
2
-0
/
+35
2016-06-06
Btrfs: clear uptodate flags of pages in sys_array eb
Liu Bo
1
-0
/
+2
2016-06-05
devpts: Make each mount of devpts an independent filesystem.
Eric W. Biederman
2
-143
/
+97
2016-06-05
autofs braino fix for do_last()
Al Viro
1
-4
/
+4
2016-06-04
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-18
/
+103
2016-06-04
fix EOPENSTALE bug in do_last()
Al Viro
1
-39
/
+4
[next]