Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7d607f917008218564ae44ca3ef47076a9b36e8f
/
Documentation
/
filesystems
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
44f4c05
dax: Add block size note to documentation
by Matthew Wilcox
· 9 years ago
8a81252
fs/file.c: don't acquire files->file_lock in fd_install()
by Eric Dumazet
· 9 years ago
68b4449
Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
d2c3ac7
Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
a7296b49
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
1e467e6
Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 9 years ago
8ea3a7c
Merge branch 'fscache-fixes' into for-next
by Al Viro
· 9 years ago
0d03943
Documentation: filesystems: updated struct file_operations documentation in vfs.txt
by Thomas de Beauchene
· 9 years ago
4701607
vfs: Minor documentation fix
by Andreas Gruenbacher
· 9 years ago
4d66ea0
xfs: fix kernel version in docs
by Fanael Linithien
· 9 years ago
18e25fa
quota: Update documentation
by Jan Kara
· 10 years ago
99ff6cf
Documentation: remove outdated information from automount-support.txt
by NeilBrown
· 10 years ago
203bc64
update Documentation/filesystems/ regarding the follow_link/put_link changes
by Al Viro
· 10 years ago
5f2c417
switch ->put_link() from dentry to inode
by Al Viro
· 10 years ago
6e77137
don't pass nameidata to ->follow_link()
by Al Viro
· 10 years ago
680baac
new ->follow_link() and ->put_link() calling conventions
by Al Viro
· 10 years ago
c0d2143
docs: add VmPMD description in proc
by Chen Hanxiao
· 10 years ago
9eb0599
Docs: proc: fix kernel version
by Chen Hanxiao
· 10 years ago
72faeda
Documentation: remove overloads-avoided counter from knfsd-stats.txt
by Scott Mayhew
· 10 years ago
1aef882
Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 10 years ago
7c034df
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 10 years ago
06a60de
Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 10 years ago
d6a24d0
Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 10 years ago
54e514b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
6c8c903
proc: show locks in /proc/pid/fdinfo/X
by Andrey Vagin
· 10 years ago
15eb42d
docs: add missing and new /proc/PID/status file entries, fix typos
by Nathan Scott
· 10 years ago
4fc8adc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
eea3a00
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
dd90618
mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP
by Boaz Harrosh
· 10 years ago
b962dc0
rdma: replace deprecated ifconfig in doc
by Stephen Hemminger
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
8436318
->aio_read and ->aio_write removed
by Al Viro
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
7534279
f2fs: enable inline data by default
by Wanpeng Li
· 10 years ago
c8a329c
doc: Add guest_nice column to example output of `cat /proc/stat'
by Tobias Klauser
· 10 years ago
03cdd0e
FS-Cache: Count the number of initialised operations
by David Howells
· 10 years ago
8967215
f2fs: add a mount option for rb-tree extent cache
by Chao Yu
· 10 years ago
01945fa
ocfs2: update web page + git tree in documentation
by Mark Fasheh
· 10 years ago
182d919
FS-Cache: Count culled objects and objects rejected due to lack of space
by David Howells
· 10 years ago
444a702
xfs: remove deprecated mount options
by Eric Sandeen
· 10 years ago
dca1117
Documentation/filesystems/Locking: ->get_sb() is long gone
by Al Viro
· 10 years ago
ce7b9fa
Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-next
by Al Viro
· 10 years ago
d92576f
dax: does not work correctly with virtual aliasing caches
by Matthew Wilcox
· 10 years ago
923ae0f
ext4: add DAX functionality
by Ross Zwisler
· 10 years ago
25726bc
dax: add dax_zero_page_range
by Matthew Wilcox
· 10 years ago
9c3ce9e
ext2: get rid of most mentions of XIP in ext2
by Matthew Wilcox
· 10 years ago
e748dcd
vfs: remove get_xip_mem
by Matthew Wilcox
· 10 years ago
95ec8da
dax: replace XIP documentation with DAX documentation
by Matthew Wilcox
· 10 years ago
c7d7b98
Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 10 years ago
8180995
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
198d159
fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps
by Rafael Aquini
· 10 years ago
0c36971
Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explanation snippet
by Rafael Aquini
· 10 years ago
695f055
fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS)
by Petr Cermak
· 10 years ago
3e12cef
Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
6184514
Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
59d5373
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
6f83e5b
Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
740a5dd
Documentation/filesystems/proc.txt: describe /proc/<pid>/map_files
by Cyrill Gorcunov
· 10 years ago
bba681c
f2fs: introduce a batched trim
by Jaegeuk Kim
· 10 years ago
2d834bf
f2fs: support norecovery mount option
by Jaegeuk Kim
· 10 years ago
73b4f63
Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 10 years ago
992de5a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
913e027
fsioctl.c: make generic_block_fiemap() signal-tolerant
by Dmitry Monakhov
· 10 years ago
1dfeb76
ocfs2: add a mount option journal_async_commit on ocfs2 filesystem
by alex chen
· 10 years ago
a5b2f95
inotify: update documentation to reflect code changes
by Zhang Zhen
· 10 years ago
bad9626
Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next
by Dave Chinner
· 10 years ago
de8bd0e
xfs: fix panic_mask documentation
by Eric Sandeen
· 10 years ago
8650b8a
nfsd: pNFS block layout driver
by Christoph Hellwig
· 10 years ago
8f9cdcb
pnfs: Update documentation on the Layout Drivers
by Tom Haynes
· 10 years ago
18d1aef
nfsd: update documentation for pNFS support
by Christoph Hellwig
· 10 years ago
ae96b34
Fixes column alignment in table of contents entry 1.9 in Documentation/filesystems/proc.txt
by Trace Pillars
· 10 years ago
dd22f55
block: Change direct_access calling convention
by Matthew Wilcox
· 10 years ago
64af7a6
xfs: remove deprecated sysctls
by Dave Chinner
· 10 years ago
6d900f5a
ovl: document lower layer ordering
by Miklos Szeredi
· 10 years ago
3809453
Documentation: update seq_file
by Dmitry V. Levin
· 12 years ago
7a02d08
Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next
by Linus Torvalds
· 10 years ago
2b7a8f36
ovl: add testsuite to docs
by Miklos Szeredi
· 10 years ago
a78d9f0
ovl: support multiple lower layers
by Miklos Szeredi
· 10 years ago
823e334
Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 10 years ago
cbfe0de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
4b0a268
Merge tag 'for-f2fs-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 10 years ago
ba00410
Merge branch 'iov_iter' into for-next
by Al Viro
· 10 years ago
6242164
Squashfs: Add LZ4 compression configuration option
by Phillip Lougher
· 10 years ago
690b054
Documentation: fix formatting to make 's' happy
by Maisa Roponen
· 10 years ago
ef94b18
ovl: rename filesystem type to "overlay"
by Miklos Szeredi
· 10 years ago
8ce74dd
Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next
by Al Viro
· 10 years ago
78d28e6
kill f_dentry macro
by Al Viro
· 10 years ago
41d28bc
switch d_materialise_unique() users to d_splice_alias()
by Al Viro
· 10 years ago
9761536
debugfs: Have debugfs_print_regs32() return void
by Joe Perches
· 10 years ago
a3816ab
fs: Convert show_fdinfo functions to void
by Joe Perches
· 10 years ago
d5053a34
f2fs: introduce -o fastboot for reducing booting time only
by Jaegeuk Kim
· 10 years ago
d37a868
f2fs: update f2fs documentation for inline dir support
by Chao Yu
· 10 years ago
1f33c41
seq_file: Rename seq_overflow() to seq_has_overflowed() and make public
by Joe Perches
· 10 years ago
7c37fbd
overlay: overlay filesystem documentation
by Neil Brown
· 10 years ago
4aa7c63
vfs: add i_op->dentry_open()
by Miklos Szeredi
· 10 years ago
2b522cc
NTFS: Remove changelog from Documentation/filesystems/ntfs.txt.
by Anton Altaparmakov
· 10 years ago
87d672c
autofs: the documentation I wanted to read
by NeilBrown
· 10 years ago
77c688a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
ef4a48c
Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 10 years ago
Next »