| Commit message (Expand) | Author | Files | Lines |
2008-01-29 | ext4: Change the default behaviour on error | Aneesh Kumar K.V | 1 | -8/+8 |
2008-01-29 | ext4: fix oops on corrupted ext4 mount | Eric Sandeen | 1 | -0/+11 |
2008-01-29 | ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*) | Adrian Bunk | 1 | -2/+2 |
2008-01-29 | ext4: Return after ext4_error in case of failures | Aneesh Kumar K.V | 1 | -2/+6 |
2008-01-29 | ext4: sync up block group descriptor with e2fsprogs. | Coly Li | 1 | -0/+5 |
2008-01-29 | ext3: Fix the max file size for ext3 file system. | Aneesh Kumar K.V | 1 | -4/+28 |
2008-01-29 | ext2: Fix the max file size for ext2 file system. | Aneesh Kumar K.V | 1 | -4/+28 |
2008-01-29 | ext4: store maxbytes for bitmapped files and return EFBIG as appropriate | Eric Sandeen | 4 | -2/+35 |
2008-01-29 | ext4: export iov_shorten from kernel for ext4's use | Eric Sandeen | 1 | -0/+1 |
2008-01-29 | ext4: different maxbytes functions for bitmap & extent files | Eric Sandeen | 1 | -3/+42 |
2008-01-29 | ext4: Support large files | Aneesh Kumar K.V | 3 | -11/+33 |
2008-01-29 | ext4: Add support for 48 bit inode i_blocks. | Aneesh Kumar K.V | 3 | -11/+119 |
2008-01-29 | ext4: Rename i_dir_acl to i_size_high | Aneesh Kumar K.V | 4 | -38/+34 |
2008-01-29 | ext4: Rename i_file_acl to i_file_acl_lo | Aneesh Kumar K.V | 2 | -3/+3 |
2008-01-29 | ext4: Fix sparse warnings. | Aneesh Kumar K.V | 4 | -10/+19 |
2008-01-29 | ext4: Introduce ext4_update_*_feature | Aneesh Kumar K.V | 3 | -7/+70 |
2008-01-29 | ext4: fixes block group number being set to a negative value | Avantika Mathur | 1 | -48/+53 |
2008-01-29 | ext4: add ext4_group_t, and change all group variables to this type. | Avantika Mathur | 9 | -87/+91 |
2008-01-29 | ext4 extents: remove unneeded casts | Eric Sandeen | 1 | -27/+22 |
2008-01-29 | ext4: Introduce ext4_lblk_t | Aneesh Kumar K.V | 8 | -226/+143 |
2008-01-29 | ext4: Avoid rec_len overflow with 64KB block size | Jan Kara | 3 | -46/+63 |
2008-01-29 | ext4: Support large blocksize up to PAGESIZE | Takashi Sato | 2 | -2/+7 |
2008-01-28 | libata: Change "write_data" to "rw" for some function documentations | Linus Nilsson | 1 | -2/+2 |
2008-01-28 | HID: ADS/Tech Radio si470x needs blacklist entry | Tobias Lorenz | 1 | -0/+8 |
2008-01-28 | HID: Logitech Extreme 3D needs NOGET quirk | Jiri Kosina | 1 | -0/+2 |
2008-01-28 | HID: Refactor MS Presenter 8K key mapping | Jan Kiszka | 1 | -4/+5 |
2008-01-28 | HID: MS Presenter mapping for PID 0x0701 | Jiri Kosina | 1 | -3/+5 |
2008-01-28 | HID: Support Samsung IR remote | Robert Schedel | 2 | -0/+37 |
2008-01-28 | HID: fix compilation of hidbp drivers without usbhid | Jiri Kosina | 2 | -0/+4 |
2008-01-28 | HID: Blacklist the Gretag-Macbeth Huey display colorimeter | Nicolas Mailhot | 1 | -0/+4 |
2008-01-28 | HID: the `bit' in hidinput_mapping_quirks() is an out parameter | Fengguang Wu | 3 | -20/+20 |
2008-01-28 | HID: remove redundant WARN_ON()s in order not to scare users | Jiri Kosina | 1 | -2/+10 |
2008-01-28 | HID: force hiddev creation for SONY PS3 controller | Bastien Nocera | 1 | -1/+1 |
2008-01-28 | HID: Use hid blacklist in usbmouse/usbkbd | Pascal Terjan | 3 | -0/+14 |
2008-01-28 | HID: proper handling of MS 4k and 6k devices | Jiri Kosina | 3 | -4/+8 |
2008-01-28 | HID: remove unused variable in quirk event handler | Jiri Kosina | 1 | -1/+0 |
2008-01-28 | HID: hid-input quirk for BTC 8193 | Jiri Kosina | 3 | -0/+40 |
2008-01-28 | HID: separate hid-input event quirks from generic code | Jiri Kosina | 3 | -59/+71 |
2008-01-28 | HID: refactor mapping to input subsystem for quirky devices | Jiri Kosina | 4 | -155/+337 |
2008-01-28 | HID: Microsoft Wireless Optical Desktop 3.0 quirk | Drew Fisher | 1 | -0/+2 |
2008-01-28 | HID: Add support for Logitech Elite keyboards | Carlos Corbacho | 1 | -0/+2 |
2008-01-28 | HID: add full support for Genius KB-29E | Jiri Kosina | 3 | -0/+23 |
2008-01-28 | HID: fix a potential bug in pointer casting | Li Zefan | 1 | -3/+4 |
2008-01-28 | HID: Implement horizontal wheel handling for A4 Tech X5-005D | Pavel Troller | 3 | -3/+22 |
2008-01-28 | HID: Add support for Apple aluminum USB keyboards. | Michel Daenzer | 3 | -3/+32 |
2008-01-28 | HID: Rename some code identifiers from PowerBook specific to Apple generic | Michel Daenzer | 3 | -54/+55 |
2008-01-28 | HID: Map MS Presenter 8000 bottom-side buttons | Jan Kiszka | 1 | -2/+14 |
2008-01-28 | [ARM] 4795/1: S3C244X: Add armclk and setparent call | Ben Dooks | 1 | -0/+37 |
2008-01-28 | [ARM] 4794/1: S3C24XX: Comonise S3C2440 and S3C2442 clock code | Ben Dooks | 4 | -42/+103 |
2008-01-28 | [ARM] 4793/1: S3C24XX: Add IRQ->GPIO pin mapping function | Ben Dooks | 2 | -0/+27 |