aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-15mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-1/+7
2010-08-14fs/dcache: fix function param name in kernel-docRandy Dunlap1-1/+1
2010-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-19/+27
2010-08-13Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds7-42/+14
2010-08-13Mark arguments to certain syscalls as being constDavid Howells3-24/+35
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann4-36/+9
2010-08-14logfs: kill BKLArnd Bergmann3-6/+5
2010-08-13Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2010-08-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds6-93/+122
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-46/+317
2010-08-13[S390] partitions: fix build error in ibm partition detection codeHeiko Carstens1-1/+1
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds6-50/+30
2010-08-12[NFS] Set CONFIG_KEYS when CONFIG_NFS_USE_KERNEL_DNS is setSteve French1-0/+1
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-6/+5
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells3-29/+10
2010-08-12mm: fix writeback_in_progress()Jan Kara1-1/+3
2010-08-12writeback: merge for_kupdate and !for_kupdate casesWu Fengguang1-33/+10
2010-08-12writeback: fix queue_io() orderingWu Fengguang1-1/+9
2010-08-12writeback: don't redirty tail an inode with dirty pagesWu Fengguang1-13/+9
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang1-1/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]wanglei7-46/+250
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei1-0/+4
2010-08-11NFS: Use kernel DNS resolver [ver #2]Bryan Schumaker3-0/+52
2010-08-11cifs: update README to include details about 'fsc' optionSuresh Jayaraman1-0/+10
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds9-115/+180
2010-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds8-20/+180
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds4-52/+31
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds39-410/+1162
2010-08-11fs/sysv/super.c: add support for non-PDP11 v7 filesystemsLubomir Rintel1-24/+51
2010-08-11fs/sysv: v7: adjust sanity checks for some volumesLubomir Rintel1-2/+4
2010-08-11fs/sysv: add v7 aliasLubomir Rintel1-0/+1
2010-08-11afs: destroy work queue on init failureDan Carpenter1-0/+1
2010-08-11partitions: fix sometimes unreadable partition stringsAlexey Dobriyan16-72/+136
2010-08-11procfs: simplify conditional processing of fs/proc.o.Robert P. J. Day1-1/+1
2010-08-11signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch1-0/+2
2010-08-11blkdev: cgroup whitelist permission fixChris Wright1-4/+6
2010-08-11reiserfs: remove unused local `wait'Changli Gao1-1/+0
2010-08-11autofs4: remove unneeded null check in try_to_fill_dentry()Dan Carpenter1-2/+1
2010-08-11vfs: use kmalloc() to allocate fdmem if possibleChangli Gao1-34/+23
2010-08-11vfs: clarify that nonseekable_open() will never failDmitry Torokhov1-1/+3
2010-08-11vfs: O_* bit numbers uniqueness checkWu Fengguang1-2/+13
2010-08-11vfs: improve comment describing fget_light()Tony Battersby1-5/+14
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-6/+5
2010-08-11isofs: Fix lseek() to position beyond 4 GBJan Andres1-1/+6
2010-08-11vfs: remove unused MNT_STRICTATIMEMiklos Szeredi1-1/+0
2010-08-11vfs: show unreachable paths in getcwd and procMiklos Szeredi2-5/+51
2010-08-11vfs: only add " (deleted)" where necessaryMiklos Szeredi1-10/+22
2010-08-11vfs: add prepend_path() helperMiklos Szeredi1-36/+58
2010-08-11vfs: __d_path: dont prepend the name of the root dentryMiklos Szeredi1-3/+9
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi6-55/+20