summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-06-1111-130/+172
|\
| * [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledSteve French2008-06-101-11/+10
| * [CIFS] Fix hang in mount when negprot causes server to kill tcp sessionSteve French2008-06-102-0/+6
| * disable most mode changes on non-unix/non-cifsacl mountsJeff Layton2008-05-251-12/+26
| * [CIFS] Correct incorrect obscure open flagSteve French2008-05-231-5/+18
| * [CIFS] warn if both dynperm and cifsacl mount options specifiedSteve French2008-05-231-0/+4
| * silently ignore ownership changes unless unix extensions are enabled or we're...Jeff Layton2008-05-231-7/+20
| * [CIFS] remove trailing whitespaceSteve French2008-05-231-1/+1
| * when creating new inodes, use file_mode/dir_mode exclusively on mount without...Jeff Layton2008-05-232-3/+8
| * on non-posix shares, clear write bits in mode when ATTR_READONLY is setJeff Layton2008-05-232-72/+75
| * [CIFS] remove unused variablesSteve French2008-05-235-20/+5
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-06-066-23/+108
|\ \
| * | ext4: enable barriers by defaultEric Sandeen2008-05-261-2/+9
| * | jbd2: Fix barrier fallback code to re-lock the buffer headTheodore Ts'o2008-06-031-0/+1
| * | ext4: Display the journal_async_commit mount option in /proc/mountsTheodore Ts'o2008-05-261-0/+2
| * | jbd2: If a journal checksum error is detected, propagate the error to ext4Theodore Ts'o2008-06-062-7/+27
| * | jbd2: Fix memory leak when verifying checksums in the journalTheodore Ts'o2008-05-261-0/+1
| * | ext4: fix online resize bugJosef Bacik2008-06-061-1/+2
| * | ext4: Fix uninit block group initialization with FLEX_BGJose R. Santos2008-06-031-9/+62
| * | ext4: Fix use of uninitialized data with debug enabled.Aneesh Kumar K.V2008-06-051-4/+4
* | | uml: activate_mm: remove the dead PF_BORROWED_MM checkOleg Nesterov2008-06-061-4/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds2008-06-061-1/+1
|\ \ \
| * | | capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan2008-05-311-1/+1
* | | | pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle2008-06-061-2/+2
* | | | pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle2008-06-061-1/+1
* | | | proc: calculate the correct /proc/<pid> link countVegard Nossum2008-06-061-8/+25
* | | | ext3: fix online resize bugJosef Bacik2008-06-061-1/+2
* | | | nommu: fix ksize() abusePekka Enberg2008-06-062-5/+5
* | | | pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle2008-06-061-19/+9
* | | | devscgroup: check for device permissions at mount timePavel Emelyanov2008-06-061-1/+7
* | | | introduce memory_read_from_buffer()Akinobu Mita2008-06-061-0/+18
* | | | Fix various old email addresses for dwmw2David Woodhouse2008-06-063-3/+3
* | | | eCryptfs: remove unnecessary page decrypt callMichael Halcrow2008-06-062-24/+0
* | | | frv: don't offer BINFMT_FLATAdrian Bunk2008-06-061-1/+1
* | | | asn1: additional sanity checking during BER decodingChris Wright2008-06-051-0/+14
| |/ / |/| |
* | | cifs endianness fixesAl Viro2008-06-041-3/+3
* | | [PATCH 3/3] ocfs2/net: Silence build warningsSunil Mushran2008-05-302-19/+41
* | | [PATCH 2/3] ocfs2/dlm: Silence build warningsSunil Mushran2008-05-301-6/+6
* | | [PATCH 1/3] ocfs2/net: Silence build warningsSunil Mushran2008-05-301-6/+6
* | | ocfs2: Rename 'user_stack' plugin structure to 'ocfs2_user_plugin'Joel Becker2008-05-301-17/+17
* | | splice: handle try_to_release_page() failureJens Axboe2008-05-281-2/+3
* | | splice: fix sendfile() issue with relayTom Zanussi2008-05-281-4/+8
|/ /
* | posix timers: discard SI_TIMER signals on execOleg Nesterov2008-05-261-0/+1
* | proc: proc_get_inode() should get module only onceDenis V. Lunev2008-05-241-1/+2
* | mm: fix atomic_t overflow in vmAlan Cox2008-05-241-1/+1
* | ntfs: le*_add_cpu conversionMarcin Slusarz2008-05-241-3/+2
* | ecryptfs: fix missed mutex_unlockCyrill Gorcunov2008-05-241-1/+1
* | fuse: fix bdi naming conflictMiklos Szeredi2008-05-241-1/+6
|/
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-05-237-94/+98
|\
| * [XFS] Fix memory corruption with small buffer readsChristoph Hellwig2008-05-232-4/+39