Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | jbd: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 2010-09-10 | 1 | -27/+3 | |
| * | | | | nilfs2: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 2010-09-10 | 2 | -14/+3 | |
| * | | | | reiserfs: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 2010-09-10 | 1 | -86/+20 | |
| * | | | | gfs2: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 2010-09-10 | 2 | -17/+7 | |
| * | | | | btrfs: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 2010-09-10 | 4 | -21/+5 | |
| * | | | | xfs: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 2010-09-10 | 4 | -38/+3 | |
| * | | | | block: pass gfp_mask and flags to sb_issue_discard | Christoph Hellwig | 2010-09-10 | 2 | -2/+5 | |
* | | | | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 5 | -5/+62 | |
|\ \ \ \ \ | ||||||
| * | | | | | block: fix accounting bug on cross partition merges | Yasuaki Ishimatsu | 2010-10-19 | 1 | -0/+12 | |
| * | | | | | cfq: improve fsync performance for small files | Corrado Zoccolo | 2010-09-20 | 2 | -2/+2 | |
| * | | | | | genhd, efi: add efi partition metadata to hd_structs | Will Drewry | 2010-09-15 | 1 | -0/+25 | |
| * | | | | | block, partition: add partition_meta_info to hd_struct | Will Drewry | 2010-09-15 | 2 | -3/+23 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 | Linus Torvalds | 2010-10-22 | 21 | -112/+362 | |
|\ \ \ \ \ | ||||||
| * | | | | | UBIFS: do not allocate unneeded scan buffer | Artem Bityutskiy | 2010-10-21 | 1 | -7/+1 | |
| * | | | | | UBIFS: do not forget to cancel timers | Artem Bityutskiy | 2010-10-21 | 1 | -0/+4 | |
| * | | | | | UBIFS: remove a bit of unneeded code | Artem Bityutskiy | 2010-10-21 | 1 | -6/+3 | |
| * | | | | | UBIFS: add a commentary about log recovery | Artem Bityutskiy | 2010-10-17 | 2 | -5/+7 | |
| * | | | | | UBIFS: avoid kernel error if ubifs superblock read fails | Steffen Sledz | 2010-09-28 | 1 | -2/+2 | |
| * | | | | | UBIFS: introduce new flags for RO mounts | Artem Bityutskiy | 2010-09-19 | 14 | -60/+62 | |
| * | | | | | UBIFS: introduce new flag for RO due to errors | Artem Bityutskiy | 2010-09-17 | 11 | -24/+44 | |
| * | | | | | UBIFS: check return code of pnode_lookup | Vasiliy Kulikov | 2010-09-07 | 1 | -0/+3 | |
| * | | | | | UBIFS: check return code of ubifs_lpt_lookup | Vasiliy Kulikov | 2010-09-07 | 1 | -1/+6 | |
| * | | | | | UBIFS: improve error reporting when reading bad node | Artem Bityutskiy | 2010-08-30 | 1 | -1/+2 | |
| * | | | | | UBIFS: introduce list sorting debugging checks | Artem Bityutskiy | 2010-08-30 | 3 | -2/+168 | |
| * | | | | | UBIFS: fix assertion warnings in comparison function | Artem Bityutskiy | 2010-08-30 | 1 | -0/+6 | |
| * | | | | | UBIFS: mark unused key objects as invalid | Artem Bityutskiy | 2010-08-30 | 4 | -3/+27 | |
| * | | | | | UBIFS: do not write rubbish into truncation scanning node | Artem Bityutskiy | 2010-08-30 | 1 | -1/+0 | |
| * | | | | | UBIFS: improve assertion in node comparison functions | Artem Bityutskiy | 2010-08-30 | 1 | -0/+11 | |
| * | | | | | UBIFS: do not use key type in list_sort | Artem Bityutskiy | 2010-08-30 | 1 | -9/+9 | |
| * | | | | | UBIFS: do not look up truncation nodes | Artem Bityutskiy | 2010-08-30 | 1 | -3/+20 | |
| * | | | | | UBIFS: fix assertion warning | Artem Bityutskiy | 2010-08-30 | 1 | -1/+2 | |
| * | | | | | UBIFS: do not treat ENOSPC specially | Artem Bityutskiy | 2010-08-30 | 1 | -7/+5 | |
| * | | | | | UBIFS: switch to RO mode after synchronizing | Artem Bityutskiy | 2010-08-30 | 1 | -1/+1 | |
* | | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 39 | -7/+61 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | vfs: make no_llseek the default | Arnd Bergmann | 2010-10-15 | 1 | -1/+0 | |
| * | | | | | | vfs: don't use BKL in default_llseek | Arnd Bergmann | 2010-10-15 | 1 | -2/+2 | |
| * | | | | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 38 | -4/+59 | |
* | | | | | | | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 54 | -673/+678 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BKL: remove BKL from freevxfs | Arnd Bergmann | 2010-10-21 | 2 | -22/+2 | |
| * | | | | | | | BKL: remove BKL from qnx4 | Arnd Bergmann | 2010-10-21 | 3 | -21/+1 | |
| * | | | | | | | autofs4: Only declare function when CONFIG_COMPAT is defined | Felipe Contreras | 2010-10-05 | 1 | -0/+2 | |
| * | | | | | | | autofs: Only declare function when CONFIG_COMPAT is defined | Márton Németh | 2010-10-05 | 1 | -0/+2 | |
| * | | | | | | | ncpfs: Lock socket in ncpfs while setting its callbacks | Petr Vandrovec | 2010-10-05 | 1 | -5/+9 | |
| * | | | | | | | fs/locks.c: prepare for BKL removal | Arnd Bergmann | 2010-10-05 | 7 | -62/+87 | |
| * | | | | | | | BKL: Remove BKL from ncpfs | Petr Vandrovec | 2010-10-04 | 8 | -400/+484 | |
| * | | | | | | | BKL: Remove BKL from OCFS2 | Arnd Bergmann | 2010-10-04 | 3 | -23/+1 | |
| * | | | | | | | BKL: Remove BKL from squashfs | Arnd Bergmann | 2010-10-04 | 1 | -11/+0 | |
| * | | | | | | | BKL: Remove BKL from jffs2 | Arnd Bergmann | 2010-10-04 | 2 | -15/+1 | |
| * | | | | | | | BKL: Remove BKL from ecryptfs | Arnd Bergmann | 2010-10-04 | 2 | -7/+0 | |
| * | | | | | | | BKL: Remove BKL from afs | Arnd Bergmann | 2010-10-04 | 1 | -10/+0 |