aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: binfmt_elf: fix get_atrandom_bytes defined but not usedanarkia19762016-09-101-19/+0
* binfmt_elf: use prandom - do not deplete entropyanarkia19762016-09-101-1/+1
* fs/namei.c: fix potential memory leak in path_lookupatimoseyon2016-09-101-1/+2
* fs: Workaround the compiler's bad optimizationNikhilesh Reddy2016-09-101-1/+1
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-1016-48/+198
* writeback: Fix occasional slow sync(1)Jan Kara2016-09-011-4/+2
* writeback: fix writeback cache thrashingNamjae Jeon2016-09-011-4/+0
* writeback: fix race that cause writeback hungJunxiao Bi2016-09-011-2/+2
* binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu2016-09-011-1/+20
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-2612-31/+132
* Linux 3.10.101 (accumulative patch)Stefan Guendhoer2016-08-264-18/+102
* Linux 3.10.100 (accumulative patch)Stefan Guendhoer2016-08-267-75/+139
* Linux 3.10.99 (accumulative patch)Stefan Guendhoer2016-08-2615-31/+85
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-2612-27/+84
* Linux 3.10.97 (accumulative patch)Stefan Guendhoer2016-08-268-38/+76
* Linux 3.10.95 (accumulative patch)Stefan Guendhoer2016-08-265-7/+29
* vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman2016-08-261-2/+27
* dcache: Handle escaped paths in prepend_pathEric W. Biederman2016-08-261-0/+10
* udf: Check length of extended attributes and allocation descriptorsJan Kara2016-08-261-0/+10
* disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French2016-08-261-2/+6
* btrfs: skip waiting on ordered range for special filesJeff Mahoney2016-08-261-1/+2
* add uksm 0.1.2.3 for v3.10 .ge.46.patchLevin Calado2016-08-262-2/+9
* aio: Skip timer for io_getevents if timeout=0Fam Zheng2016-08-261-2/+6
* vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman2016-08-261-9/+0
* hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2016-08-262-8/+4
* hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung2016-08-261-9/+11
* fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn2016-08-261-6/+32
* NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust2016-08-261-2/+2
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2016-08-261-1/+1
* hpfs: update ctime and mtime on directory modificationMikulas Patocka2016-08-261-1/+24
* signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras2016-08-261-2/+3
* ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi2016-08-261-3/+7
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2016-08-261-5/+25
* freeing unlinked file indefinitely delayedAl Viro2016-08-261-0/+3
* hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches2016-08-261-4/+7
* 9p: don't leave a half-initialized inode sitting aroundAl Viro2016-08-262-4/+2
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2016-08-261-0/+2
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2016-08-261-1/+1
* fuse: initialize fc->release before calling itMiklos Szeredi2016-08-261-1/+1
* Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2016-08-261-1/+1
* xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2016-08-261-1/+1
* jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2016-08-262-10/+33
* jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov2016-08-261-1/+1
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2016-08-261-11/+5
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2016-08-261-4/+5
* ext4: be more strict when migrating to non-extent based fileEryu Guan2016-08-261-1/+11
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2016-08-261-3/+12
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2016-08-261-1/+1
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2016-08-261-0/+1
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2016-08-261-4/+19