summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-025-10/+52
|\
| * Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman2013-06-253-21/+40
| |\
| * \ Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-1867-572/+1095
| |\ \
| * | | sysfs_notify is only possible on file attributesNick Dyer2013-06-081-4/+6
| * | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-3/+2Star
| * | | debugfs: write_file_bool() - ensure strtobool() operates on valid dataMathias Krause2013-06-031-0/+1
| * | | debugfs: add get/set for atomic typesSeth Jennings2013-06-031-0/+42
| * | | Merge 3.10-rc3 into driver-core-nextGreg Kroah-Hartman2013-05-2755-446/+541
| |\ \ \
| * | | | sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.Rami Rosen2013-05-171-2/+0Star
| * | | | sysfs: sysfs_link_sibling(): fix typo in commentWarner Wang2013-05-171-1/+1
* | | | | Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-0213-736/+755
|\ \ \ \ \
| * | | | | FS-Cache: Don't use spin_is_locked() in assertionsDavid Howells2013-06-191-3/+2Star
| * | | | | FS-Cache: The retrieval remaining-pages counter needs to be atomic_tDavid Howells2013-06-191-5/+5
| * | | | | cachefiles: remove unused macro list_to_page()Haicheng Li2013-06-191-2/+0Star
| * | | | | FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-1911-241/+191Star
| * | | | | FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-199-542/+574
| * | | | | FS-Cache: Wrap checks on object stateDavid Howells2013-06-195-12/+12
| * | | | | FS-Cache: Uninline fscache_object_init()David Howells2013-06-191-2/+38
| * | | | | FS-Cache: Don't sleep in page release if __GFP_FS is not setDavid Howells2013-06-191-1/+1
| * | | | | CacheFiles: name i_mutex lock class explicitlyJ. Bruce Fields2013-06-191-1/+1
| * | | | | fs/fscache: remove spin_lock() from the condition in while()Sebastian Andrzej Siewior2013-06-191-6/+10
* | | | | | Merge tag 'dlm-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2013-07-024-50/+149
|\ \ \ \ \ \
| * | | | | | dlm: Avoid LVB truncationBart Van Assche2013-06-261-4/+4
| * | | | | | dlm: log an error for unmanaged lockspacesDavid Teigland2013-06-251-1/+8
| * | | | | | dlm: config: using strlcpy instead of strncpyZhao Hongjiang2013-06-251-2/+3
| * | | | | | dlm: remove duplicated include from lowcomms.cWei Yongjun2013-06-191-1/+0Star
| * | | | | | dlm: disable nagle for SCTPMike Christie2013-06-141-0/+6
| * | | | | | dlm: retry failed SCTP sendsMike Christie2013-06-141-29/+75
| * | | | | | dlm: try other IPs when sctp init assoc failsMike Christie2013-06-141-11/+50
| * | | | | | dlm: clear correct bit during sctp init failure handlingMike Christie2013-06-141-1/+1
| * | | | | | dlm: set sctp assoc id during setupMike Christie2013-06-141-0/+1
| * | | | | | dlm: clear correct init bit during sctp setupMike Christie2013-06-141-1/+1
* | | | | | | Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2013-07-0218-447/+741
|\ \ \ \ \ \ \
| * | | | | | | f2fs: fix to recover i_size from roll-forwardJaegeuk Kim2013-07-021-1/+22
| * | | | | | | f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()Gu Zheng2013-07-021-3/+2Star
| * | | | | | | f2fs: remove reusing any prefree segmentsJaegeuk Kim2013-07-021-55/+1Star
| * | | | | | | f2fs: code cleanup and simplify in func {find/add}_gc_inodeGu Zheng2013-07-021-12/+5Star
| * | | | | | | f2fs: optimize the init_dirty_segmap functionNamjae Jeon2013-07-021-4/+4
| * | | | | | | f2fs: fix an endian conversion bug detected by sparseJaegeuk Kim2013-07-021-2/+2
| * | | | | | | f2fs: fix crc endian conversionJaegeuk Kim2013-07-022-10/+21
| * | | | | | | f2fs: add remount_fs callback supportNamjae Jeon2013-06-171-82/+153
| * | | | | | | f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim2013-06-146-9/+45
| * | | | | | | f2fs: optimize do_write_data_page()Haicheng Li2013-06-141-2/+3
| * | | | | | | f2fs: make locate_dirty_segment() as staticHaicheng Li2013-06-142-2/+1Star
| * | | | | | | f2fs: remove unnecessary parameter "offset" from __add_sum_entry()Haicheng Li2013-06-141-5/+5
| * | | | | | | f2fs: avoid freqeunt write_inode callsJaegeuk Kim2013-06-144-0/+18
| * | | | | | | f2fs: optimise the truncate_data_blocks_range() rangeNamjae Jeon2013-06-141-1/+1
| * | | | | | | f2fs: use the F2FS specific flags in f2fs_ioctl()Namjae Jeon2013-06-141-2/+2
| * | | | | | | f2fs: sync dir->i_size with its block allocationJaegeuk Kim2013-06-123-5/+7
| * | | | | | | f2fs: fix i_blocks translation on various types of filesJaegeuk Kim2013-06-113-1/+5