aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-08-11Merge 4.4.81 into android-4.4Greg Kroah-Hartman
2017-08-11f2fs: sanity check checkpoint segno and blkoffJin Qian
2017-08-11ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee
2017-08-11ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara
2017-08-08ANDROID: sdcardfs: override credential for ioctl to lower fsJaegeuk Kim
2017-08-07Merge 4.4.80 into android-4.4Greg Kroah-Hartman
2017-08-06Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo
2017-08-06pstore: Use dynamic spinlock initializerKees Cook
2017-08-06pstore: Correctly initialize spinlock and flagsKees Cook
2017-08-06pstore: Allow prz to control need for lockingJoel Fernandes
2017-08-06Make file credentials available to the seqfile interfacesLinus Torvalds
2017-08-06dentry name snapshotsAl Viro
2017-08-06xfs: don't BUG() on mixed direct and mapped I/OBrian Foster
2017-08-06pstore: Make spinlock per zone instead of globalJoel Fernandes
2017-07-27Merge 4.4.79 into android-4.4Greg Kroah-Hartman
2017-07-27ceph: fix race in concurrent readdirYan, Zheng
2017-07-27udf: Fix deadlock between writeback and udf_setsize()Jan Kara
2017-07-27NFS: only invalidate dentrys that are clearly invalid.NeilBrown
2017-07-27f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim
2017-07-21Merge 4.4.78 into android-4.4Greg Kroah-Hartman
2017-07-21mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman
2017-07-21mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman
2017-07-21mnt: In umount propagation reparent in a separate passEric W. Biederman
2017-07-21exec: Limit arg stack to at most 75% of _STK_LIMKees Cook
2017-07-21binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook
2017-07-21fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala
2017-07-20ANDROID: sdcardfs: Remove unnecessary lockDaniel Rosenberg
2017-07-15Merge 4.4.77 into android-4.4Greg Kroah-Hartman
2017-07-15ext4: check return value of kstrtoull correctly in reserved_clusters_storeChao Yu
2017-07-15gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher
2017-07-15fs: completely ignore unknown open flagsChristoph Hellwig
2017-07-15fs: add a VALID_OPEN_FLAGSChristoph Hellwig
2017-07-10ANDROID: sdcardfs: use mount_nodev and fix a issue in sdcardfs_kill_sbGao Xiang
2017-07-05Merge 4.4.76 into android-4.4Greg Kroah-Hartman
2017-07-05ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi
2017-07-05coredump: Ensure proper size of sparse core filesDave Kleikamp
2017-07-05Btrfs: fix truncate down when no_holes feature is enabledLiu Bo
2017-07-05NFSv4: fix a reference leak caused WARNING messagesKinglong Mee
2017-06-29Merge 4.4.75 into android-4.4Greg Kroah-Hartman
2017-06-29CIFS: Improve readdir verbosityPavel Shilovsky
2017-06-29autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown
2017-06-29fs/exec.c: account for argv/envp pointersKees Cook
2017-06-27ANDROID: squashfs: Fix endianness issueDaniel Rosenberg
2017-06-27ANDROID: squashfs: Fix signed division issueDaniel Rosenberg
2017-06-27Merge 4.4.74 into android-4.4Greg Kroah-Hartman
2017-06-27Merge 4.4.73 into android-4.4Greg Kroah-Hartman
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2017-06-26configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger
2017-06-21BACKPORT: ext4: fix data exposure after a crashJan Kara
2017-06-20ANDROID: sdcardfs: remove dead function open_flags_to_access_mode()Greg Hackmann