summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/export.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Check name_len before reading btrfs_get_nameSu Yue2017-06-211-0/+5
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-5/+5
* btrfs: remove redundant inode null checkColin Ian King2017-02-141-3/+0
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-4/+6
* BTRFS: support NFSv2 exportNeilBrown2015-10-061-5/+5
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-3/+3
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-2/+2
* btrfs: remove fs/btrfs/compat.hZach Brown2013-11-111-1/+0
* Btrfs: cleanup: don't check the same thing twiceStefan Behrens2013-06-141-5/+0
* fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-2/+2
* ->encode_fh() API changeAl Viro2012-05-291-11/+4
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-1/+1
* btrfs: let ->s_fs_info point to fs_info, not root...Al Viro2012-01-081-1/+1
* Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-211-11/+14
|\
| * Btrfs: Always use 64bit inode numberLi Zefan2011-04-251-11/+14
* | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-2/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-071-0/+2
|\
| * btrfs: fix several uncheck memory allocationsliubo2011-01-281-0/+2
* | switch btrfs, close racesAl Viro2011-01-121-10/+2
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* | Fix btrfs b0rkageAl Viro2010-12-201-1/+1
|/
* Btrfs: handle NFS lookups properlyJosef Bacik2010-11-211-0/+76
* Btrfs: change how we mount subvolumesJosef Bacik2010-03-151-2/+2
* Btrfs: add snapshot/subvolume destroy ioctlYan, Zheng2009-09-211-48/+85
* Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-101-2/+2
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-3/+5
* Remove Btrfs compat code for older kernelsChris Mason2008-09-251-6/+0
* Btrfs: cleanup d_obtain_alias useageChristoph Hellwig2008-09-251-15/+2
* Clean up btrfs_get_parent() a little more, fix a free-after-free bugDavid Woodhouse2008-09-251-13/+18
* Btrfs: Fix NFS exporting of subvol roots.David Woodhouse2008-09-251-1/+12
* Simplify btrfs_get_parent(), fix use-after-free bugDavid Woodhouse2008-09-251-15/+11
* NFS support for btrfs - v3Balaji Rao2008-09-251-0/+208