Age | Commit message (Expand) | Author | Files | Lines |
2018-08-30 | vfs: add the fadvise() file operation | Amir Goldstein | 1 | -0/+3 |
2018-08-30 | Documentation/filesystems: update documentation of file_operations | Amir Goldstein | 1 | -2/+16 |
2018-08-25 | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+1 |
2018-08-22 | Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -0/+18 |
2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+3 |
2018-08-22 | /proc/meminfo: add percpu populated pages count | Dennis Zhou (Facebook) | 1 | -0/+3 |
2018-08-22 | initramfs: move gen_initramfs_list.sh from scripts/ to usr/ | Masahiro Yamada | 1 | -1/+1 |
2018-08-22 | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -36/+64 |
2018-08-18 | fs/seq_file.c: simplify seq_file iteration code and interface | NeilBrown | 1 | -21/+42 |
2018-08-15 | Merge tag 'docs-4.19' of git://git.lwn.net/linux | Linus Torvalds | 3 | -5/+8 |
2018-08-14 | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+2 |
2018-08-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 25 | -78/+3828 |
2018-08-14 | Merge tag '4.19-smb3' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2 | -1080/+14 |
2018-08-14 | Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+33 |
2018-08-14 | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -9/+31 |
2018-08-13 | f2fs: support fault_type mount option | Chao Yu | 1 | -0/+18 |
2018-08-07 | smb3: update readme to correct information about /proc/fs/cifs/Stats | Steve French | 1 | -12/+10 |
2018-08-07 | documentation update - remove old out of date feature info | Steve French | 1 | -1068/+4 |
2018-07-29 | docs: fix up the obviously obsolete bits in the new ext4 documentation | Theodore Ts'o | 1 | -39/+8 |
2018-07-29 | docs: add new ext4 superblock time extension fields | Darrick J. Wong | 1 | -2/+30 |
2018-07-29 | docs: create filesystem internal section | Darrick J. Wong | 2 | -11/+3 |
2018-07-29 | ext4: import extended attributes chapter from wiki page | Darrick J. Wong | 2 | -0/+192 |
2018-07-29 | ext4: import directory layout chapter from wiki page | Darrick J. Wong | 2 | -0/+427 |
2018-07-29 | ext4: import inode data fork chapter from wiki page | Darrick J. Wong | 3 | -0/+244 |
2018-07-29 | ext4: import inodes chapter from wiki page | Darrick J. Wong | 3 | -0/+585 |
2018-07-29 | ext4: import journal chapter from wiki page | Darrick J. Wong | 2 | -0/+612 |
2018-07-29 | ext4: import multi-mount protection chapter from wiki page | Darrick J. Wong | 2 | -0/+78 |
2018-07-29 | ext4: import bitmaps chapter from wiki page | Darrick J. Wong | 2 | -0/+29 |
2018-07-29 | ext4: import group descriptors chapter from wiki page | Darrick J. Wong | 2 | -0/+171 |
2018-07-29 | ext4: import superblocks chapter from wiki page | Darrick J. Wong | 3 | -0/+783 |
2018-07-29 | ext4: import high level design chapter from wiki page | Darrick J. Wong | 10 | -0/+548 |
2018-07-29 | ext4: import on-disk layout book from wiki page | Darrick J. Wong | 3 | -0/+51 |
2018-07-29 | ext4: convert ext4.rst to restructuredtext format | Darrick J. Wong | 3 | -48/+89 |
2018-07-29 | ext4: move ext4.txt into its own directory | Darrick J. Wong | 1 | -0/+0 |
2018-07-26 | xfs: remove deprecated barrier/nobarrier mount | Eric Sandeen | 1 | -2/+2 |
2018-07-23 | mm: Introduce new type vm_fault_t | Souptick Joarder | 1 | -3/+3 |
2018-07-23 | Documentation: proc.txt: Adding 'HardwareCorrupted' field and description. | Prashant Dhamdhere | 1 | -0/+3 |
2018-07-20 | ovl: Provide a mount option metacopy=on/off for metadata copyup | Vivek Goyal | 1 | -1/+29 |
2018-07-20 | ovl: fix documentation of non-standard behavior | Miklos Szeredi | 1 | -21/+30 |
2018-07-18 | vfs: remove open_flags from d_real() | Miklos Szeredi | 2 | -14/+5 |
2018-07-18 | Revert "vfs: add flags to d_real()" | Miklos Szeredi | 2 | -2/+2 |
2018-07-12 | document alloc_file() changes | Al Viro | 1 | -0/+12 |
2018-07-12 | document ->atomic_open() changes | Al Viro | 3 | -9/+19 |
2018-07-11 | Documentation : Update relay function types | Yohan Pipereau | 1 | -2/+2 |
2018-07-03 | fs: Add more kernel-doc to the produced documentation | Matthew Wilcox | 1 | -0/+33 |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 2 | -19/+1 |
2018-06-15 | cifs: minor documentation updates | Steve French | 3 | -11/+16 |
2018-06-15 | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -5/+3 |
2018-06-11 | Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -7/+9 |
2018-06-09 | Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -14/+0 |