aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo5-29/+54
2015-06-03Btrfs: add missing free_extent_bufferLiu Bo1-0/+1
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo3-16/+0
2015-06-03Btrfs: fix -ENOSPC on block group removalFilipe Manana3-8/+30
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana4-2/+50
2015-06-03Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik1-0/+2
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval2-0/+5
2015-06-03Btrfs: unify subvol= and subvolid= mountingOmar Sandoval1-67/+171
2015-06-03Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval1-8/+25
2015-06-03Btrfs: clean up error handling in mount_subvol()Omar Sandoval1-28/+33
2015-06-03Btrfs: remove all subvol options before mounting top-levelOmar Sandoval1-36/+20
2015-06-03Btrfs: lock superblock before remounting for rw subvolOmar Sandoval1-0/+2
2015-06-03Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana1-1/+6
2015-06-03Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana1-3/+19
2015-06-02btrfs: use after free when closing devicesSasha Levin1-2/+2
2015-06-02btrfs: make root id query unprivilegedDavid Sterba1-4/+16
2015-06-02Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana1-2/+23
2015-06-02Btrfs: check error before reporting missing device and add uuidAnand Jain1-1/+2
2015-06-02btrfs: Fix superblock csum type check.Qu Wenruo1-1/+1
2015-06-02Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana1-1/+17
2015-06-02btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer1-4/+4
2015-06-02Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana1-8/+6
2015-06-02Btrfs: log when missing device is createdAnand Jain1-0/+2
2015-06-02btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2-4/+4
2015-06-02btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba2-0/+7
2015-06-02btrfs: report exact callsite where transaction abort occursDavid Sterba2-11/+9
2015-06-02btrfs: let tree defrag work in SSD modeDavid Sterba1-3/+0
2015-06-02Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana1-9/+40
2015-06-02Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval1-3/+1
2015-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-79/+112
2015-05-28d_walk() might skip too muchAl Viro1-4/+4
2015-05-28omfs: fix potential integer overflow in allocatorBob Copeland1-1/+1
2015-05-28omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-05-28omfs: set error return when d_make_root() failsBob Copeland1-1/+3
2015-05-28fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-05-28fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster1-2/+8
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner1-12/+19
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner1-14/+20
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang1-3/+6
2015-05-27Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-74/+194
2015-05-27Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+36
2015-05-23Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+38
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter1-1/+2
2015-05-20Fix to convert SURROGATE PAIRNakajima Akira1-46/+136
2015-05-20cifs: potential missing check for posix_lock_file_waitChengyu Song1-2/+2
2015-05-20Fix to check Unique id and FileType when client refer file directly.Nakajima Akira1-0/+25