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
/
Documentation
/
filesystems
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-01
ovl: update doc
Miklos Szeredi
1
-5
/
+3
2016-08-07
Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2016-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
3
-2
/
+9
2016-08-03
Documenation: update cgroup's document path
seokhoon.yoon
1
-1
/
+1
2016-08-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2016-08-02
nilfs2: move ioctl interface and disk layout to uapi separately
Ryusuke Konishi
1
-1
/
+2
2016-08-02
Orangefs: update orangefs.txt
Mike Marshall
1
-4
/
+46
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
3
-2
/
+9
2016-07-28
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2016-07-28
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-30
/
+39
2016-07-27
Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
1
-1
/
+6
2016-07-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-7
/
+33
2016-07-26
thp: update Documentation/{vm/transhuge,filesystems/proc}.txt
Kirill A. Shutemov
1
-0
/
+9
2016-07-26
mm: introduce fault_env
Kirill A. Shutemov
1
-5
/
+5
2016-07-26
mm: migrate: support non-lru movable page migration
Minchan Kim
2
-0
/
+15
2016-07-26
dax: some small updates to dax.txt documentation
Ross Zwisler
1
-2
/
+4
2016-07-26
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
Linus Torvalds
1
-5
/
+5
2016-07-24
vfs: new d_init method
Miklos Szeredi
2
-0
/
+5
2016-07-12
pmem: kill __pmem address space
Dan Williams
1
-1
/
+1
2016-07-10
irq/Documentation: Correct result of echnoing 5 to smp_affinity
John Kacur
1
-1
/
+1
2016-07-08
f2fs: add nodiscard mount option
Chao Yu
1
-1
/
+3
2016-07-01
Doc: ocfs: Fix typo in filesystems/ocfs2-online-filecheck.txt
Masanari Iida
1
-5
/
+5
2016-06-30
Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...
Al Viro
3
-146
/
+44
2016-06-30
Remove last traces of ->sync_page
Matthew Wilcox
2
-14
/
+5
2016-06-30
vfs: clean up documentation
Miklos Szeredi
2
-18
/
+8
2016-06-30
vfs: document ->d_real()
Miklos Szeredi
2
-0
/
+23
2016-06-13
f2fs: introduce mode=lfs mount option
Jaegeuk Kim
1
-0
/
+3
2016-06-05
devpts: Make each mount of devpts an independent filesystem.
Eric W. Biederman
1
-130
/
+15
2016-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-12
/
+27
2016-05-27
switch ->setxattr() to passing dentry and inode separately
Al Viro
1
-0
/
+7
2016-05-27
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+0
2016-05-27
ovl: update documentation
Miklos Szeredi
1
-9
/
+0
2016-05-26
Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+32
2016-05-26
update D/f/directory-locking
Al Viro
1
-12
/
+20
2016-05-23
nilfs2: clarify permission to replicate the design
Ryusuke Konishi
1
-0
/
+5
2016-05-20
procfs: expose umask in /proc/<PID>/status
Richard W.M. Jones
1
-0
/
+1
2016-05-19
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
Linus Torvalds
3
-3
/
+3
2016-05-18
dax: for truncate/hole-punch, do zeroing through the driver if possible
Vishal Verma
1
-0
/
+32
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2016-05-02
lookup_open(): lock the parent shared unless O_CREAT is given
Al Viro
1
-0
/
+3
2016-05-02
introduce a parallel variant of ->iterate()
Al Viro
1
-0
/
+18
2016-05-02
parallel lookups: actual switch to rwsem
Al Viro
1
-0
/
+18
2016-05-02
parallel lookups machinery, part 2
Al Viro
1
-0
/
+8
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
1
-0
/
+6
2016-05-01
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2
-2
/
+2
2016-04-28
Documentation: fix common spelling mistakes
Kees Cook
3
-3
/
+3
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
1
-0
/
+6
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
3
-4
/
+4
2016-03-26
Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...
Linus Torvalds
1
-0
/
+406
2016-03-24
Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+23
[next]