summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-3162-425/+909
|\
| * Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-12-269-57/+93
| |\
| | * ext4: add explicit casts when masking cluster sizesTheodore Ts'o2013-12-203-17/+25
| | * ext4: fix deadlock when writing in ENOSPC conditionsJan Kara2013-12-181-12/+0
| | * jbd2: rename obsoleted msg JBD->JBD2Dmitry Monakhov2013-12-083-9/+9
| | * jbd2: revise KERN_EMERG error messagesJan Kara2013-12-082-10/+8
| | * jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o2013-12-081-2/+4
| | * ext4: Do not reserve clusters when fs doesn't support extentsJan Kara2013-12-081-4/+13
| | * ext4: fix del_timer() misuse for ->s_err_reportAl Viro2013-12-081-2/+2
| | * ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan2013-12-031-1/+18
| | * ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu2013-12-031-3/+8
| | * ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o2013-12-021-0/+9
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-12-231-0/+1
| |\ \
| | * | ext2: Fix oops in ext2_get_block() called from ext2_quota_write()Jan Kara2013-12-041-0/+1
| * | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-12-221-9/+46
| |\ \ \
| | * | | aio/migratepages: make aio migrate pages saneBenjamin LaHaise2013-12-211-8/+44
| | * | | aio: fix kioctx leak introduced by "aio: Fix a trinity splat"Benjamin LaHaise2013-12-211-1/+2
| * | | | aio: clean up and fix aio_setup_ring page mappingLinus Torvalds2013-12-221-35/+23
| |/ / /
| * | | Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-12-2010-83/+167
| |\ \ \
| | * | | xfs: abort metadata writeback on permanent errorsDave Chinner2013-12-173-5/+32
| | * | | xfs: swalloc doesn't align allocations properlyDave Chinner2013-12-171-6/+17
| | * | | xfs: remove xfsbdstrat errorChristoph Hellwig2013-12-175-29/+43
| | * | | xfs: align initial file allocations correctlyDave Chinner2013-12-171-2/+7
| | * | | xfs: fix infinite loop by detaching the group/project hints from user dquotJie Liu2013-12-171-21/+50
| | * | | xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu2013-12-171-1/+2
| | * | | xfs: fix false assertion at xfs_qm_vop_create_dqattachJie Liu2013-12-171-6/+3
| | * | | xfs: fix memory leak in xfs_dir2_node_removenameMark Tinguely2013-12-171-13/+13
| * | | | pstore: Don't allow high traffic options on fragile devicesLuck, Tony2013-12-201-2/+5
| * | | | Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-12-181-5/+3
| |\ \ \ \
| | * | | | sysfs: give different locking key to regular and bin filesTejun Heo2013-12-071-5/+3
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-12-172-80/+64
| |\ \ \ \ \
| | * | | | | ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang2013-12-131-2/+6
| | * | | | | ceph: initialize inode before instantiating dentryYan, Zheng2013-12-131-78/+58
| | |/ / / /
| * | | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-12-121-5/+9
| |\ \ \ \ \
| | * | | | | procfs: also fix proc_reg_get_unmapped_area() for !MMU caseJan Beulich2013-12-121-5/+9
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-12-125-42/+73
| |\ \ \ \ \ \
| | * | | | | | Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter2013-12-121-2/+2
| | * | | | | | Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong2013-12-121-0/+7
| | * | | | | | Btrfs: skip building backref tree for uuid and quota tree when doing balance ...Wang Shilong2013-12-121-1/+3
| | * | | | | | Btrfs: fix an oops when doing balance relocationWang Shilong2013-12-121-23/+47
| | * | | | | | Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana2013-12-121-12/+10
| | * | | | | | btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba2013-12-121-1/+2
| | * | | | | | Btrfs: don't clear the default compression typeMiao Xie2013-12-121-3/+2
| * | | | | | | Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-12-121-1/+8
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton2013-12-101-1/+8
| | | |/ / / / | | |/| | | |
| * | | | | | dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon2013-12-122-7/+2
| * | | | | | Merge tag 'xfs-for-linus-v3.13-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-12-124-5/+12
| |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | xfs: growfs overruns AGFL buffer on V4 filesystemsDave Chinner2013-12-101-1/+5
| | * | | | xfs: don't perform discard if the given range length is less than block sizeJie Liu2013-12-101-2/+3
| | * | | | xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2013-12-102-2/+4
| | | |_|/ | | |/| |