summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-09-17[XFS] Don't do I/O beyond eof when unreserving spaceLachlan McIlroy1-0/+18
2008-09-17[XFS] Fix use-after-free with buffersLachlan McIlroy1-24/+20
2008-09-17[XFS] Prevent lockdep false positives when locking two inodes.David Chinner2-1/+16
2008-09-17[XFS] Fix barrier status change detection.David Chinner1-1/+1
2008-09-17[XFS] Prevent direct I/O from mapping extents beyond eofLachlan McIlroy1-0/+4
2008-09-17[XFS] Fix regression introduced by remount fixupChristoph Hellwig1-0/+20
2008-09-17[XFS] Move memory allocations for log tracing out of the critical pathLachlan McIlroy2-21/+40
2008-09-13rescan_partitions(): make device capacity errors non-fatalAndrew Morton1-2/+2
2008-09-13mm: ifdef Quicklists in /proc/meminfoHugh Dickins1-4/+8
2008-09-13bfs: fix Lockdep warningEric Sesterhenn1-1/+1
2008-09-13proc: more debugging for "already registered" caseAlexey Dobriyan1-2/+2
2008-09-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-25/+20
2008-09-10ocfs2: Fix a bug in direct IO read.Tao Ma1-1/+1
2008-09-09Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds10-141/+221
2008-09-08NFS: Restore missing hunk in NFS mount option parserChuck Lever1-0/+6
2008-09-08udf: add llseek methodChristoph Hellwig1-0/+1
2008-09-05UBIFS: make minimum fanout 3Artem Bityutskiy1-1/+1
2008-09-05UBIFS: fix division by zeroArtem Bityutskiy1-6/+7
2008-09-05sched: fix process time monotonicityBalbir Singh1-59/+0
2008-09-03UBIFS: amend f_fsidArtem Bityutskiy1-2/+3
2008-09-02mm: show quicklist usage in /proc/meminfoKOSAKI Motohiro1-2/+5
2008-09-02NTFS: update homepageAdrian Bunk1-2/+2
2008-09-02Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-7/+7
2008-09-01nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields1-1/+1
2008-09-01nfsd: fix compound state allocation error handlingAndy Adamson1-6/+6
2008-08-31UBIFS: fill f_fsidArtem Bityutskiy1-0/+1
2008-08-31UBIFS: improve statfs reporting even moreArtem Bityutskiy3-10/+40
2008-08-31UBIFS: introduce LEB overheadArtem Bityutskiy2-0/+11
2008-08-31UBIFS: add forgotten gc_idx_lebs componentArtem Bityutskiy1-1/+1
2008-08-31UBIFS: fix assertionArtem Bityutskiy1-9/+7
2008-08-31UBIFS: improve statfs reportingArtem Bityutskiy3-32/+46
2008-08-31UBIFS: remove incorrect index space checkArtem Bityutskiy1-14/+1
2008-08-31UBIFS: push empty flash hack downArtem Bityutskiy2-15/+11
2008-08-31UBIFS: do not update min_idx_lebs in stafsArtem Bityutskiy1-1/+0
2008-08-28[CIFS] Turn off Unicode during session establishment for plaintext authentica...Steve French1-0/+2
2008-08-28[CIFS] update cifs change logSteve French2-3/+16
2008-08-28cifs: fix O_APPEND on directio mountsJeff Layton1-0/+4
2008-08-28Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French23-194/+158
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-11/+19
2008-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-97/+34
2008-08-27[CIFS] Fix plaintext authenticationSteve French1-0/+1
2008-08-27[CIFS] Add destroy routine for dns_resolverJeff Layton2-1/+9
2008-08-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-20/+41
2008-08-27Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-77/+83
2008-08-27bio: fix __bio_copy_iov() handling of bio->bv_lenFUJITA Tomonori1-5/+5
2008-08-27bio: fix bio_copy_kern() handling of bio->bv_lenFUJITA Tomonori1-10/+28
2008-08-27block: submit_bh() inadvertently discards barrier flag on a sync writeJens Axboe1-5/+8
2008-08-26[CIFS] Reorder cifs config item for better claritySteve French1-10/+10
2008-08-26[CIFS] Correct keys dependency for cifs kerberos supportSteve French1-1/+1
2008-08-26Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French21-304/+508