summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández2017-10-121-0/+3
* btrfs: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-9/+9
* btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-03-161-2/+4
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-03-161-2/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-11-201-4/+2
* Btrfs: skip adding an acl attribute if we don't have toLiu Bo2016-11-201-0/+2
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-201-1/+1
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-11-201-0/+12
* btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-08-224-2/+24
* btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-273-3/+16
* Btrfs: fix race when listing an inode's xattrsFilipe Manana2015-11-271-1/+3
* Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana2015-11-271-2/+8
* Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana2015-11-271-4/+11
* Btrfs: fix truncation of compressed and inlined extentsFilipe Manana2015-11-271-16/+60
* Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason2015-11-275-16/+38
* Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-11-271-33/+155
* Btrfs: added helper btrfs_next_item()Jan Schmidt2015-11-271-0/+7
* btrfs: skip waiting on ordered range for special filesJeff Mahoney2015-10-131-1/+2
* Btrfs: fix read corruption of compressed and shared extentsFilipe Manana2015-10-131-7/+60
* Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-08-121-0/+14
* Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana2015-08-121-4/+11
* Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-08-121-1/+1
* Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-08-071-0/+5
* btrfs: don't accept bare namespace as a valid xattrDavid Sterba2015-08-071-13/+37
* Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana2015-08-071-3/+2
* Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2015-02-202-10/+6
* Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana2014-09-131-1/+1
* Btrfs: fix double free in find_lock_delalloc_rangeChris Mason2014-07-111-0/+1
* Btrfs: fix inode caching vs tree logMiao Xie2014-05-181-16/+2
* Btrfs: Don't allocate inode that is already in useStefan Behrens2014-05-181-1/+1
* Btrfs: fix deadlock with nested trans handlesJosef Bacik2014-04-301-10/+4
* Btrfs: skip submitting barrier for missing deviceHidetoshi Seto2014-04-301-0/+4
* Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason2014-04-021-9/+9
* btrfs: restrict snapshotting to own subvolumesDavid Sterba2014-04-021-5/+10
* Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong2014-04-021-1/+1
* Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik2013-08-021-0/+11
* Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik2013-08-021-0/+2
* btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis2013-05-301-5/+5
* Btrfs: fix race between mmap writes and compressionChris Mason2013-04-253-0/+49
* Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-251-6/+42
* Btrfs: limit the global reserve to 512mbJosef Bacik2013-04-101-1/+1
* btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen2013-03-201-0/+6
* btrfs: Init io_lock after cloning btrfs device structThomas Gleixner2013-03-201-0/+1
* Btrfs: call the ordered free operation without any locks heldChris Mason2012-08-021-1/+8
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-021-2/+3
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-021-2/+2
* Btrfs: run delayed directory updates during log replayChris Mason2012-07-121-0/+6
* btrfs: btrfs_root_readonly() broken on big-endianAl Viro2012-05-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-232-5/+7
|\
| * Btrfs: call d_instantiate after all ops are setupAl Viro2011-12-231-4/+5