summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: change how we queue blocks for backref checkingJosef Bacik2013-09-011-7/+7
* Btrfs: check to see if we have an inline item properlyJosef Bacik2013-09-011-0/+5
* Btrfs: fix what bits we clear when erroring out from delallocJosef Bacik2013-09-011-21/+28
* Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik2013-09-013-130/+85Star
* btrfs: use BTRFS_SUPER_INFO_SIZE macro at btrfs_read_dev_super()Anand Jain2013-09-011-2/+4
* Btrfs: cache the extent map struct when reading several pagesMiao Xie2013-09-011-11/+46
* Btrfs: batch the extent state operation when reading pagesMiao Xie2013-09-011-28/+107
* Btrfs: batch the extent state operation in the end io handle of the read pageMiao Xie2013-09-011-31/+42
* Btrfs: don't cache the csum value into the extent state treeMiao Xie2013-09-018-164/+174
* Btrfs: add branch prediction hints in the read page end IO functionMiao Xie2013-09-011-5/+9
* Btrfs: remove unnecessary argument of bio_readpage_error()Miao Xie2013-09-011-15/+11Star
* Btrfs: add missing mounting options in btrfs_show_options()Wang Shilong2013-09-011-0/+14
* Btrfs: use u64 for subvolid when parsing mount optionsWang Shilong2013-09-011-9/+7Star
* Btrfs: add sanity checks regarding to parsing mount optionsWang Shilong2013-09-011-10/+37
* Btrfs, raid56: fix memory leak when allocating pages for p/q stripes failedMiao Xie2013-09-011-1/+3
* btrfs/raid56: fix and cleanup some error pathsDan Carpenter2013-09-011-6/+4Star
* Btrfs: don't bother autodefragging if our root is going awayJosef Bacik2013-09-011-0/+5
* Btrfs: cleanup reloc roots properly on errorJosef Bacik2013-09-012-2/+7
* Btrfs: reset ret in record_one_backrefJosef Bacik2013-09-011-2/+1Star
* btrfs: fix get set label blocking against balanceAnand Jain2013-09-011-6/+10
* Btrfs: Print key type in decimal everywhereStefan Behrens2013-09-011-2/+2
* Btrfs/tracepoint: update delayed ref tracepointsLiu Bo2013-09-012-3/+9
* btrfs_read_block_groups: Use enums to indexchandan2013-09-011-2/+6
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-019-113/+150
* Btrfs: set qgroup_ulist to be null after calling ulist_free()Wang Shilong2013-09-011-0/+6
* Btrfs: add missing error checks to add_data_referencesFilipe David Borba Manana2013-09-011-1/+6
* btrfs: make errors in btrfs_num_copies less noisyDavid Sterba2013-09-011-2/+2
* Btrfs: make free space caching faster with many non-inline extent referencesLiu Bo2013-09-011-0/+11
* btrfs: fall back to global reservation when removing subvolumesJeff Mahoney2013-09-013-5/+12
* Btrfs: optimize btrfs_lookup_extent_info()Filipe David Borba Manana2013-09-011-4/+17
* Btrfs: Release uuid_mutex for shrink during device deleteCarey Underwood2013-09-011-0/+2
* Btrfs: set lockdep class before locking new extent bufferJosef Bacik2013-09-011-0/+2
* Btrfs: return -1 when lzo compression makes data biggerStefan Agner2013-09-011-1/+3
* Btrfs: stop using GFP_ATOMIC for the tree mod log allocationsJosef Bacik2013-09-011-105/+56Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-08-256-12/+15
|\
| * VFS: collect_mounts() should return an ERR_PTRDan Carpenter2013-08-241-1/+1
| * bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter2013-08-241-1/+1
| * efs: iget_locked() doesn't return an ERR_PTR()Dan Carpenter2013-08-241-1/+1
| * proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov2013-08-241-2/+0Star
| * cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-08-242-7/+12
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-08-241-5/+15
|\ \
| * | [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-08-211-5/+15
* | | nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko2013-08-231-1/+1
* | | nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko2013-08-231-2/+1Star
* | | proc: more readdir conversion bug-fixesLinus Torvalds2013-08-201-1/+1
* | | proc: return on proc_readdir errorRichard Genoud2013-08-191-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2013-08-194-11/+23
|\ \ \ | |_|/ |/| |
| * | GFS2: Check for glock already held in gfs2_getxattrSteven Whitehouse2013-08-191-0/+4
| * | GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter2013-08-191-4/+4
| * | GFS2: don't overrun reserved revokesBenjamin Marzinski2013-08-191-5/+13