summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove abs64()Andrew Morton2015-10-021-1/+1
* Merge branch 'akpm-current/current'Stephen Rothwell2015-10-0250-1045/+1277
|\
| * fs, seqfile: always allow oom killerGreg Thelen2015-10-011-3/+8
| * fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko2015-10-011-8/+7
| * seq_file: reuse string_escape_str()Andy Shevchenko2015-10-011-19/+6
| * fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2015-10-014-30/+87
| * fat: skip cluster allocation on fallocated regionNamjae Jeon2015-10-011-2/+8
| * fat: add fat_fallocate operationNamjae Jeon2015-10-013-2/+94
| * nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi2015-10-012-17/+75
| * nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi2015-10-011-0/+50
| * nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi2015-10-011-19/+9
| * nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi2015-10-011-27/+21
| * nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi2015-10-011-44/+40
| * nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi2015-10-011-8/+12
| * nilfs2: drop null test before destroy functionsJulia Lawall2015-10-011-8/+4
| * fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton2015-10-011-1/+1
| * fs/proc: don't expose absolute kernel addresses via wchanIngo Molnar2015-10-012-10/+3
| * fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-10-011-5/+5
| * mm-fs-obey-gfp_mapping-for-add_to_page_cache-fixAndrew Morton2015-10-011-4/+4
| * mm-introduce-vm_lockonfault-v9Eric B Munson2015-10-011-1/+0
| * mm: introduce VM_LOCKONFAULTEric B Munson2015-10-011-0/+1
| * mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-10-013-3/+3
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-10-019-21/+21
| * mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura2015-10-012-2/+12
| * mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2015-10-011-0/+1
| * mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smapsNaoya Horiguchi2015-10-011-0/+38
| * 9p: do not overwrite return code when locking failsDominique Martinet2015-10-011-1/+2
| * ocfs2: extend enough credits for freeing one truncate record while replaying ...Xue jiufei2015-10-011-11/+8
| * ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Xue jiufei2015-10-011-28/+54
| * ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2015-10-012-1/+13
| * ocfs2-dlm-fix-race-between-convert-and-recovery-v3Joseph Qi2015-10-015-5/+27
| * ocfs2-dlm-fix-race-between-convert-and-recovery-v2Joseph Qi2015-10-014-8/+3
| * ocfs2/dlm: fix race between convert and recoveryJoseph Qi2015-10-011-9/+1
| * ocfs2: code clean up for direct ioRyan Ding2015-10-012-144/+10
| * ocfs2: fix sparse file & data ordering issue in direct ioRyan Ding2015-10-011-511/+342
| * ocfs2: record UNWRITTEN extents when populate write descRyan Ding2015-10-014-5/+106
| * ocfs2: return the physical address in ocfs2_write_clusterRyan Ding2015-10-011-15/+13
| * ocfs2: do not change i_size in write_end for direct ioRyan Ding2015-10-011-33/+46
| * ocfs2: test target page before change itRyan Ding2015-10-011-6/+26
| * ocfs2: use c_new to indicate newly allocated extentsRyan Ding2015-10-011-10/+12
| * ocfs2: add ocfs2_write_type_t type to identify the caller of writeRyan Ding2015-10-013-13/+22
| * ocfs2: only take lock if dio entry when recover orphansJoseph Qi2015-10-012-39/+49
| * ocfs2: do not include dio entry in case of orphan scanJoseph Qi2015-10-013-5/+15
| * ocfs2: improve performance for localallocJoseph Qi2015-10-011-1/+4
| * ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen2015-10-011-0/+1
| * ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu2015-10-011-0/+1
| * fs/ext4/fsync.c: generic_file_fsync call based on barrier flagFabian Frederick2015-10-011-1/+4
| * inotify-actually-check-for-invalid-bits-in-sys_inotify_add_watch-v2Dave Hansen2015-10-011-2/+11
| * inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen2015-10-011-0/+3
| * inotify: hide internal kernel bits from fdinfoDave Hansen2015-10-011-1/+8