summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-05-18btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy
2016-05-18Btrfs: don't use src fd for printkJosef Bacik
2016-05-18btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba
2016-05-18btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh
2016-05-18Btrfs: fix invalid reference in replace_pathLiu Bo
2016-05-18btrfs: do not write corrupted metadata blocks to diskAlex Lyakas
2016-05-18btrfs: csum_tree_block: return proper errno valueAlex Lyakas
2016-05-18Btrfs: do not collect ordered extents when logging that inode existsFilipe Manana
2016-05-18Btrfs: fix race when checking if we can skip fsync'ing an inodeFilipe Manana
2016-05-18Btrfs: fix deadlock between direct IO reads and buffered writesFilipe Manana
2016-05-18Btrfs: fix extent_same allowing destination offset beyond i_sizeFilipe Manana
2016-05-18Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana
2016-05-18Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana
2016-05-18btrfs: change max_inline default to 2048David Sterba
2016-05-18btrfs: remove error message from search ioctl for nonexistent treeDavid Sterba
2016-05-18Btrfs: fix truncate_space_checkJosef Bacik
2016-05-18btrfs: reada: Fix in-segment calculation for readaZhao Lei
2016-05-18get_rock_ridge_filename(): handle malformed NM entriesAl Viro
2016-05-18atomic_open(): fix the handling of create_errorAl Viro
2016-05-18vfs: rename: check backing inode being equalMiklos Szeredi
2016-05-18vfs: add vfs_select_inode() helperMiklos Szeredi
2016-05-18ocfs2: fix posix_acl_create deadlockJunxiao Bi
2016-05-18ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi
2016-05-11proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-05-11propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman
2016-05-04btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina
2016-05-04btrfs: fix memory leak of fs_info in block group cacheKinglong Mee
2016-05-04f2fs crypto: make sure the encryption info is initialized on opendir(2)Chao Yu
2016-05-04f2fs crypto: handle unexpected lack of encryption keysChao Yu
2016-05-04f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim
2016-05-04f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim
2016-05-04ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim
2016-05-04f2fs: cover large section in sanity check of superJaegeuk Kim
2016-05-04f2fs: slightly reorganize read_raw_super_blockShawn Lin
2016-05-04f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim
2016-05-04ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-05-04numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer
2016-05-04debugfs: Make automount point inodes permanently emptySeth Forshee
2016-04-20Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o
2016-04-20btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana
2016-04-20ext4: use file_dentry()Miklos Szeredi
2016-04-20ext4: use dget_parent() in ext4_file_open()Miklos Szeredi
2016-04-20ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o
2016-04-20nfs: use file_dentry()Miklos Szeredi
2016-04-20fs: add file_dentry()Miklos Szeredi
2016-04-12ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi
2016-04-12ocfs2/dlm: fix race between convert and recoveryJoseph Qi
2016-04-12ocfs2: o2hb: fix double free bugJunxiao Bi