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.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
/
include
/
linux
/
fs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-28
libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
Eric Biggers
1
-5
/
+0
2020-12-25
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+1
2020-12-16
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+2
2020-12-15
mm/gup: remove the vma allocation from gup_longterm_locked()
Jason Gunthorpe
1
-1
/
+1
2020-12-11
fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
Hao Li
1
-2
/
+1
2020-12-03
libfs: Add generic function for setting dentry_ops
Daniel Rosenberg
1
-0
/
+1
2020-12-02
block: remove i_bdev
Christoph Hellwig
1
-1
/
+0
2020-12-02
fs: remove get_super_thawed and get_super_exclusive_thawed
Christoph Hellwig
1
-3
/
+1
2020-11-14
Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-11
/
+27
2020-11-11
vfs: move __sb_{start,end}_write* to fs.h
Darrick J. Wong
1
-3
/
+18
2020-11-11
vfs: separate __sb_start_write into blocking and non-blocking helpers
Darrick J. Wong
1
-10
/
+11
2020-10-30
fs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-26
epoll: take epitem list out of struct file
Al Viro
1
-3
/
+2
2020-10-26
convert ->f_ep_links/->fllink to hlist
Al Viro
1
-1
/
+1
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-17
/
+5
2020-10-23
Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-6
/
+2
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+0
2020-10-17
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+16
2020-10-16
fs: do not update nr_thps for mappings which support THPs
Matthew Wilcox (Oracle)
1
-27
/
+0
2020-10-16
fs: add a filesystem flag for THPs
Matthew Wilcox (Oracle)
1
-0
/
+1
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-39
/
+0
2020-10-15
vfs: move the generic write and copy checks out of mm
Darrick J. Wong
1
-3
/
+0
2020-10-15
vfs: move the remap range helpers to remap_range.c
Darrick J. Wong
1
-3
/
+0
2020-10-15
vfs: move generic_remap_checks out of mm
Darrick J. Wong
1
-0
/
+2
2020-10-14
mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
Yafang Shao
1
-0
/
+4
2020-10-13
Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-27
/
+19
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-10-13
Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-2
/
+0
2020-10-13
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-13
/
+0
2020-10-07
fs: remove no longer used dio_end_io()
Goldwyn Rodrigues
1
-2
/
+0
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
1
-38
/
+0
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
Kees Cook
1
-2
/
+1
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
1
-1
/
+1
2020-10-03
iov_iter: refactor rw_copy_check_uvector and import_iovec
Christoph Hellwig
1
-13
/
+0
2020-10-01
fs: align IOCB_* flags with RWF_* flags
Jens Axboe
1
-18
/
+19
2020-10-01
io_uring: move io_uring_get_socket() into io_uring.h
Jens Axboe
1
-9
/
+0
2020-09-27
fs: move vfs_fstatat out of line
Christoph Hellwig
1
-7
/
+2
2020-09-27
fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat
Christoph Hellwig
1
-9
/
+7
2020-09-27
fs: remove vfs_statx_fd
Christoph Hellwig
1
-6
/
+1
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
1
-0
/
+1
2020-09-24
fs: remove the unused SB_I_MULTIROOT flag
Christoph Hellwig
1
-1
/
+0
2020-09-11
fs: Add standard casefolding support
Daniel Rosenberg
1
-0
/
+16
2020-09-09
fs: don't allow splice read/write without explicit ops
Christoph Hellwig
1
-2
/
+0
2020-08-28
Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+5
2020-08-16
Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-08-12
hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem
Mike Kravetz
1
-0
/
+10
2020-08-11
fs: RWF_NOWAIT should imply IOCB_NOIO
Jens Axboe
1
-1
/
+1
2020-08-11
Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
1
-1
/
+1
[next]