USB: ftdi_sio: fix status line change handling for TIOCMIWAIT and TIOCGICOUNT
[linux-flexiantxendom0.git] / fs / ubifs /
2012-01-26 Artem BityutskiyUBIFS: make debugging messages light again
2012-01-26 Artem BityutskiyUBIFS: fix debugging messages
2011-12-13 Al Viroubifs: too early register_filesystem()
2011-11-07 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2011-11-07 Linus TorvaldsMerge branch 'writeback-for-linus' of git://git./linux...
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-10-30 Curt Wohlgemuthwriteback: Add a 'reason' to wb_writeback_work
2011-08-26 srimugunthan dhand... UBIFS: fix the dark space calculation
2011-08-22 Artem BityutskiyUBIFS: introduce a helper to dump scanning info
2011-08-19 Michal MarekUBIFS: not build debug messages with CONFIG_UBIFS_FS_DE...
2011-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-08 Anatolij GustschinUBIFS: fix master node recovery
2011-07-04 Artem BityutskiyUBIFS: improve power cut emulation testing
2011-07-04 Artem BityutskiyUBIFS: rename recovery testing variables
2011-07-04 Artem BityutskiyUBIFS: remove custom list of superblocks
2011-07-04 Artem BityutskiyUBIFS: stop re-defining UBI operations
2011-07-04 Artem BityutskiyUBIFS: switch to I/O helpers
2011-07-04 Artem BityutskiyUBIFS: switch to ubifs_leb_write
2011-07-04 Artem BityutskiyUBIFS: switch to ubifs_leb_read
2011-07-04 Artem BityutskiyUBIFS: introduce more I/O helpers
2011-07-04 Artem BityutskiyUBIFS: always print stacktrace when switching to R...
2011-07-04 Artem BityutskiyUBIFS: remove unused and unneeded debugging function
2011-07-04 Artem BityutskiyUBIFS: add global debugfs knobs
2011-07-04 Artem BityutskiyUBIFS: introduce debugfs helpers
2011-07-04 Artem BityutskiyUBIFS: re-arrange debugging code a bit
2011-07-04 Artem BityutskiyUBIFS: be more informative in failure mode
2011-07-04 Artem BityutskiyUBIFS: switch self-check knobs to debugfs
2011-07-04 Artem BityutskiyUBIFS: lessen amount of debugging check types
2011-07-04 Artem BityutskiyUBIFS: introduce helper functions for debugging checks...
2011-07-04 Artem BityutskiyUBIFS: amend debugging inode size check function prototype
2011-07-04 Artem BityutskiyUBIFS: amend debugging name check function prototype
2011-07-04 Artem BityutskiyUBIFS: add few commentaries about TNC
2011-07-04 Artem BityutskiyUBIFS: use correct flags in lprops
2011-07-04 Artem BityutskiyUBIFS: harmonize znode flag helpers
2011-07-04 Artem BityutskiyUBIFS: remove dead code
2011-07-04 Artem BityutskiyUBIFS: remove unnecessary brackets
2011-07-04 Artem BityutskiyUBIFS: minor cleanup: use S_ISREG helper
2011-07-04 Artem BityutskiyUBIFS: rename dbg_check_dir_size function
2011-07-04 Artem BityutskiyUBIFS: improve inode dumping function
2011-07-04 Artem BityutskiyUBIFS: dump stack when pnode or nnode reading fails
2011-07-04 Artem BityutskiyUBIFS: lessen the size of debugging info data structure
2011-07-04 Artem BityutskiyUBIFS: return EROFS in case of broken commit
2011-06-20 Dan Carpenterubifs: dereferencing an ERR_PTR in ubifs_mount()
2011-06-12 Al Viroubifs: fix sget races
2011-06-12 Al Viroubifs: split allocation of ubifs_info into a separate...
2011-06-03 Ben GardinerUBIFS: fix-up free space earlier
2011-06-03 Ben GardinerUBIFS: intialize LPT earlier
2011-06-03 Ben GardinerUBIFS: assert no fixup when writing a node
2011-06-03 Artem BityutskiyUBIFS: fix clean znode counter corruption in error...
2011-06-03 Artem BityutskiyUBIFS: fix memory leak on error path
2011-06-03 Artem BityutskiyUBIFS: fix shrinker object count reports
2011-06-01 Artem BityutskiyUBIFS: fix recovery broken by the previous recovery fix
2011-06-01 Artem BityutskiyUBIFS: amend ubifs_recover_leb interface
2011-06-01 Artem BityutskiyUBIFS: introduce a "grouped" journal head flag
2011-06-01 Artem BityutskiyUBIFS: supress false error messages
2011-05-29 Al Virocifs/ubifs: Fix shrinker API change fallout
2011-05-28 Sage Weilubifs: remove unnecessary dentry_unhash from rmdir...
2011-05-27 Christoph Hellwigfs: pass exact type of data dirties to ->dirty_inode
2011-05-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-05-23 Artem BityutskiyUBIFS: switch to dynamic printks
2011-05-20 Artem BityutskiyUBIFS: fix kernel-doc comments
2011-05-16 Artem BityutskiyUBIFS: fix extremely rare mount failure
2011-05-16 Artem BityutskiyUBIFS: simplify LEB recovery function further
2011-05-16 Artem BityutskiyUBIFS: always cleanup the recovered LEB
2011-05-16 Artem BityutskiyUBIFS: clean up LEB recovery function
2011-05-16 Matthew L. CreechUBIFS: fix-up free space on mount if flag is set
2011-05-16 Matthew L. CreechUBIFS: add the fixup function
2011-05-16 Matthew L. CreechUBIFS: add a superblock flag for free space fix-up
2011-05-16 Artem BityutskiyUBIFS: share the next_log_lnum helper
2011-05-16 Artem BityutskiyUBIFS: expect corruption only in last journal head...
2011-05-16 Artem BityutskiyUBIFS: synchronize write-buffer before switching to...
2011-05-16 Artem BityutskiyUBIFS: remove BUG statement
2011-05-16 Artem BityutskiyUBIFS: change bud replay function conventions
2011-05-16 Artem BityutskiyUBIFS: substitute the replay tree with a replay list
2011-05-16 Artem BityutskiyUBIFS: simplify replay
2011-05-16 Artem BityutskiyUBIFS: store free and dirty space in the bud replay...
2011-05-16 Artem BityutskiyUBIFS: remove unnecessary stack variable
2011-05-16 Artem BityutskiyUBIFS: double check that buds are replied in order
2011-05-16 Artem BityutskiyUBIFS: make 2 functions static
2011-05-16 Artem BityutskiyUBIFS: improve commentary
2011-05-16 Artem BityutskiyUBIFS: improve debugging messages
2011-05-16 Artem BityutskiyUBIFS: dump more in the lprops debugging check
2011-05-16 Artem BityutskiyUBIFS: simplify lprops debugging check
2011-05-16 Artem BityutskiyUBIFS: simplify error path in lprops debugging check
2011-05-16 Artem BityutskiyUBIFS: improve debugging lprops scanning a little
2011-05-13 Artem BityutskiyUBIFS: fix a rare memory leak in ro to rw remounting...
2011-05-13 Artem BityutskiyUBIFS: fix inode size debugging check failure
2011-05-13 Artem BityutskiyUBIFS: fix debugging FS checking failure
2011-05-13 Artem BityutskiyUBIFS: remove an unneeded check
2011-05-13 Artem BityutskiyUBIFS: fix debugging message
2011-05-13 Artem BityutskiyUBIFS: refactor ubifs_rcvry_gc_commit
2011-05-13 Artem BityutskiyUBIFS: split ubifs_rcvry_gc_commit
2011-05-13 Artem BityutskiyUBIFS: dump the stack on errors in failure mode too
2011-05-13 Artem BityutskiyUBIFS: print useful debugging messages when cannot...
2011-05-13 Artem BityutskiyUBIFS: remove dead GC LEB recovery piece of code
2011-05-13 Artem BityutskiyUBIFS: remove duplicated code
next