aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/porting.rst
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2024-05-02make set_blocksize() fail unless block device is opened exclusiveAl Viro1-0/+7
2024-05-02Docs: typos/spellingRemington Brasga1-2/+2
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+34
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+27
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+9
2023-11-25rename(): fix the locking of subdirectoriesAl Viro1-0/+18
2023-11-25__dentry_kill(): new locking schemeAl Viro1-0/+17
2023-11-25Call retain_dentry() with refcount 0Al Viro1-0/+8
2023-11-25dentry: switch the lists of children to hlistAl Viro1-0/+9
2023-11-18porting: document block device freeze and thaw changesChristian Brauner1-0/+12
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+9
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+9
2023-10-28porting: update locking requirementsChristian Brauner1-0/+7
2023-09-20porting: document superblock as block device holderChristian Brauner1-0/+70
2023-09-20porting: document new block device opening orderChristian Brauner1-0/+26
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+11
2023-08-24mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)1-0/+11
2023-08-18Documentation: Fix typosBjorn Helgaas1-3/+3
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds1-15/+10
2022-10-20fs: rename current get acl methodChristian Brauner1-2/+2
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+10
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-0/+10
2022-08-17Change calling conventions for filldir_tAl Viro1-0/+11
2022-07-16fs: remove no_llseekJason A. Donenfeld1-0/+8
2022-05-08namei: Merge page_symlink() and __page_symlink()Matthew Wilcox (Oracle)1-1/+1
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song1-0/+6
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-0/+9
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro1-0/+9
2021-04-07switch file_open_root() to struct pathAl Viro1-0/+9
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+7
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2021-01-25bio: don't copy bvec for direct IOPavel Begunkov1-0/+9
2021-01-25bvec/iter: disallow zero-length segment bvecsPavel Begunkov1-0/+7
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+2
2021-01-04vfs: don't unnecessarily clone write access for writable fdsEric Biggers1-0/+7
2020-06-04ovl: make private mounts longtermMiklos Szeredi1-0/+7
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro1-0/+8
2019-07-31docs: fs: porting.rst: fix a broken reference to another docMauro Carvalho Chehab1-1/+1
2019-07-31docs: fs: convert porting to ReSTMauro Carvalho Chehab1-0/+852