summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2013-01-162-2/+4
|\
| * UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon2013-01-141-1/+2
| * jbd: don't wake kjournald unnecessarilyEric Sandeen2013-01-141-1/+2
* | vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds2013-01-141-0/+1
* | Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-141-1/+1
|\ \ | |/ |/|
| * debugfs: convert gid= argument from decimal, not octalDave Reisner2013-01-111-1/+1
* | fs/exec.c: work around icc miscompilationXi Wang2013-01-111-1/+2
* | seq_file: fix new kernel-doc warningsRandy Dunlap2013-01-101-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-081-1/+3
|\
| * tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet2013-01-061-1/+3
* | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-01-076-70/+90
|\ \
| * | CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky2013-01-014-2/+57
| * | CIFS: Fix write after setting a read lock for read oplock filesPavel Shilovsky2013-01-011-28/+20
| * | Revert "CIFS: Fix write after setting a read lock for read oplock files"Pavel Shilovsky2013-01-013-65/+31
| * | cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton2012-12-301-0/+7
| * | cifs: move check for NULL socket into smb_send_rqstJeff Layton2012-12-301-3/+3
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-01-072-2/+3
|\ \
| * | ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir()Guo Chao2013-01-061-1/+0
| * | ext4: release buffer in failed path in dx_probe()Guo Chao2013-01-061-1/+1
| * | ext4: fix configuration dependencies for ext4 ACLs and security labelsValerie Aurora2013-01-061-0/+2
* | | Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-01-077-22/+38
|\ \ \
| * | | nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich2013-01-051-1/+1
| * | | NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2013-01-042-6/+14
| * | | nfs: fix null checking in nfs_get_option_str()Xi Wang2013-01-041-1/+1
| * | | pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian2013-01-041-1/+1
| * | | NFS: Fix access to suid/sgid executablesWeston Andros Adamson2013-01-032-13/+21
| |/ /
* | | Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-033-14/+11
|\ \ \
| * | | misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
| * | | pstore: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-13/+10
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...Linus Torvalds2013-01-0314-137/+107
|\ \ \
| * | | f2fs: unify string length declarations and usageLeon Romanovsky2012-12-285-15/+18
| * | | f2fs: clean up unused variables and return valuesJaegeuk Kim2012-12-283-17/+5
| * | | f2fs: clean up the start_bidx_of_node functionJaegeuk Kim2012-12-281-14/+8
| * | | f2fs: remove unneeded variable from f2fs_sync_fsNamjae Jeon2012-12-281-2/+1
| * | | f2fs: fix fsync_inode list addition logic and avoid invalid access to memoryNamjae Jeon2012-12-281-3/+4
| * | | f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_infoNamjae Jeon2012-12-281-1/+0
| * | | f2fs: handle error from f2fs_iget_nowaitNamjae Jeon2012-12-281-0/+3
| * | | f2fs: fix equation of has_not_enough_free_secs()Jaegeuk Kim2012-12-282-35/+16
| * | | f2fs: return a default value for non-void functionJaegeuk Kim2012-12-282-5/+4
| * | | f2fs: invalidate the node page if allocation is failedJaegeuk Kim2012-12-281-17/+12
| * | | f2fs: add missing #include <linux/prefetch.h>Geert Uytterhoeven2012-12-282-0/+2
| * | | f2fs: do f2fs_balance_fs in front of dir operationsJaegeuk Kim2012-12-261-14/+14
| * | | f2fs: should recover orphan and fsync dataJaegeuk Kim2012-12-261-4/+2
| * | | f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2012-12-264-5/+10
| * | | f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon2012-12-262-2/+6
| * | | f2fs: fix wrong calculation on f_files in statfsJaegeuk Kim2012-12-261-2/+2
| * | | f2fs: remove set_page_dirty for atomic f2fs_end_io_writeJaegeuk Kim2012-12-261-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2013-01-032-15/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | GFS2: Reset rd_last_alloc when it reaches the end of the rgrpBob Peterson2013-01-021-0/+3
| * | | GFS2: Stop looking for free blocks at end of rgrpBob Peterson2013-01-021-3/+7