aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* Merge branch 'wip-nested-locking' into tegra-nested-lockingwip-nested-lockingJonathan Herman2013-04-19
|\
| * Merge 'Linux v3.0' into LitmusAndrea Bastoni2011-08-27
| |\
| * \ Merge commit 'v2.6.36' into wip-merge-2.6.36Andrea Bastoni2010-10-23
| |\ \
| * \ \ Merge branch 'master' into wip-merge-2.6.34Andrea Bastoni2010-05-29
| |\ \ \
| | * | | [ported from 2008.3] Add File Descriptor Attached Shared Objects (FDSO) infra...Andrea Bastoni2010-05-29
* | | | | Added missing tegra files.HEADmasterJonathan Herman2013-01-22
* | | | | Patched in Tegra support.Jonathan Herman2013-01-17
* | | | | vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds2013-01-14
* | | | | Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-14
|\ \ \ \ \
| * | | | | debugfs: convert gid= argument from decimal, not octalDave Reisner2013-01-11
* | | | | | fs/exec.c: work around icc miscompilationXi Wang2013-01-11
* | | | | | seq_file: fix new kernel-doc warningsRandy Dunlap2013-01-10
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-08
|\ \ \ \ \
| * | | | | tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet2013-01-06
* | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-01-07
|\ \ \ \ \ \
| * | | | | | CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky2013-01-02
| * | | | | | CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2013-01-02
| * | | | | | Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky2013-01-01
| * | | | | | cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton2012-12-30
| * | | | | | cifs: move check for NULL socket into smb_send_rqstJeff Layton2012-12-30
| |/ / / / /
* | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-01-07
|\ \ \ \ \ \
| * | | | | | ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir()Guo Chao2013-01-06
| * | | | | | ext4: release buffer in failed path in dx_probe()Guo Chao2013-01-06
| * | | | | | ext4: fix configuration dependencies for ext4 ACLs and security labelsValerie Aurora2013-01-06
* | | | | | | Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-01-07
|\ \ \ \ \ \ \
| * | | | | | | nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich2013-01-05
| * | | | | | | NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2013-01-04
| * | | | | | | nfs: fix null checking in nfs_get_option_str()Xi Wang2013-01-04
| * | | | | | | pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian2013-01-04
| * | | | | | | NFS: Fix access to suid/sgid executablesWeston Andros Adamson2013-01-03
| |/ / / / / /
* | | | | | | Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-03
|\ \ \ \ \ \ \
| * | | | | | | misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
| * | | | | | | pstore: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...Linus Torvalds2013-01-03
|\ \ \ \ \ \ \
| * | | | | | | f2fs: unify string length declarations and usageLeon Romanovsky2012-12-27
| * | | | | | | f2fs: clean up unused variables and return valuesJaegeuk Kim2012-12-27
| * | | | | | | f2fs: clean up the start_bidx_of_node functionJaegeuk Kim2012-12-27
| * | | | | | | f2fs: remove unneeded variable from f2fs_sync_fsNamjae Jeon2012-12-27
| * | | | | | | f2fs: fix fsync_inode list addition logic and avoid invalid access to memoryNamjae Jeon2012-12-27
| * | | | | | | f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_infoNamjae Jeon2012-12-27
| * | | | | | | f2fs: handle error from f2fs_iget_nowaitNamjae Jeon2012-12-27
| * | | | | | | f2fs: fix equation of has_not_enough_free_secs()Jaegeuk Kim2012-12-27
| * | | | | | | f2fs: return a default value for non-void functionJaegeuk Kim2012-12-27
| * | | | | | | f2fs: invalidate the node page if allocation is failedJaegeuk Kim2012-12-27
| * | | | | | | f2fs: add missing #include <linux/prefetch.h>Geert Uytterhoeven2012-12-27
| * | | | | | | f2fs: do f2fs_balance_fs in front of dir operationsJaegeuk Kim2012-12-25
| * | | | | | | f2fs: should recover orphan and fsync dataJaegeuk Kim2012-12-25
| * | | | | | | f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2012-12-25
| * | | | | | | f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon2012-12-25
| * | | | | | | f2fs: fix wrong calculation on f_files in statfsJaegeuk Kim2012-12-25