aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds6-32/+91
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds8-49/+219
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-0/+8
2011-05-24Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds25-910/+1115
2011-05-24Merge branch 'next' into for-linusJames Morris1-0/+8
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds8-80/+104
2011-05-24jbd: Fix comment to match the code in journal_start()Eryu Guan1-1/+2
2011-05-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds25-417/+721
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+1
2011-05-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+95
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds10-11/+11
2011-05-23block: move bd_set_size() above rescan_partitions() in __blkdev_get()Tejun Heo1-8/+9
2011-05-23dlm: make plock operation killableDavid Teigland1-4/+61
2011-05-23Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2-260/+100
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds3-3/+32
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner1-31/+74
2011-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds26-385/+600
2011-05-23UBIFS: switch to dynamic printksArtem Bityutskiy2-94/+41
2011-05-22fs: add missing prefetch.h includeHeiko Carstens1-0/+1
2011-05-21GFS2: Wait properly when flushing the ail listSteven Whitehouse1-3/+26
2011-05-21GFS2: Wipe directory hash table metadata when deallocating a directorySteven Whitehouse2-0/+6
2011-05-21VFS: move BUG_ON test for symlink nd->depth after current->link_count testErez Zadok1-1/+1
2011-05-20Fix for buffer overflow in ldm_frag_add not sufficientTimo Warns1-0/+5
2011-05-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-3/+9
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds27-1120/+1289
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds25-2014/+1847
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds3-0/+3
2011-05-20Merge branch 'timers/urgent' into timers/coreThomas Gleixner59-1101/+1152
2011-05-20Pull pstore into release branchTony Luck1-3/+9
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French2-4/+8
2011-05-20UBIFS: fix kernel-doc commentsArtem Bityutskiy1-5/+5
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-16/+4
2011-05-19xfs: obey minleft values during extent allocation correctlyDave Chinner1-1/+0
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner4-38/+67
2011-05-19xfs: avoid getting stuck during async inode flushesDave Chinner1-0/+10
2011-05-19xfs: fix xfs_itruncate_start tracingDave Chinner1-1/+1
2011-05-19xfs: fix duplicate workqueue initialisationDave Chinner1-4/+0
2011-05-19xfs: kill off xfs_printk()Joe Perches2-23/+4
2011-05-19[CIFS] Remove sparse warningSteve French2-2/+3
2011-05-19[CIFS] Update cifs to version 1.72Steve French1-1/+1
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar3-62/+6
2011-05-19cifs: Unconditionally copy mount options to superblock infoSean Finney4-16/+6
2011-05-19cifs: Use kstrndup for cifs_sb->mountdataSean Finney1-11/+6
2011-05-19cifs: Simplify handling of submount options in cifs_mount.Sean Finney1-13/+11
2011-05-19cifs: cifs_parse_mount_options: do not tokenize mount options in-placeSean Finney1-35/+74
2011-05-19cifs: Add support for mounting Windows 2008 DFS sharesSean Finney1-0/+18
2011-05-19cifs: Extract DFS referral expansion logic to separate functionSean Finney1-36/+69
2011-05-19cifs: turn BCC into a static inlined functionJeff Layton1-3/+6
2011-05-19cifs: keep BCC in little-endian formatJeff Layton9-82/+41