summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Fix hugetlbfs_statfs() reporting of block limitsDavid Gibson2005-11-221-4/+8
* [PATCH] Fix error handling with put_compat_statfs()David Gibson2005-11-221-8/+8
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-211-5/+3Star
|\
| * [COMPAT] net: SIOCGIFCONF data corruptionAlexandra Kossovsky2005-11-201-5/+3Star
* | [PATCH] Remove compat ioctl semaphoreAndi Kleen2005-11-201-7/+0Star
|/
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-201-0/+169
|\
| * [COMPAT]: EXT3_IOC_SETVERSION is _IOW() not _IOR().David S. Miller2005-11-181-1/+1
| * [COMPAT]: Add ext3 ioctl translations.David S. Miller2005-11-181-0/+36
| * [DVB]: Add compat ioctl handling.David S. Miller2005-11-161-0/+133
* | [CIFS] Fix setattr of mode only (e.g. in some chmod cases) to WindowsSteve French2005-11-201-0/+1
* | [CIFS] Fix mknod of block and chardev over SFU mountsSteve French2005-11-193-13/+62
* | [CIFS] Missing part of previous patchSteve French2005-11-182-0/+3
* | [CIFS] Fix scheduling while atomic when pending writes at file close timeSteve French2005-11-182-22/+56
* | [CIFS] Vectored and async i/o turned on and correct theSteve French2005-11-181-72/+45Star
* | [CIFS] Recognize properly symlinks and char/blk devices (not justSteve French2005-11-181-4/+44
* | [CIFS] Fix sparse warnings on smb bcc (byte count)Steve French2005-11-162-3/+3
* | [CIFS] Fix endian errors (setfacl/getfacl failures) in handling ACLsSteve French2005-11-161-14/+17
* | [CIFS] Recognize properly symlinks and char/blk devices (not just FIFOs)Steve French2005-11-162-10/+66
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-146-31/+27Star
|\|
| * [PATCH] ext2: remove duplicate newlines in ext2_fill_superJohann Lombardi2005-11-141-1/+1
| * [PATCH] aio: replace locking comments with assert_spin_locked()Zach Brown2005-11-141-5/+12
| * [PATCH] aio: remove kioctx from mm_structZach Brown2005-11-141-18/+9Star
| * [PATCH] Fix sparse warning in proc/task_mmu.cLuiz Fernando Capitulino2005-11-141-1/+1
| * [PATCH] ext3: journal handling on error path in ext3_journalled_writepage()Denis Lunev2005-11-141-1/+3
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds2005-11-131-3/+0Star
| |\
| | * [JFFS2] Remove broken and useless debug codeThomas Gleixner2005-11-131-3/+0Star
| * | [PATCH] VFS: local denial-of-service with file leasesChris Wright2005-11-131-1/+0Star
| * | [PATCH] VFS: Fix memory leak with file leasesJ. Bruce Fields2005-11-131-1/+1
| |/
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-138-117/+7Star
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2005-11-128-117/+7Star
| |\
| | * fs/ioprio.c should #include <linux/syscalls.h>Adrian Bunk2005-11-081-0/+1
| | * fs/afs/callback.c should #include "cmservice.h"Adrian Bunk2005-11-081-0/+1
| | * remove unused fs/befs/attribute.cWill Dyson2005-11-081-117/+0Star
| | * fs/reiserfs/hashes.c should #include <linux/reiserfs_fs.h>Adrian Bunk2005-11-081-0/+1
| | * fs/partitions/ultrix.c should #include "ultrix.h"Adrian Bunk2005-11-081-0/+1
| | * jffs_fm.c should #include "intrep.h"Adrian Bunk2005-11-081-0/+1
| | * fs/freevxfs/: add #include'sAdrian Bunk2005-11-082-0/+2
* | | [CIFS] Cleanup sparse warnings for unicode little endian castsSteve French2005-11-127-68/+60Star
* | | [CIFS] Fix CIFS "nobrl" mount option so does not disable sending brl requestsSteve French2005-11-114-17/+75
|/ /
* | [CIFS] Fix spaces in cifs kconfig entrySteve French2005-11-111-3/+2Star
* | [CIFS] Reduce sparse endian warningsSteve French2005-11-111-2/+3
* | [CIFS] Update CIFS change logSteve French2005-11-112-1/+38
* | [CIFS] Reserve upcall IDX value for CIFS with connector header and addSteve French2005-11-112-0/+13
* | (no commit message)Steve French2005-11-101-3/+8
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-09322-15560/+12084Star
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2005-11-091-0/+3
| |\ \
| | * | JFS: set i_ctime & i_mtime on target directory when creating linksDave Kleikamp2005-10-311-0/+3
| * | | [PATCH] fs/hugetlbfs/inode.c: make a function staticAdrian Bunk2005-11-091-1/+1
| * | | [PATCH] fs/namei.c: make path_lookup_create() staticAdrian Bunk2005-11-091-2/+3
| * | | [PATCH] fbdev: move ioctl32 code to fbmem.cArnd Bergmann2005-11-091-143/+0Star