summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix wrong file extent lengthMiao Xie2012-12-123-9/+23
* Btrfs: fix missing flush when committing a transactionMiao Xie2012-12-121-35/+47
* Btrfs: fix joining the same transaction handler more than 2 timesMiao Xie2012-12-122-30/+48
* Btrfs: cleanup for btrfs_wait_order_rangeLiu Bo2012-12-121-3/+0
* Btrfs: get right arguments for btrfs_wait_ordered_rangeLiu Bo2012-12-121-1/+1
* Btrfs: do not log extents when we only log new namesLiu Bo2012-12-121-1/+2
* Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens2012-12-122-0/+16
* Btrfs: Fix typo in fs/btrfsMasanari Iida2012-12-122-2/+2
* Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev()jeff.liu2012-12-122-4/+1
* Btrfs: make ordered extent be flushed by multi-taskMiao Xie2012-12-112-9/+37
* Btrfs: make ordered operations be handled by multi-taskMiao Xie2012-12-113-21/+45
* Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie2012-12-115-8/+103
* Btrfs: fill the global reserve when unpinning spaceJosef Bacik2012-12-111-5/+24
* Btrfs: cleanup unused argumentsLiu Bo2012-12-111-7/+6
* Btrfs: kill unnecessary arguments in del_ptrLiu Bo2012-12-111-9/+7
* Btrfs: reorder tree mod log operations in deleting a pointerLiu Bo2012-12-111-4/+6
* Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritemsLiu Bo2012-12-111-2/+2
* Btrfs: fix unnecessary while loop when search the free space, cacheMiao Xie2012-12-111-20/+10
* Btrfs: recheck bio against block device when we map the bioJosef Bacik2012-12-111-28/+131
* Btrfs: improve the noflush reservationMiao Xie2012-12-118-86/+97
* Btrfs: fix wrong comment in can_overcommit()Miao Xie2012-12-111-3/+3
* Btrfs: cleanup duplicated division functionsMiao Xie2012-12-113-40/+46
* vfs: fix O_DIRECT read past end of block deviceLinus Torvalds2012-12-081-1/+17
* vfs: clear to the end of the buffer on partial buffer readsDan Carpenter2012-12-051-1/+1
* vfs: avoid "attempt to access beyond end of device" warningsLinus Torvalds2012-12-041-0/+52
* Merge branch 'block-dev'Linus Torvalds2012-12-033-190/+71
|\
| * blkdev_max_block: make private to fs/buffer.cLinus Torvalds2012-11-292-55/+14
| * direct-io: don't read inode->i_blkbits multiple timesLinus Torvalds2012-11-291-3/+5
| * blockdev: remove bd_block_size_semaphore againLinus Torvalds2012-11-291-101/+4
| * fs/buffer.c: make block-size be per-page and protected by the page lockLinus Torvalds2012-11-291-31/+48
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-014-10/+21
|\ \
| * | fix off-by-one in argument passed by iterate_fd() to callbacksAl Viro2012-11-291-6/+8
| * | lookup_one_len: don't accept . and ..Al Viro2012-11-291-0/+5
| * | cifs: get rid of blind d_drop() in readdirAl Viro2012-11-291-1/+4
| * | nfs_lookup_revalidate(): fix a leakAl Viro2012-11-291-2/+2
| * | don't do blind d_drop() in nfs_prime_dcache()Al Viro2012-11-291-1/+2
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-11-302-5/+4
|\ \ \ | |/ / |/| |
| * | CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky2012-11-281-2/+1
| * | cifs: fix writeback race with file that is growingJeff Layton2012-11-271-3/+3
* | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-264-4/+20
|\ \ \
| * | | writeback: put unused inodes to LRU after writeback completionJan Kara2012-11-263-2/+17
| * | | proc: check vma->vm_file before dereferencingStanislav Kinsbursky2012-11-261-2/+3
| | |/ | |/|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-11-261-0/+2
|\ \ \ | |/ / |/| |
| * | jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara2012-11-231-0/+2
* | | Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-11-231-18/+21
|\ \ \ | |_|/ |/| |
| * | jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker2012-11-091-18/+21
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-11-204-19/+60
|\ \ \ | | |/ | |/|
| * | ext3: Avoid underflow of in ext3_trim_fs()Lukas Czerner2012-11-191-2/+3
| * | reiserfs: Move quota calls out of write lockJan Kara2012-11-193-7/+25
| * | reiserfs: Protect reiserfs_quota_write() with write lockJan Kara2012-11-191-0/+4