summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+11
* 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/+7
* 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/+4
* 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/+1
* 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/+56
* 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/+0
| * 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/+1
* | | proc: more readdir conversion bug-fixesLinus Torvalds2013-08-191-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
| * | GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-08-191-1/+1
| * | GFS2: Fix typo in gfs2_create_inode()Steven Whitehouse2013-08-191-1/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-08-174-21/+52
|\ \ \
| * | | jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara2013-08-163-17/+48
| * | | jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara2013-08-121-4/+4
* | | | Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-2/+2
* | | | fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng2013-08-131-4/+4
* | | | ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()Jeff Liu2013-08-131-3/+1
* | | | ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang2013-08-135-53/+16