Merge commit 'v2.6.30' into for-2.6.31
[safe/jmp/linux-2.6] / fs / ubifs /
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-04-06 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-01 Nick Pigginmm: page_mkwrite change prototype to match fault
2009-03-31 Adrian HunterUBIFS: fix recovery bug
2009-03-30 Matt LaPlantetrivial: fix typos/grammar errors in Kconfig texts
2009-03-27 Sukadev Bhattiproluvfs: simple_set_mnt() should return void
2009-03-26 Artem BityutskiyUBIFS: add R/O compatibility
2009-03-20 Hunter AdrianUBIFS: fix compiler warnings
2009-03-20 Artem BityutskiyUBIFS: fully sort GCed nodes
2009-03-20 Artem BityutskiyUBIFS: fix commentaries
2009-03-16 Artem BityutskiyUBIFS: introduce a helpful variable
2009-03-16 Artem BityutskiyUBIFS: use KERN_CONT
2009-03-16 Artem BityutskiyUBIFS: fix lprops committing bug
2009-03-15 Artem BityutskiyUBIFS: fix bogus assertion
2009-03-14 Adrian HunterUBIFS: fix bug where page is marked uptodate when out...
2009-03-08 Artem BityutskiyUBIFS: amend key_hash return value
2009-03-08 Artem BityutskiyUBIFS: improve find function interface
2009-02-17 Eric SesterhennUBIFS: list usage cleanup
2009-02-09 Adrian HunterUBIFS: fix dbg_chk_lpt_sz()
2009-01-29 Artem BityutskiyUBIFS: remove fast unmounting
2009-01-29 Artem BityutskiyUBIFS: return sensible error codes
2009-01-29 Adrian HunterUBIFS: remount ro fixes
2009-01-29 Adrian HunterUBIFS: spelling fix 'date' -> 'data'
2009-01-29 Adrian HunterUBIFS: sync wbufs after syncing inodes and pages
2009-01-28 Adrian HunterUBIFS: fix LPT out-of-space bug (again)
2009-01-27 Artem BityutskiyUBIFS: fix no_chk_data_crc
2009-01-26 Artem BityutskiyUBIFS: fix assertions
2009-01-26 Adrian HunterUBIFS: ensure orphan area head is initialized
2009-01-26 Artem BityutskiyUBIFS: always clean up GC LEB space
2009-01-26 Artem BityutskiyUBIFS: add re-mount debugging checks
2009-01-26 Artem BityutskiyUBIFS: fix LEB list freeing
2009-01-26 Artem BityutskiyUBIFS: simplify locking
2009-01-20 Artem BityutskiyUBIFS: document dark_wm and dead_wm better
2009-01-20 Artem BityutskiyUBIFS: do not treat all data as short term
2009-01-18 Artem BityutskiyUBIFS: constify operations
2009-01-18 Artem BityutskiyUBIFS: do not commit twice
2009-01-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-06 Artem BityutskiyUBIFS: do not use WB_SYNC_HOLD
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2009-01-02 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2008-12-31 Artem BityutskiyUBIFS: add more useful debugging prints
2008-12-31 Artem BityutskiyUBIFS: print debugging messages properly
2008-12-31 Artem BityutskiyUBIFS: fix numerous spelling mistakes
2008-12-31 Artem BityutskiyUBIFS: allow mounting when short of space
2008-12-31 Artem BityutskiyUBIFS: fix writing uncompressed files
2008-12-31 Artem BityutskiyUBIFS: fix checkpatch.pl warnings
2008-12-31 Artem BityutskiyUBIFS: fix sparse warnings
2008-12-31 Artem BityutskiyUBIFS: simplify make_free_space
2008-12-31 Artem BityutskiyUBIFS: do not lie about used blocks
2008-12-31 Artem BityutskiyUBIFS: restore budg_uncommitted_idx
2008-12-31 Artem BityutskiyUBIFS: always commit on unmount
2008-12-31 Artem BityutskiyUBIFS: use ubi_sync
2008-12-31 Artem BityutskiyUBIFS: always commit in sync_fs
2008-12-31 Artem BityutskiyUBIFS: fix file-system synchronization
2008-12-31 Artem BityutskiyUBIFS: fix constants initialization
2008-12-23 Artem BityutskiyUBIFS: avoid unnecessary calculations
2008-12-23 Artem BityutskiyUBIFS: re-calculate min_idx_size after the commit
2008-12-23 Artem BityutskiyUBIFS: use nicer 64-bit math
2008-12-23 Artem BityutskiyUBIFS: fix available blocks count
2008-12-23 Artem BityutskiyUBIFS: various comment improvements and fixes
2008-12-23 Artem BityutskiyUBIFS: improve budgeting dump
2008-12-23 Artem BityutskiyUBIFS: fix tnc dumping
2008-12-23 Artem BityutskiyUBIFS: use PAGE_CACHE_MASK correctly
2008-12-04 Alexey DobriyanUBIFS: fix section mismatch
2008-12-04 James MorrisMerge branch 'master' into next
2008-12-03 Artem BityutskiyUBIFS: introduce LPT dump function
2008-12-03 Artem BityutskiyUBIFS: dump stack in LPT check functions
2008-12-03 Artem BityutskiyUBIFS: run debugging checks only if they are enabled
2008-12-03 Artem BityutskiyUBIFS: add debugfs support
2008-12-03 Artem BityutskiyUBIFS: separate debugging fields out
2008-12-03 Kukkonen MikaUBIFS: avoid unnecessary checks
2008-12-03 Artem BityutskiyUBIFS: introduce compression mount options
2008-12-03 Artem BityutskiyUBIFS: use bit-fields to store compression type
2008-12-03 Artem BityutskiyUBIFS: slight compression optimization
2008-11-21 Artem BityutskiyUBIFS: pre-allocate bulk-read buffer
2008-11-21 Artem BityutskiyUBIFS: do not allocate too much
2008-11-21 Artem BityutskiyUBIFS: do not print scary memory allocation warnings
2008-11-13 David HowellsCRED: Wrap task credential accesses in the UBIFS filesystem
2008-11-07 Adrian HunterUBIFS: allow for gaps when dirtying the LPT
2008-11-06 Artem BityutskiyUBIFS: fix compilation warnings
2008-11-06 Harvey HarrisonUBIFS: endian handling fixes and annotations
2008-11-06 Artem BityutskiyUBIFS: remove printk
2008-10-20 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2008-10-19 Geert UytterhoevenUBIFS: fix ubifs_compress commentary
2008-10-19 Artem BityutskiyUBIFS: amend printk
2008-10-19 Adrian HunterUBIFS: do not read unnecessary bytes when unpacking...
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-09-30 Adrian HunterUBIFS: check buffer length when scanning for LPT nodes
2008-09-30 Adrian HunterUBIFS: correct condition to eliminate unecessary assignment
2008-09-30 Adrian HunterUBIFS: add more debugging messages for LPT
2008-09-30 Adrian HunterUBIFS: fix bulk-read handling uptodate pages
2008-09-30 Adrian HunterUBIFS: improve garbage collection
2008-09-30 Adrian HunterUBIFS: allow for sync_fs when read-only
2008-09-30 Artem BityutskiyUBIFS: commit on sync_fs
2008-09-30 Artem BityutskiyUBIFS: correct comment for commit_on_unmount
2008-09-30 Artem BityutskiyUBIFS: update dbg_dump_inode
2008-09-30 Artem BityutskiyUBIFS: fix commentary
2008-09-30 Artem BityutskiyUBIFS: fix races in bit-fields
next