summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/porting.rst
AgeCommit message (Expand)Author
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-08-17Change calling conventions for filldir_tAl Viro
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro
2021-04-07switch file_open_root() to struct pathAl Viro
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov
2021-01-25bvec/iter: disallow zero-length segment bvecsPavel Begunkov
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-04vfs: don't unnecessarily clone write access for writable fdsEric Biggers
2020-06-04ovl: make private mounts longtermMiklos Szeredi
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2019-07-31docs: fs: porting.rst: fix a broken reference to another docMauro Carvalho Chehab
2019-07-31docs: fs: convert porting to ReSTMauro Carvalho Chehab