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
2022-06-05
Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-11
/
+0
2022-06-05
Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+1
2022-05-27
Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-0
/
+12
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+9
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-25
/
+7
2022-05-25
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-0
/
+5
2022-05-23
NFSD: Instantiate a struct file when creating a regular NFSv4 file
Chuck Lever
1
-0
/
+2
2022-05-20
move mount-related externs from fs.h to mount.h
Al Viro
1
-11
/
+0
2022-05-20
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
1
-0
/
+5
2022-05-19
fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict
Dai Ngo
1
-0
/
+3
2022-05-19
fs/lock: add helper locks_owner_has_blockers to check for blockers
Dai Ngo
1
-0
/
+7
2022-05-16
fs: add a lockdep check function for sb_start_write()
Naohiro Aota
1
-0
/
+5
2022-05-15
fs: remove fget_many and fput_many interface
Gou Hao
1
-3
/
+1
2022-05-11
fs,io_uring: add infrastructure for uring-cmd
Jens Axboe
1
-0
/
+2
2022-05-10
fs: Remove aops->freepage
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-05-10
fs: Add free_folio address space operation
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-05-10
fs: Remove last vestiges of releasepage
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-05-10
fs: Add aops->release_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-05-10
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
1
-0
/
+3
2022-05-10
mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
NeilBrown
1
-0
/
+1
2022-05-09
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-05-09
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-05-08
fs: Convert is_dirty_writeback() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-08
fs: Remove pagecache_write_begin() and pagecache_write_end()
Matthew Wilcox (Oracle)
1
-12
/
+0
2022-05-08
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-05-08
fs: Remove AOP_FLAG_NOFS
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-05-08
namei: Merge page_symlink() and __page_symlink()
Matthew Wilcox (Oracle)
1
-2
/
+0
2022-04-01
filemap: Remove AOP_FLAG_CONT_EXPAND
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-04-01
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-04-01
fs, net: Move read_descriptor_t to net.h
Matthew Wilcox (Oracle)
1
-19
/
+0
2022-04-01
fs: Remove read_actor_t
Matthew Wilcox (Oracle)
1
-3
/
+0
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
1
-6
/
+0
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-21
/
+0
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-8
/
+6
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-120
/
+0
2022-03-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+19
2022-03-23
fs: introduce alloc_inode_sb() to allocate filesystems specific inode
Muchun Song
1
-0
/
+11
2022-03-23
mount: warn only once about timestamp range expiration
Anthony Iliopoulos
1
-0
/
+1
2022-03-23
mm: document and polish read-ahead code
NeilBrown
1
-2
/
+7
2022-03-21
fs: Move many prototypes to pagemap.h
Matthew Wilcox (Oracle)
1
-116
/
+0
2022-03-21
mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-03-16
fs: Remove aops ->set_page_dirty
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-03-15
fs: Add aops->dirty_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-03-15
fs: Remove aops->launder_page
Matthew Wilcox (Oracle)
1
-4
/
+1
2022-03-15
fs: Add aops->launder_folio
Matthew Wilcox (Oracle)
1
-1
/
+4
2022-03-15
fs: Remove aops->invalidatepage
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-03-15
fs: Remove noop_invalidatepage()
Matthew Wilcox (Oracle)
1
-2
/
+0
2022-03-15
fs: Add invalidate_folio() aops method
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-03-14
fs: Convert is_partially_uptodate to folios
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-14
fs: export variant of generic_write_checks without iov_iter
Omar Sandoval
1
-0
/
+1
[next]