aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 47-186/+267
2012-05-26word-at-a-time: make the interfaces truly genericGravatar Linus Torvalds 1-10/+12
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 16-211/+313
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+128
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-0/+1
2012-05-24Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 79-2851/+2458
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hGravatar David S. Miller 1-0/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-0/+4
2012-05-24mm: add a low limit to alloc_large_system_hashGravatar Tim Bird 2-0/+4
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 35-180/+349
2012-05-23Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-3/+87
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+14
2012-05-22Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 15-297/+538
2012-05-22Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 26-642/+369
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-05-22Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-0/+935
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-9/+28
2012-05-22Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-1/+1
2012-05-22epoll: Fix user space breakage related to EPOLLWAKEUPGravatar Rafael J. Wysocki 1-1/+1
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-2/+10
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwGravatar Linus Torvalds 21-493/+466
2012-05-21Revert "vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu"Gravatar Linus Torvalds 1-0/+2
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 1-1/+1
2012-05-21vfs: be even more careful about dentry RCU name lookupsGravatar Linus Torvalds 1-2/+15
2012-05-21vfs: make AIO use the proper rw_verify_area() area helpersGravatar Linus Torvalds 1-16/+14
2012-05-21Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingGravatar Linus Torvalds 1-1/+1
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2012-05-21Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Gravatar Linus Torvalds 16-92/+146
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Gravatar Linus Torvalds 2-36/+27
2012-05-21xfs: add trace points for log forcesGravatar Dave Chinner 2-0/+18
2012-05-21xfs: fix memory reclaim deadlock on agi bufferGravatar Peter Watkins 1-2/+3
2012-05-21xfs: fix delalloc quota accounting on failureGravatar Dave Chinner 3-3/+3
2012-05-21Merge branch 'stat-cleanups' (clean up copying of stat info to user space)Gravatar Linus Torvalds 1-20/+24
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-46/+34
2012-05-20UBI: amend commentaries WRT dtypeGravatar Artem Bityutskiy 1-3/+2
2012-05-20UBI: Kill data type hintGravatar Richard Weinberger 16-99/+69
2012-05-20UBIFS: fix memory leak on error pathGravatar Sidney Amani 1-1/+1
2012-05-20UBIFS: make ubifs_lpt_init clean-up in case of failureGravatar Artem Bityutskiy 1-2/+6
2012-05-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-5/+12
2012-05-18Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-12/+8
2012-05-18proc: move fd symlink i_mode calculations into tid_fd_revalidate()Gravatar Linus Torvalds 1-29/+14
2012-05-18ext2: trivial fix to comment for ext2_free_blocksGravatar Wang Sheng-Hui 1-1/+1
2012-05-17fs, proc: fix ABBA deadlock in case of execution attempt of map_files/ entriesGravatar Cyrill Gorcunov 1-12/+8
2012-05-17pstore/ram: Add ECC supportGravatar Anton Vorontsov 1-3/+12
2012-05-17pstore/ram: Switch to persistent_ram routinesGravatar Anton Vorontsov 1-47/+59
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cGravatar Anton Vorontsov 3-3/+538
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 19-57/+123
2012-05-16coredump: ensure the fpu state is flushed for proper multi-threaded core dumpGravatar Suresh Siddha 1-1/+14
2012-05-16Merge git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+2
2012-05-16UBIFS: get rid of dbg_errGravatar Artem Bityutskiy 12-119/+114