aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/export.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add helper to get fs_info from struct inode pointerGravatar David Sterba 1-1/+1
2024-03-04btrfs: export: handle invalid inode or root reference in btrfs_get_parent()Gravatar David Sterba 1-1/+8
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-1/+0
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: simplify generation check in btrfs_get_dentryGravatar David Sterba 1-6/+17
2022-10-24btrfs: fix type of parameter generation in btrfs_get_dentryGravatar David Sterba 1-1/+1
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-1/+0
2020-05-25btrfs: simplify iget helpersGravatar David Sterba 1-9/+2
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 1-5/+1
2020-03-23btrfs: kill the subvol_srcuGravatar Josef Bacik 1-17/+4
2020-03-23btrfs: export helpers for subvolume name/id resolutionGravatar Marcos Paulo de Souza 1-4/+4
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootGravatar Josef Bacik 1-4/+0
2020-03-23btrfs: hold a root ref in btrfs_get_dentryGravatar Josef Bacik 1-0/+5
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameGravatar Josef Bacik 1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetGravatar David Sterba 1-2/+2
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootGravatar Misono Tomohiro 1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-0/+1
2018-01-22btrfs: Cleanup existing name_len checksGravatar Qu Wenruo 1-5/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-21btrfs: Check name_len before reading btrfs_get_nameGravatar Su Yue 1-0/+5
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-5/+5
2017-02-14btrfs: remove redundant inode null checkGravatar Colin Ian King 1-3/+0
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-4/+6
2015-10-06BTRFS: support NFSv2 exportGravatar NeilBrown 1-5/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-3/+3
2014-09-17btrfs: kill the key type accessor helpersGravatar David Sterba 1-2/+2
2013-11-11btrfs: remove fs/btrfs/compat.hGravatar Zach Brown 1-1/+0
2013-06-14Btrfs: cleanup: don't check the same thing twiceGravatar Stefan Behrens 1-5/+0
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeGravatar Namjae Jeon 1-2/+2
2012-05-29->encode_fh() API changeGravatar Al Viro 1-11/+4
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-1/+1
2012-01-08btrfs: let ->s_fs_info point to fs_info, not root...Gravatar Al Viro 1-1/+1
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Gravatar Chris Mason 1-11/+14
2011-04-25Btrfs: Always use 64bit inode numberGravatar Li Zefan 1-11/+14
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-2/+6
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+2
2011-01-28btrfs: fix several uncheck memory allocationsGravatar liubo 1-0/+2
2011-01-12switch btrfs, close racesGravatar Al Viro 1-10/+2
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-2/+2
2010-12-20Fix btrfs b0rkageGravatar Al Viro 1-1/+1
2010-11-21Btrfs: handle NFS lookups properlyGravatar Josef Bacik 1-0/+76
2010-03-15Btrfs: change how we mount subvolumesGravatar Josef Bacik 1-2/+2
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlGravatar Yan, Zheng 1-48/+85
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Gravatar Yan Zheng 1-2/+2
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-3/+5
2008-09-25Remove Btrfs compat code for older kernelsGravatar Chris Mason 1-6/+0
2008-09-25Btrfs: cleanup d_obtain_alias useageGravatar Christoph Hellwig 1-15/+2
2008-09-25Clean up btrfs_get_parent() a little more, fix a free-after-free bugGravatar David Woodhouse 1-13/+18