| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | jffs2: Remove unnecessary OOM messages | Joe Perches | 2012-03-27 | 2 | -5/+2 |
| * | | | | jffs2: fix typo in scan.c | Masanari Iida | 2012-03-27 | 1 | -1/+1 |
| * | | | | jffs2: update to new MTD interface | Brian Norris | 2012-03-27 | 1 | -3/+1 |
| * | | | | romfs: switch to new MTD API | Artem Bityutskiy | 2012-03-27 | 1 | -1/+1 |
| * | | | | jffs2: remove direct mtd->point reference | Artem Bityutskiy | 2012-03-27 | 1 | -11/+9 |
* | | | | | Merge git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2012-03-30 | 12 | -946/+1381 |
|\ \ \ \ \ |
|
| * | | | | | [CIFS] Update CIFS version number to 1.77 | Steve French | 2012-03-27 | 1 | -1/+1 |
| * | | | | | CIFS: Add missed forcemand mount option | Pavel Shilovsky | 2012-03-27 | 1 | -2/+5 |
| * | | | | | Merge branch 'for-3.4' | Steve French | 2012-03-26 | 11 | -944/+1376 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | [CIFS] Fix trivial sparse warning with asyn i/o patch | Steve French | 2012-03-23 | 1 | -1/+1 |
| | * | | | | cifs: handle "sloppy" option appropriately | Jeff Layton | 2012-03-23 | 1 | -3/+18 |
| | * | | | | cifs: use standard token parser for mount options | Sachin Prabhu | 2012-03-23 | 1 | -524/+814 |
| | * | | | | cifs: remove /proc/fs/cifs/OplockEnabled | Jeff Layton | 2012-03-23 | 1 | -43/+0 |
| | * | | | | cifs: convert cifs_iovec_write to use async writes | Jeff Layton | 2012-03-23 | 3 | -86/+143 |
| | * | | | | cifs: call cifs_update_eof with i_lock held | Jeff Layton | 2012-03-23 | 3 | -2/+11 |
| | * | | | | cifs: abstract out function to marshal up the iovec array for async writes | Jeff Layton | 2012-03-23 | 3 | -10/+31 |
| | * | | | | cifs: fix up get_numpages | Jeff Layton | 2012-03-23 | 1 | -3/+1 |
| | * | | | | cifs: make cifsFileInfo_get return the cifsFileInfo pointer | Jeff Layton | 2012-03-23 | 1 | -1/+3 |
| | * | | | | cifs: fix allocation in cifs_write_allocate_pages | Jeff Layton | 2012-03-23 | 1 | -7/+6 |
| | * | | | | cifs: allow caller to specify completion op when allocating writedata | Jeff Layton | 2012-03-23 | 3 | -5/+8 |
| | * | | | | cifs: add pid field to cifs_writedata | Jeff Layton | 2012-03-23 | 3 | -2/+4 |
| | * | | | | cifs: add new cifsiod_wq workqueue | Jeff Layton | 2012-03-23 | 5 | -8/+20 |
| | * | | | | CIFS: Change mid_q_entry structure fields | Pavel Shilovsky | 2012-03-23 | 6 | -59/+59 |
| | * | | | | CIFS: Expand CurrentMid field | Pavel Shilovsky | 2012-03-23 | 3 | -40/+48 |
| | * | | | | CIFS: Separate protocol-specific code from cifs_readv_receive code | Pavel Shilovsky | 2012-03-23 | 5 | -34/+53 |
| | * | | | | CIFS: Separate protocol-specific code from demultiplex code | Pavel Shilovsky | 2012-03-23 | 7 | -47/+56 |
| | * | | | | CIFS: Separate protocol-specific code from transport routines | Pavel Shilovsky | 2012-03-23 | 6 | -88/+119 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-03-30 | 41 | -2225/+4362 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Btrfs: update the checks for mixed block groups with big metadata blocks | Chris Mason | 2012-03-29 | 1 | -12/+17 |
| * | | | | | Btrfs: update to the right index of defragment | Liu Bo | 2012-03-29 | 1 | -0/+3 |
| * | | | | | Btrfs: do not bother to defrag an extent if it is a big real extent | Liu Bo | 2012-03-29 | 1 | -6/+3 |
| * | | | | | Btrfs: add a check to decide if we should defrag the range | Liu Bo | 2012-03-29 | 1 | -1/+35 |
| * | | | | | Btrfs: fix recursive defragment with autodefrag option | Liu Bo | 2012-03-29 | 1 | -3/+5 |
| * | | | | | Btrfs: fix the mismatch of page->mapping | Liu Bo | 2012-03-29 | 1 | -16/+19 |
| * | | | | | Btrfs: fix race between direct io and autodefrag | Liu Bo | 2012-03-29 | 1 | -1/+5 |
| * | | | | | Btrfs: fix deadlock during allocating chunks | Liu Bo | 2012-03-29 | 1 | -0/+50 |
| * | | | | | Btrfs: show useful info in space reservation tracepoint | Liu Bo | 2012-03-29 | 3 | -25/+13 |
| * | | | | | Btrfs: don't use crc items bigger than 4KB | Chris Mason | 2012-03-28 | 1 | -1/+3 |
| * | | | | | Btrfs: flush out and clean up any block device pages during mount | Chris Mason | 2012-03-28 | 2 | -0/+4 |
| * | | | | | Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus | Chris Mason | 2012-03-28 | 5 | -55/+75 |
| |\ \ \ \ \ |
|
| | * | | | | | Btrfs: fix regression in scrub path resolving | Jan Schmidt | 2012-03-27 | 4 | -55/+73 |
| | * | | | | | Btrfs: check return value of btrfs_cow_block() | Jan Schmidt | 2012-03-27 | 1 | -2/+4 |
| | * | | | | | Btrfs: actually call btrfs_init_lockdep | Jan Schmidt | 2012-03-27 | 1 | -0/+2 |
| * | | | | | | Merge branch 'for-chris' of git://github.com/idryomov/btrfs-unstable into for... | Chris Mason | 2012-03-28 | 4 | -139/+157 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Btrfs: fix infinite loop in btrfs_shrink_device() | Ilya Dryomov | 2012-03-27 | 1 | -3/+2 |
| | * | | | | | | Btrfs: fix memory leak in resolver code | Ilya Dryomov | 2012-03-27 | 1 | -6/+1 |
| | * | | | | | | Btrfs: allow dup for data chunks in mixed mode | Ilya Dryomov | 2012-03-27 | 1 | -4/+9 |
| | * | | | | | | Btrfs: validate target profiles only if we are going to use them | Ilya Dryomov | 2012-03-27 | 1 | -16/+11 |
| | * | | | | | | Btrfs: improve the logic in btrfs_can_relocate() | Ilya Dryomov | 2012-03-27 | 1 | -6/+18 |
| | * | | | | | | Btrfs: add __get_block_group_index() helper | Ilya Dryomov | 2012-03-27 | 1 | -5/+12 |