aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-15mm: fix up some user-visible effects of the stack guard pageGravatar Linus Torvalds 1-1/+7
2010-08-14fs/dcache: fix function param name in kernel-docGravatar Randy Dunlap 1-1/+1
2010-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-19/+27
2010-08-13Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Gravatar Linus Torvalds 7-42/+14
2010-08-13Mark arguments to certain syscalls as being constGravatar David Howells 3-24/+35
2010-08-14bkl: Remove locked .ioctl file operationGravatar Arnd Bergmann 4-36/+9
2010-08-14logfs: kill BKLGravatar Arnd Bergmann 3-6/+5
2010-08-13Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 1-1/+1
2010-08-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Gravatar Linus Torvalds 6-93/+122
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 11-46/+317
2010-08-13[S390] partitions: fix build error in ibm partition detection codeGravatar Heiko Carstens 1-1/+1
2010-08-12Revert "fsnotify: store struct file not struct path"Gravatar Linus Torvalds 6-50/+30
2010-08-12[NFS] Set CONFIG_KEYS when CONFIG_NFS_USE_KERNEL_DNS is setGravatar Steve French 1-0/+1
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 1-6/+5
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 3-29/+10
2010-08-12mm: fix writeback_in_progress()Gravatar Jan Kara 1-1/+3
2010-08-12writeback: merge for_kupdate and !for_kupdate casesGravatar Wu Fengguang 1-33/+10
2010-08-12writeback: fix queue_io() orderingGravatar Wu Fengguang 1-1/+9
2010-08-12writeback: don't redirty tail an inode with dirty pagesGravatar Wu Fengguang 1-13/+9
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsGravatar Wu Fengguang 1-1/+1
2010-08-11AFS: Implement an autocell mount capability [ver #2]Gravatar wanglei 7-46/+250
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Gravatar Wang Lei 1-0/+4
2010-08-11NFS: Use kernel DNS resolver [ver #2]Gravatar Bryan Schumaker 3-0/+52
2010-08-11cifs: update README to include details about 'fsc' optionGravatar Suresh Jayaraman 1-0/+10
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 9-115/+180
2010-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusGravatar Linus Torvalds 8-20/+180
2010-08-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 4-52/+31
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 39-410/+1162
2010-08-11fs/sysv/super.c: add support for non-PDP11 v7 filesystemsGravatar Lubomir Rintel 1-24/+51
2010-08-11fs/sysv: v7: adjust sanity checks for some volumesGravatar Lubomir Rintel 1-2/+4
2010-08-11fs/sysv: add v7 aliasGravatar Lubomir Rintel 1-0/+1
2010-08-11afs: destroy work queue on init failureGravatar Dan Carpenter 1-0/+1
2010-08-11partitions: fix sometimes unreadable partition stringsGravatar Alexey Dobriyan 16-72/+136
2010-08-11procfs: simplify conditional processing of fs/proc.o.Gravatar Robert P. J. Day 1-1/+1
2010-08-11signalfd: fill in ssi_int for posix timers and message queuesGravatar Nathan Lynch 1-0/+2
2010-08-11blkdev: cgroup whitelist permission fixGravatar Chris Wright 1-4/+6
2010-08-11reiserfs: remove unused local `wait'Gravatar Changli Gao 1-1/+0
2010-08-11autofs4: remove unneeded null check in try_to_fill_dentry()Gravatar Dan Carpenter 1-2/+1
2010-08-11vfs: use kmalloc() to allocate fdmem if possibleGravatar Changli Gao 1-34/+23
2010-08-11vfs: clarify that nonseekable_open() will never failGravatar Dmitry Torokhov 1-1/+3
2010-08-11vfs: O_* bit numbers uniqueness checkGravatar Wu Fengguang 1-2/+13
2010-08-11vfs: improve comment describing fget_light()Gravatar Tony Battersby 1-5/+14
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyGravatar Rusty Russell 1-6/+5
2010-08-11isofs: Fix lseek() to position beyond 4 GBGravatar Jan Andres 1-1/+6
2010-08-11vfs: remove unused MNT_STRICTATIMEGravatar Miklos Szeredi 1-1/+0
2010-08-11vfs: show unreachable paths in getcwd and procGravatar Miklos Szeredi 2-5/+51
2010-08-11vfs: only add " (deleted)" where necessaryGravatar Miklos Szeredi 1-10/+22
2010-08-11vfs: add prepend_path() helperGravatar Miklos Szeredi 1-36/+58
2010-08-11vfs: __d_path: dont prepend the name of the root dentryGravatar Miklos Szeredi 1-3/+9
2010-08-11vfs: add helpers to get root and pwdGravatar Miklos Szeredi 6-55/+20