summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-10-10ocfs2: don't fire quorum before connection establishedJunxiao Bi
2014-10-10fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open()Rob Jones
2014-10-10fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open()Rob Jones
2014-10-10fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open()Rob Jones
2014-10-10ocfs2: remove unused code in dlm_new_lockres()Xue jiufei
2014-10-10ocfs2/dlm: call dlm_lockres_put without resource spinlockalex chen
2014-10-10ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi
2014-10-10ocfs2: fix shift left operations overflowJoseph Qi
2014-10-10ocfs2/dlm: refactor error handling in dlm_alloc_ctxtJoseph Qi
2014-10-10fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release()Andrew Morton
2014-10-10ntfs: remove bogus spaceAndrea Gelmini
2014-10-10ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov
2014-10-10fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud
2014-10-10fsnotify: don't put user context if it was never assignedSasha Levin
2014-10-10fs/notify/group.c: make fsnotify_final_destroy_group() staticAndrew Morton
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-08Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07f2fs: support volatile operations for transient dataJaegeuk Kim
2014-10-07f2fs: support atomic writesJaegeuk Kim
2014-10-06f2fs: remove unused return valueJaegeuk Kim
2014-10-03Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-10-02ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen
2014-10-02CIFS: Fix readpages retrying on reconnectsPavel Shilovsky
2014-10-02Fix problem recognizing symlinksSteve French
2014-10-01nfsd: eliminate "to_delegation" defineJeff Layton
2014-09-30f2fs: clean up f2fs_ioctl functionsJaegeuk Kim
2014-09-30f2fs: potential shift wrapping buf in f2fs_trim_fs()Dan Carpenter
2014-09-30f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim
2014-09-30f2fs: check the use of macros on block counts and addressesJaegeuk Kim
2014-09-30f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim
2014-09-30f2fs: introduce FITRIM in f2fs_ioctlJaegeuk Kim
2014-09-30f2fs: introduce cp_control structureJaegeuk Kim
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust
2014-09-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields
2014-09-29NFSD: Implement SEEKAnna Schumaker
2014-09-29NFSD: Add generic v4.2 infrastructureAnna Schumaker
2014-09-28NFSv4: fix open/lock state recovery error handlingTrond Myklebust
2014-09-28NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust
2014-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-09-27vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov
2014-09-27fold swapping ->d_name.hash into switch_names()Linus Torvalds
2014-09-27fold unlocking the children into dentry_unlock_parents_for_move()Al Viro
2014-09-27kill __d_materialise_dentry()Al Viro
2014-09-27__d_materialise_dentry(): flip the order of argumentsAl Viro
2014-09-27__d_move(): fold manipulations with ->d_child/->d_subdirsAl Viro
2014-09-27don't open-code d_rehash() in d_materialise_unique()Al Viro