summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo
2015-06-03Btrfs: fix -ENOSPC on block group removalFilipe Manana
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana
2015-06-03Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval
2015-06-03Btrfs: unify subvol= and subvolid= mountingOmar Sandoval
2015-06-03Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval
2015-06-03Btrfs: clean up error handling in mount_subvol()Omar Sandoval
2015-06-03Btrfs: remove all subvol options before mounting top-levelOmar Sandoval
2015-06-03Btrfs: lock superblock before remounting for rw subvolOmar Sandoval
2015-06-03Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana
2015-06-03Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana
2015-06-02btrfs: use after free when closing devicesSasha Levin
2015-06-02btrfs: make root id query unprivilegedDavid Sterba
2015-06-02Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana
2015-06-02Btrfs: check error before reporting missing device and add uuidAnand Jain
2015-06-02btrfs: Fix superblock csum type check.Qu Wenruo
2015-06-02Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana
2015-06-02btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer
2015-06-02Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana
2015-06-02Btrfs: log when missing device is createdAnand Jain
2015-06-02btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba
2015-06-02btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba
2015-06-02btrfs: report exact callsite where transaction abort occursDavid Sterba
2015-06-02btrfs: let tree defrag work in SSD modeDavid Sterba
2015-06-02Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana
2015-06-02Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval
2015-06-03Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana
2015-06-03Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana
2015-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-05-28d_walk() might skip too muchAl Viro
2015-05-28omfs: fix potential integer overflow in allocatorBob Copeland
2015-05-28omfs: fix sign confusion for bitmap loop counterBob Copeland
2015-05-28omfs: set error return when d_make_root() failsBob Copeland
2015-05-28fs, omfs: add NULL terminator in the end up the token listSasha Levin
2015-05-28fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang
2015-05-27Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-05-27Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-05-27Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issueAnand Jain
2015-05-27Btrfs: sysfs: add support to add parent for fsidAnand Jain
2015-05-27Btrfs: sysfs: separate kobject and attribute creationAnand Jain
2015-05-27Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain
2015-05-27Btrfs: sysfs: make btrfs_sysfs_add_device() non staticAnand Jain