Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-04 | include/linux/fs.h: fix comment about struct address_space | Mike Rapoport | 1 | -1/+1 |
2017-09-15 | vfs: constify path argument to kernel_read_file_from_path | Mimi Zohar | 1 | -1/+1 |
2017-09-15 | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
2017-09-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -10/+38 |
2017-09-15 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -6/+3 |
2017-09-13 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2017-09-09 | autofs: fix AT_NO_AUTOMOUNT not being honored | Ian Kent | 1 | -2/+1 |
2017-09-09 | lib/interval_tree: fast overlap detection | Davidlohr Bueso | 1 | -2/+2 |
2017-09-08 | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+4 |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
2017-09-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+0 |
2017-09-07 | include/linux/fs.h: remove unneeded forward definition of mm_struct | Jeff Layton | 1 | -2/+0 |
2017-09-07 | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -4/+16 |
2017-09-06 | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -1/+0 |
2017-09-06 | Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -0/+1 |
2017-09-05 | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+7 |
2017-09-05 | fs: unexport vfs_readv and vfs_writev | Christoph Hellwig | 1 | -2/+0 |
2017-09-05 | fs: unexport __vfs_read/__vfs_write | Christoph Hellwig | 1 | -1/+0 |
2017-09-05 | fs: make the buf argument to __kernel_write a void pointer | Christoph Hellwig | 1 | -1/+1 |
2017-09-05 | fs: fix kernel_write prototype | Christoph Hellwig | 1 | -1/+1 |
2017-09-05 | fs: fix kernel_read prototype | Christoph Hellwig | 1 | -1/+1 |
2017-09-05 | fs: support RWF_NOWAIT for buffered reads | Christoph Hellwig | 1 | -3/+3 |
2017-09-04 | vfs: add flags to d_real() | Miklos Szeredi | 1 | -1/+1 |
2017-09-01 | xfs: evict all inodes involved with log redo item | Darrick J. Wong | 1 | -0/+1 |
2017-09-01 | annotate RWF_... flags | Christoph Hellwig | 1 | -5/+7 |
2017-08-28 | Merge 4.13-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -2/+2 |
2017-08-27 | Clarify (and fix) MAX_LFS_FILESIZE macros | Linus Torvalds | 1 | -2/+2 |
2017-08-23 | block: cache the partition index in struct block_device | Christoph Hellwig | 1 | -0/+1 |
2017-08-17 | fs: Provide __inode_get_bytes() | Jan Kara | 1 | -0/+4 |
2017-08-01 | mm: remove optimizations based on i_size in mapping writeback waits | Jeff Layton | 1 | -1/+6 |
2017-08-01 | mm: add file_fdatawait_range and file_write_and_wait | Jeff Layton | 1 | -1/+10 |
2017-07-29 | Documentation: add some docs for errseq_t | Jeff Layton | 1 | -2/+0 |
2017-07-24 | Merge 4.13-rc2 into char-misc-next | Greg Kroah-Hartman | 1 | -8/+9 |
2017-07-19 | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -8/+9 |
2017-07-17 | block: order /proc/devices by major number | Logan Gunthorpe | 1 | -2/+2 |
2017-07-17 | char_dev: order /proc/devices by major number | Logan Gunthorpe | 1 | -1/+1 |
2017-07-17 | char_dev: extend dynamic allocation of majors into a higher range | Logan Gunthorpe | 1 | -0/+4 |
2017-07-17 | VFS: Differentiate mount flags (MS_*) from internal superblock flags | David Howells | 1 | -9/+36 |
2017-07-17 | vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flags | David Howells | 1 | -1/+2 |
2017-07-16 | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks | Benjamin Coddington | 1 | -1/+0 |
2017-07-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -10/+1 |
2017-07-12 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+4 |
2017-07-11 | VFS: Kill off s_options and helpers | David Howells | 1 | -9/+0 |
2017-07-11 | mm: always enable thp for dax mappings | Dan Williams | 1 | -0/+6 |
2017-07-08 | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+60 |
2017-07-08 | Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+0 |
2017-07-06 | fs: new infrastructure for writeback error handling and reporting | Jeff Layton | 1 | -1/+59 |
2017-07-06 | jbd2: don't clear and reset errors after waiting on writeback | Jeff Layton | 1 | -1/+1 |
2017-07-06 | VFS: Make get_filesystem() return the affected filesystem | David Howells | 1 | -1/+1 |