aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | btrfs: drop gfp parameter from find_extent_bufferDavid Sterba2011-05-023-6/+4
| | * | | | btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba2011-05-028-17/+16
| | * | | | btrfs: drop unused parameter from extent_map_tree_initDavid Sterba2011-05-025-7/+5
| | * | | | btrfs: drop unused argument from extent_io_tree_initDavid Sterba2011-05-026-12/+10
| | * | | | btrfs: make functions static when possibleDavid Sterba2011-05-023-7/+7
| | * | | | btrfs: unify checking of IS_ERR and nullDavid Sterba2011-05-026-17/+17
| | * | | | btrfs: fix dereference before checkDavid Sterba2011-05-021-2/+3
| | * | | | btrfs: remove nested duplicate variable declarationsDavid Sterba2011-05-022-4/+0
| | * | | | btrfs: rename variables clashing with global function namesDavid Sterba2011-05-028-53/+53
| * | | | | Btrfs: update the delayed inode code to use the btrfs_ino helper.Chris Mason2011-05-222-6/+7
| * | | | | Merge branch 'delayed_inode' into inode_numbersChris Mason2011-05-2216-91/+2074
| |\ \ \ \ \
| | * | | | | btrfs: implement delayed inode items operationMiao Xie2011-05-2116-91/+2074
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_num...Chris Mason2011-05-2119-637/+1407
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Btrfs: Support reading/writing on disk free ino cacheLi Zefan2011-04-259-19/+236
| | * | | | Btrfs: Always use 64bit inode numberLi Zefan2011-04-2513-182/+208
| | * | | | Btrfs: Make the code for reading/writing free space cache genericLi Zefan2011-04-251-154/+204
| | * | | | Btrfs: Cache free inode numbers in memoryLi Zefan2011-04-2510-53/+500
| | * | | | Btrfs: Make free space cache code genericLi Zefan2011-04-254-223/+271
| | * | | | Btrfs: Use bitmap_set/clear()Li Zefan2011-04-251-12/+8
| | * | | | Btrfs: Remove unused btrfs_block_group_free_space()Li Zefan2011-04-252-16/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2011-05-272-25/+23
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks2011-05-271-25/+21
| * | | | | eCryptfs: Clear i_nlink in rmdirTyler Hicks2011-05-271-0/+2
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-05-271-3/+5
|\ \ \ \ \
| * | | | | block: fix oops on !disk->queue and sysfs discard alignment displayJens Axboe2011-05-261-3/+5
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-05-2728-1044/+1571
|\ \ \ \ \ \
| * | | | | | [CIFS] Fix endian error comparing authusers when cifsacl enabledSteve French2011-05-271-2/+3
| * | | | | | [CIFS] Rename three structures to avoid camel caseSteve French2011-05-2724-353/+353
| * | | | | | Fix extended security auth failureSteve French2011-05-271-11/+6
| * | | | | | CIFS: Add rwpidforward mount optionPavel Shilovsky2011-05-2710-39/+115
| * | | | | | CIFS: Migrate to shared superblock modelPavel Shilovsky2011-05-273-1/+139
| * | | | | | [CIFS] Migrate from prefixpath logicSteve French2011-05-277-148/+189
| * | | | | | CIFS: Fix memory leak in cifs_do_mountPavel Shilovsky2011-05-271-9/+10
| * | | | | | [CIFS] When mandatory encryption on share, fail mountSteve French2011-05-261-9/+22
| * | | | | | CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky2011-05-267-43/+96
| * | | | | | cifs: add cifs_async_writevJeff Layton2011-05-252-0/+254
| * | | | | | cifs: clean up wsize negotiation and allow for larger wsizeJeff Layton2011-05-251-20/+49
| * | | | | | cifs: convert cifs_writepages to use async writesJeff Layton2011-05-251-142/+99
| * | | | | | CIFS: Fix undefined behavior when mount failsPavel Shilovsky2011-05-251-27/+17
| * | | | | | cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)Jeff Layton2011-05-243-24/+35
| * | | | | | CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky2011-05-243-71/+114
| * | | | | | CIFS: Simplify connection structure search callsPavel Shilovsky2011-05-231-34/+56
| * | | | | | cifs: remove unused SMB2 config and mount optionsChristoph Hellwig2011-05-232-28/+0
| * | | | | | cifs: add ignore_pend flag to cifs_call_asyncJeff Layton2011-05-233-4/+5
| * | | | | | cifs: make cifs_send_async take a kvec arrayJeff Layton2011-05-233-10/+13
| * | | | | | cifs: consolidate SendReceive response checksJeff Layton2011-05-233-118/+45
* | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2011-05-271-21/+20
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc...Joel Becker2011-05-271-21/+20
| |\ \ \ \ \ \ \
| | * | | | | | | Ocfs2/move_extents: Validate moving goal after the adjustment.Tristan Ye2011-05-271-13/+13
| | * | | | | | | Ocfs2/move_extents: Avoid doing division in extent moving.Tristan Ye2011-05-271-10/+9