aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2013-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-01-22Merge tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-01-22f2fs: use _safe() version of list_for_eachDan Carpenter
2013-01-22f2fs: add comments of start_bidx_of_nodeJaegeuk Kim
2013-01-22f2fs: avoid issuing small bios due to several dirty node pagesJaegeuk Kim
2013-01-22f2fs: support swapfileJaegeuk Kim
2013-01-22f2fs: add remap_pages as generic_file_remap_pagesJaegeuk Kim
2013-01-22f2fs: add __init to functions in init_f2fs_fsNamjae Jeon
2013-01-17fuse: remove unused variable in fuse_try_move_page()Wei Yongjun
2013-01-17fuse: make fuse_file_fallocate() staticMiklos Szeredi
2013-01-17fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/KconfigRobert P. J. Day
2013-01-17cuse: fix uninitialized variable warningsMiklos Szeredi
2013-01-17cuse: do not register multiple devices with identical namesDavid Herrmann
2013-01-17cuse: use mutex as registration lock instead of spinlocksDavid Herrmann
2013-01-16Merge tag 'for-linus-v3.8-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-01-16xfs: recalculate leaf entry pointer after compacting a dir2 blockEric Sandeen
2013-01-16xfs: remove int casts from debug dquot soft limit timer assertsBrian Foster
2013-01-16xfs: fix the multi-segment log buffer formatMark Tinguely
2013-01-16xfs: fix segment in xfs_buf_item_format_segmentMark Tinguely
2013-01-16xfs: rename bli_format to avoid confusion with bli_formatsMark Tinguely
2013-01-16xfs: use b_maps[] for discontiguous buffersMark Tinguely
2013-01-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-01-15f2fs: fix the debugfs entry creation pathNamjae Jeon
2013-01-15f2fs: add global mutex_lock to protect f2fs_stat_listmajianpeng
2013-01-15f2fs: remove the blk_plug usage in f2fs_write_data_pagesNamjae Jeon
2013-01-14UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon
2013-01-14jbd: don't wake kjournald unnecessarilyEric Sandeen
2013-01-14vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds
2013-01-14Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-01-14f2fs: avoid redundant time update for parent directory in f2fs_delete_entryNamjae Jeon
2013-01-14f2fs: remove redundant call to set_blocksize in f2fs_fill_superNamjae Jeon
2013-01-11fs/exec.c: work around icc miscompilationXi Wang
2013-01-11debugfs: convert gid= argument from decimal, not octalDave Reisner
2013-01-11f2fs: move f2fs_balance_fs to punch_holeJaegeuk Kim
2013-01-11f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim
2013-01-10seq_file: fix new kernel-doc warningsRandy Dunlap
2013-01-10f2fs: revisit the f2fs_gc flowJaegeuk Kim
2013-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-01-07Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-01-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-01-07Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-01-06tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet
2013-01-06ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir()Guo Chao
2013-01-06ext4: release buffer in failed path in dx_probe()Guo Chao
2013-01-06ext4: fix configuration dependencies for ext4 ACLs and security labelsValerie Aurora
2013-01-05nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich
2013-01-04NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust