aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-10Merge branch 'linux-3.14.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...lsk-v3.14-15.06Kevin Hilman
2015-06-06fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-06-06vfs: read file_handle only once in handle_to_pathSasha Levin
2015-06-06jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong
2015-06-06ext4: check for zero length extent explicitlyEryu Guan
2015-06-06ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-06-06d_walk() might skip too muchAl Viro
2015-06-06fs, omfs: add NULL terminator in the end up the token listSasha Levin
2015-05-26Merge branch 'linux-3.14.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...Shannon Zhao
2015-05-17deal with deadlock in d_walk()Al Viro
2015-05-17mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman
2015-05-17nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi
2015-05-17ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi
2015-05-13ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2015-05-06Merge branch 'linux-3.14.y' of git://git.kernel.org/pub/scm/linux/kernel/git/...Kevin Hilman
2015-05-06fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn
2015-05-06RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro
2015-05-06ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner
2015-05-06fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson
2015-05-06NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble
2015-05-06Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana
2015-05-06Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana
2015-05-06btrfs: don't accept bare namespace as a valid xattrDavid Sterba
2015-05-06Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana
2015-04-29proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov
2015-04-29mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2015-04-20Merge branch 'linux-linaro-lsk-v3.14' of git://git.linaro.org/kernel/linux-li...Alex Shi
2015-04-20 Merge tag 'v3.14.39' into linux-linaro-lsk-v3.14Alex Shi
2015-04-20Merge branch 'v3.14/topic/overlayfs' into linux-linaro-lsk-v3.14Alex Shi
2015-04-20fuse: add renameat2 supportMiklos Szeredi
2015-04-20fuse: trust kernel i_ctime onlyMaxim Patlasov
2015-04-20fuse: Trust kernel i_mtime onlyMaxim Patlasov
2015-04-20fuse: Trust kernel i_size onlyPavel Emelyanov
2015-04-20fuse: Prepare to handle short readsPavel Emelyanov
2015-04-20fuse: Linking file to inode helperPavel Emelyanov
2015-04-20fuse: Connection bit for enabling writebackPavel Emelyanov
2015-04-19ioctx_alloc(): fix vma (and file) leak on failureAl Viro
2015-04-19ocfs2: _really_ sync the right rangeAl Viro
2015-04-19cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp
2015-04-19cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu
2015-04-19btrfs: simplify insert_orphan_itemDavid Sterba
2015-04-18Merge remote-tracking branch 'origin/v3.14/topic/overlayfs' into linux-linaro...Alex Shi
2015-04-17ovl: upper fs should not be R/Ohujianyang
2015-04-17ovl: check lowerdir amount for non-upper mounthujianyang
2015-04-17ovl: print error message for invalid mount optionshujianyang
2015-04-17ovl: discard independent cursor in readdir()hujianyang
2015-04-17ovl: Prevent rw remount when it should be ro mountSeunghun Lee
2015-04-17ovl: Fix opaque regression in ovl_lookuphujianyang
2015-04-17ovl: Fix kernel panic while mounting overlayfshujianyang