aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/export.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-26btrfs: avoid potential out-of-bounds in btrfs_encode_fh()Anderson Nascimento1-1/+7
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-1/+1
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana1-5/+10
2025-03-18btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_get_name()David Sterba1-7/+3
2025-03-18btrfs: use struct btrfs_inode inside btrfs_get_name()David Sterba1-8/+8
2025-03-18btrfs: use struct btrfs_inode inside btrfs_get_parent()David Sterba1-5/+5
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba1-1/+1
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana1-2/+2
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana1-1/+1
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana1-1/+1
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-4/+4
2024-03-04btrfs: add helper to get fs_info from struct inode pointerDavid Sterba1-1/+1
2024-03-04btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba1-1/+8
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: simplify generation check in btrfs_get_dentryDavid Sterba1-6/+17
2022-10-24btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba1-1/+1
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-1/+0
2020-05-25btrfs: simplify iget helpersDavid Sterba1-9/+2
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-5/+1
2020-03-23btrfs: kill the subvol_srcuJosef Bacik1-17/+4
2020-03-23btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza1-4/+4
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-1/+1
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-4/+0
2020-03-23btrfs: hold a root ref in btrfs_get_dentryJosef Bacik1-0/+5
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-2/+2
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-0/+1
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo1-5/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-21btrfs: Check name_len before reading btrfs_get_nameSu Yue1-0/+5
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-5/+5
2017-02-14btrfs: remove redundant inode null checkColin Ian King1-3/+0
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-4/+6
2015-10-06BTRFS: support NFSv2 exportNeilBrown1-5/+5
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-2/+2
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-06-14Btrfs: cleanup: don't check the same thing twiceStefan Behrens1-5/+0
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2012-05-29->encode_fh() API changeAl Viro1-11/+4
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-1/+1
2012-01-08btrfs: let ->s_fs_info point to fs_info, not root...Al Viro1-1/+1
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason1-11/+14
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-11/+14
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-2/+6
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+2
2011-01-28btrfs: fix several uncheck memory allocationsliubo1-0/+2