summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2014-08-16Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-08-16Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana
2014-08-15Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai
2014-08-15Btrfs: fix compressed write corruption on enospcLiu Bo
2014-08-15btrfs: correctly handle return from ulist_addMark Fasheh
2014-08-15btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh
2014-08-15Btrfs: read lock extent buffer while walking backrefsFilipe Manana
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik
2014-08-15btrfs: adjust statfs calculations according to raid profilesDavid Sterba
2014-08-14locks: move locks_free_lock calls in do_fcntl_add_lease outside spinlockJeff Layton
2014-08-14locks: defer freeing locks in locks_delete_lock until after i_lock has been d...Jeff Layton
2014-08-14locks: don't reuse file_lock in __posix_lock_fileJeff Layton
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-08-13Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-08-13Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-08-11locks: don't call locks_release_private from locks_copy_lockJeff Layton
2014-08-11locks: show delegations as "DELEG" in /proc/locksJeff Layton
2014-08-11fix copy_tree() regressionAl Viro
2014-08-10Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...Linus Torvalds
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-08-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-08-08Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds
2014-08-08shm: add sealing APIDavid Herrmann
2014-08-08mm: allow drivers to prevent new writable mappingsDavid Herrmann
2014-08-08fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu
2014-08-08fs/qnx6: update debugging to current functionsFabian Frederick
2014-08-08fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick
2014-08-08fs/qnx6: convert printk to pr_foo()Fabian Frederick
2014-08-08fs/romfs/super.c: add blank line after declarationsFabian Frederick
2014-08-08fs/romfs/super.c: use pr_fmt in loggingFabian Frederick
2014-08-08fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick
2014-08-08fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick
2014-08-08fs/cramfs: code clean-upFabian Frederick
2014-08-08fs/cramfs: use pr_fmtFabian Frederick
2014-08-08fs/cramfs: convert printk to pr_foo()Fabian Frederick
2014-08-08fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-08-08fs/bfs: use bfs prefix for dump_imapFabian Frederick
2014-08-08adfs: add __printf verification, fix format/argument mismatchesJoe Perches
2014-08-08fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-08fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick