summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-10-19UBIFS: fix ubifs_compress commentaryGeert Uytterhoeven1-2/+0
2008-10-19UBIFS: amend printkArtem Bityutskiy1-1/+1
2008-10-19UBIFS: do not read unnecessary bytes when unpacking bitsAdrian Hunter1-7/+38
2008-09-30UBIFS: check buffer length when scanning for LPT nodesAdrian Hunter1-0/+2
2008-09-30UBIFS: correct condition to eliminate unecessary assignmentAdrian Hunter1-1/+1
2008-09-30UBIFS: add more debugging messages for LPTAdrian Hunter5-13/+228
2008-09-30UBIFS: fix bulk-read handling uptodate pagesAdrian Hunter1-5/+11
2008-09-30UBIFS: improve garbage collectionAdrian Hunter1-10/+72
2008-09-30UBIFS: allow for sync_fs when read-onlyAdrian Hunter1-9/+10
2008-09-30UBIFS: commit on sync_fsArtem Bityutskiy1-0/+12
2008-09-30UBIFS: correct comment for commit_on_unmountArtem Bityutskiy1-6/+3
2008-09-30UBIFS: update dbg_dump_inodeArtem Bityutskiy1-17/+25
2008-09-30UBIFS: fix commentaryArtem Bityutskiy1-2/+2
2008-09-30UBIFS: fix races in bit-fieldsArtem Bityutskiy1-8/+9
2008-09-30UBIFS: ensure data read beyond i_size is zeroed out correctlyAdrian Hunter2-3/+8
2008-09-30UBIFS: correct key comparisonAdrian Hunter1-2/+2
2008-09-30UBIFS: use bit-fields when possibleArtem Bityutskiy1-13/+11
2008-09-30UBIFS: check data CRC when in error stateArtem Bityutskiy1-0/+1
2008-09-30UBIFS: improve znode splitting rulesAdrian Hunter1-21/+33
2008-09-30UBIFS: add no_chk_data_crc mount optionAdrian Hunter5-9/+55
2008-09-30UBIFS: add bulk-read facilityAdrian Hunter5-3/+626
2008-09-30UBIFS: use an IS_ERR test rather than a NULL testJulien Brunel1-4/+0
2008-09-30UBIFS: inline one-line functionsArtem Bityutskiy3-30/+27
2008-09-30UBIFS: remove unneeded unlikely()Hirofumi Nakagawa4-9/+9
2008-09-30UBIFS: add a print, fix comments and more minor stuffArtem Bityutskiy3-24/+24
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-1/+1
2008-09-29Fix NULL pointer dereference in proc_sys_compareLinus Torvalds1-4/+6
2008-09-26Merge git://oss.sgi.com:8090/xfs/linux-2.6Linus Torvalds1-91/+3
2008-09-26Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds6-9/+15
2008-09-26[XFS] Remove xfs_iext_irec_compact_full()Lachlan McIlroy1-92/+3
2008-09-26[XFS] Fix extent list corruption in xfs_iext_irec_compact_full().Lachlan McIlroy1-0/+1
2008-09-249p: use an IS_ERR test rather than a NULL testJulien Brunel1-2/+1
2008-09-18UBIFS: fix printk format warningsAlexander Beregalov2-2/+2
2008-09-17UBIFS: remove incorrect assertAdrian Hunter1-1/+0
2008-09-17UBIFS: TNC / GC race fixesAdrian Hunter2-4/+12
2008-09-17UBIFS: create the name of the background thread in every caseSebastian Siewior1-2/+1
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