summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-242-2/+3
* mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen2015-06-241-1/+0
* procfs: treat parked tasks as sleeping for task stateChris Metcalf2015-06-241-0/+8
* ocfs2: mark local functions as staticJoseph Qi2015-06-242-6/+6
* ocfs2: use swap() in ocfs2_double_lock()Fabian Frederick2015-06-241-9/+2
* ocfs2: use swap() in swap_refcount_rec()Fabian Frederick2015-06-241-4/+2
* ocfs2: use swap() in dx_leaf_sort_swap()Fabian Frederick2015-06-241-4/+1
* ocfs2: fix wrong check in ocfs2_direct_IO_get_blocksJoseph Qi2015-06-242-3/+15
* ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger()Xue jiufei2015-06-241-3/+1
* ocfs2: o2net: should remove debugfs in o2net_init() out branchalex chen2015-06-241-1/+1
* ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang2015-06-243-37/+4
* ocfs2: do not BUG if jbd2_journal_dirty_metadata failsJoseph Qi2015-06-241-1/+14
* ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left()Xue jiufei2015-06-241-1/+2
* ocfs2: return error when ocfs2_figure_merge_contig_type() failsXue jiufei2015-06-241-10/+24
* ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_setJoseph Qi2015-06-241-1/+0
* ocfs2: use retval instead of status for checking errorDaeseok Youn2015-06-241-10/+10
* ocfs2: fix a tiny race when truncate dio orohaned entryJoseph Qi2015-06-244-46/+39
* ocfs2: remove __mlog_cpu_guessAndrew Morton2015-06-241-16/+3
* ocfs2: reduce object size of mlog usesJoe Perches2015-06-242-30/+59
* configfs: unexport/make static config_item_init()Fabian Frederick2015-06-241-2/+1
* NTFS: use kvfree() in ntfs_free()Pekka Enberg2015-06-241-6/+1
* Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds2015-06-232-28/+6
|\
| * Merge tag 'v4.1-rc4' into MTD's -nextBrian Norris2015-05-1845-441/+734
| |\
| * | jffs2: fix unbalanced lockingBrian Norris2015-05-072-28/+6
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-8/+8
|\ \ \
| * | | seqcount: Rename write_seqcount_barrier()Peter Zijlstra2015-06-191-8/+8
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-221-3/+3
|\ \ \
| * | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-3/+3
* | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-2268-1376/+1065
|\ \ \ \
| * | | | turn user_{path_at,path,lpath,path_dir}() into static inlinesAl Viro2015-05-151-7/+1
| * | | | namei: move saved_nd pointer into struct nameidataAl Viro2015-05-151-22/+24
| * | | | inline user_path_create()Al Viro2015-05-151-1/+1
| * | | | inline user_path_parent()Al Viro2015-05-151-1/+1
| * | | | namei: trim do_last() argumentsAl Viro2015-05-151-6/+6
| * | | | namei: stash dfd and name into nameidataAl Viro2015-05-151-50/+46
| * | | | namei: fold path_cleanup() into terminate_walk()Al Viro2015-05-151-12/+4
| * | | | namei: saner calling conventions for filename_parentat()Al Viro2015-05-151-38/+22
| * | | | namei: saner calling conventions for filename_create()Al Viro2015-05-151-16/+10
| * | | | namei: shift nameidata down into filename_parentat()Al Viro2015-05-151-41/+43
| * | | | namei: make filename_lookup() reject ERR_PTR() passed as nameAl Viro2015-05-151-20/+10
| * | | | namei: shift nameidata inside filename_lookup()Al Viro2015-05-151-16/+14
| * | | | namei: move putname() call into filename_lookup()Al Viro2015-05-151-23/+15
| * | | | namei: pass the struct path to store the result down into path_lookupat()Al Viro2015-05-151-38/+34
| * | | | namei: uninline set_root{,_rcu}()Al Viro2015-05-151-2/+2
| * | | | namei: be careful with mountpoint crossings in follow_dotdot_rcu()Al Viro2015-05-151-30/+21
| * | | | get rid of assorted nameidata-related debrisAl Viro2015-05-154-7/+4
| * | | | namei: unlazy_walk() doesn't need to mess with current->fs anymoreAl Viro2015-05-151-7/+4
| * | | | namei: handle absolute symlinks without dropping out of RCU modeAl Viro2015-05-151-11/+20
| * | | | enable passing fast relative symlinks without dropping out of RCU modeAl Viro2015-05-151-5/+8
| * | | | VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown2015-05-152-12/+30
OpenPOWER on IntegriCloud