Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
[safe/jmp/linux-2.6] / fs / ubifs / super.c
2009-06-17 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2009-06-16 Jens Axboeubifs: register backing_dev_info
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Christoph Hellwigenforce ->sync_fs is only called for rw superblock
2009-06-08 Artem BityutskiyUBIFS: start using hrtimers
2009-06-08 Artem BityutskiyUBIFS: do not forget to register BDI device
2009-06-02 Artem BityutskiyUBIFS: allow sync option in rootflags
2009-05-26 Artem BityutskiyUBIFS: use anonymous device
2009-05-25 Corentin CharyUBIFS: return proper error code if the compr is not...
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-05-06 Adrian HunterUBIFS: reset no_space flag after inode deletion
2009-04-06 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
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-16 Artem BityutskiyUBIFS: introduce a helpful variable
2009-03-15 Artem BityutskiyUBIFS: fix bogus assertion
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: sync wbufs after syncing inodes and pages
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-20 Artem BityutskiyUBIFS: document dark_wm and dead_wm better
2009-01-18 Artem BityutskiyUBIFS: constify operations
2009-01-18 Artem BityutskiyUBIFS: do not commit twice
2009-01-06 Artem BityutskiyUBIFS: do not use WB_SYNC_HOLD
2008-12-31 Artem BityutskiyUBIFS: add more useful debugging prints
2008-12-31 Artem BityutskiyUBIFS: allow mounting when short of space
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: use nicer 64-bit math
2008-12-23 Artem BityutskiyUBIFS: fix available blocks count
2008-12-03 Artem BityutskiyUBIFS: add debugfs support
2008-12-03 Artem BityutskiyUBIFS: separate debugging fields out
2008-12-03 Artem BityutskiyUBIFS: introduce compression mount options
2008-12-03 Artem BityutskiyUBIFS: use bit-fields to store compression type
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-10-20 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2008-10-19 Artem BityutskiyUBIFS: amend printk
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
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 Adrian HunterUBIFS: add no_chk_data_crc mount option
2008-09-30 Adrian HunterUBIFS: add bulk-read facility
2008-09-30 Julien BrunelUBIFS: use an IS_ERR test rather than a NULL test
2008-09-30 Artem BityutskiyUBIFS: add a print, fix comments and more minor stuff
2008-09-17 Sebastian SiewiorUBIFS: create the name of the background thread in...
2008-09-03 Artem BityutskiyUBIFS: amend f_fsid
2008-08-31 Artem BityutskiyUBIFS: fill f_fsid
2008-08-31 Artem BityutskiyUBIFS: improve statfs reporting even more
2008-08-31 Artem BityutskiyUBIFS: introduce LEB overhead
2008-08-31 Artem BityutskiyUBIFS: push empty flash hack down
2008-08-13 Artem BityutskiyUBIFS: few commentary fixes
2008-08-13 Adrian HunterUBIFS: always set i_generation to 0
2008-08-13 Artem BityutskiyUBIFS: optimize deletions
2008-08-13 Artem BityutskiyUBIFS: remove unneeded function parameter
2008-08-13 Artem BityutskiyUBIFS: do not write orphans back
2008-08-13 Artem BityutskiyUBIFS: free budget in delete_inode as well
2008-08-13 Artem BityutskiyUBIFS: improve debugging
2008-08-13 Artem BityutskiyUBIFS: print volume name as well
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-15 Artem BityutskiyUBIFS: add new flash file system