summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-03-06quota: Store maximum space limit in bytesJan Kara4-23/+13
2015-03-06x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-2/+3
2015-03-06Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana1-9/+73
2015-03-06btrfs: fix leak of path in btrfs_find_itemDavid Sterba3-15/+22
2015-03-06btrfs: set proper message level for skinny metadataDavid Sterba1-1/+1
2015-03-06jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-03-06xfs: Fix quota type in quota structures when reusing quota fileJan Kara1-0/+5
2015-03-06udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+9
2015-03-06udf: Remove repeated loads blocksizeJan Kara1-11/+8
2015-03-06NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-03-06NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust3-9/+36
2015-03-06SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust1-4/+9
2015-03-06nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao1-21/+20
2015-03-06NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust1-1/+1
2015-03-06nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-03-06proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov1-5/+9
2015-03-06xfs: only trace buffer items if they existDave Chinner1-2/+3
2015-03-06xfs: set superblock buffer type correctlyDave Chinner1-0/+1
2015-03-06xfs: set buf types when converting extent formatsDave Chinner2-1/+7
2015-03-06xfs: inode unlink does not set AGI buffer typeDave Chinner1-0/+2
2015-03-06xfs: ensure buffer types are set correctlyDave Chinner1-0/+4
2015-03-06ext4: ignore journal checksum on remount; don't failEric Sandeen1-3/+2
2015-02-08Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-0/+7
2015-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2015-02-05nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2015-02-04Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu1-0/+1
2015-02-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-4/+10
2015-02-03aio: annotate aio_read_event_ring for sleep patternsDave Chinner1-0/+7
2015-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+2
2015-01-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-192/+272
2015-01-29Merge tag 'nfs-for-3.19-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-5/+10
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara6-191/+271
2015-01-28udf: Release preallocation on last writeable closeJan Kara1-1/+1
2015-01-27btrfs: fix raid56 scrub failed in xfstests btrfs/072Gui Hecheng1-0/+2
2015-01-26cifs: fix MUST SecurityFlags filteringNiklas Cassel1-2/+4
2015-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+5
2015-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-6/+17
2015-01-21NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker2-4/+3
2015-01-21NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-01-21nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-20btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo1-0/+10
2015-01-20btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo1-1/+1
2015-01-19Complete oplock break jobs before closing file handleSachin Prabhu1-1/+5
2015-01-19cifs: use memzero_explicit to clear stack bufferGiel van Schijndel1-1/+1
2015-01-19btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi1-1/+1
2015-01-19Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana2-1/+2
2015-01-19Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh1-1/+1
2015-01-19btrfs: sync ioctl, handle errors after transaction startDavid Sterba1-2/+2
2015-01-18fix deadlock in cifs_ioctl_clone()Al Viro1-16/+5
2015-01-17Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+8