summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Fix spaces in cifs kconfig entrySteve French2005-11-101-3/+2
* [CIFS] Reduce sparse endian warningsSteve French2005-11-101-2/+3
* [CIFS] Update CIFS change logSteve French2005-11-102-1/+38
* [CIFS] Reserve upcall IDX value for CIFS with connector header and addSteve French2005-11-102-0/+13
* (no commit message)Steve French2005-11-091-3/+8
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-09322-15560/+12084
|\
| * 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/+0
| * | [PATCH] re-add TIOCSTART and TIOCSTOP compat_ioctl handlersChristoph Hellwig2005-11-091-0/+10
| * | [PATCH] sanitize lookup_hash prototypeChristoph Hellwig2005-11-091-10/+10
| * | [PATCH] add a file_permission helperChristoph Hellwig2005-11-096-19/+41
| * | [PATCH] add a vfs_permission helperChristoph Hellwig2005-11-095-14/+29
| * | [PATCH] ext2: remove the ancient CHANGES fileAdrian Bunk2005-11-091-157/+0
| * | [PATCH] remove CONFIG_EXT{2,3}_CHECKAdrian Bunk2005-11-096-258/+2
| * | [PATCH] Fix return value in reiserfs allocatorJan Kara2005-11-091-2/+2
| * | [PATCH] fat: respect silent mount flagChristoph Hellwig2005-11-091-4/+7
| * | [PATCH] hpfs: remove spurious mtime updateChristoph Hellwig2005-11-091-5/+2
| * | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-0915-20/+1
| * | [PATCH] fix de_thread() vs send_group_sigqueue() raceOleg Nesterov2005-11-081-3/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-071-22/+35
| |\ \
| | * | [PATCH] ppc64: SMU partition recoveryBenjamin Herrenschmidt2005-11-081-22/+35
| * | | [PATCH] unbindable mountsRam Pai2005-11-073-26/+65
| * | | [PATCH] handling of slave mountsRam Pai2005-11-072-37/+121
| * | | [PATCH] introduce slave mountsRam Pai2005-11-073-4/+56
| * | | [PATCH] shared mounts handling: umountRam Pai2005-11-073-19/+126
| * | | [PATCH] shared mounts handling: moveRam Pai2005-11-071-17/+46
| * | | [PATCH] shared mount handling: bind and rbindRam Pai2005-11-073-22/+199
| * | | [PATCH] introduce shared mountsRam Pai2005-11-073-2/+18
| * | | [PATCH] beginning of the shared-subtree properRam Pai2005-11-074-1/+56
| * | | [PATCH] making namespace_sem globalRam Pai2005-11-071-23/+23
| * | | [PATCH] mount expiry fixesRam Pai2005-11-071-42/+22
| * | | [PATCH] umount_tree() locking changeRam Pai2005-11-071-33/+51
| * | | [PATCH] sanitize the interface of graft_tree().Ram Pai2005-11-071-6/+6
| * | | [PATCH] lindent fs/namespace.cRam Pai2005-11-071-49/+48
| * | | [PATCH] make /proc/mounts pollableAl Viro2005-11-072-16/+76
| * | | [PATCH] allow callers of seq_open do allocation themselvesAl Viro2005-11-071-4/+8
| * | | [PATCH] cleanups and bug fix in do_loopback()Al Viro2005-11-071-19/+22
| * | | [PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umountAl Viro2005-11-073-39/+44
| |/ /
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds2005-11-0737-2138/+4547
| |\ \
| | * | [JFFS2] Clean up trailing white spacesThomas Gleixner2005-11-0733-590/+589
| | * | [JFFS2] Fix broken compile when debug level = 2Artem B. Bityutskiy2005-11-061-3/+3
| | * | [JFFS2] Return 0, not number of bytes written, for success at commit_writeTodd Poynor2005-11-061-3/+3
| | * | [JFFS2] Fix dataflash supportArtem B. Bityutskiy2005-11-063-22/+40
| | * | [JFFS2] Use memset(struct) instead of nulling struct members one by oneArtem B. Bityutskiy2005-11-061-10/+7
| | * | [JFFS2] Remove stale commentArtem B. Bityutskiy2005-11-061-2/+1
| | * | [JFFS2] Rename jffs2_summary_node to jffs2_raw_summaryFerenc Havasi2005-11-062-9/+9
| | * | [JFFS2] Debug code simplification, update TODOArtem B. Bityutskiy2005-11-0613-264/+232