summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-18ext4: use truncate_pagecache() in collapse rangeLukas Czerner1-1/+1
2014-04-15ext4: remove temporary shim used to merge COLLAPSE_RANGE and ZERO_RANGETheodore Ts'o1-9/+0
2014-04-15ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabledAzat Khuzhin1-1/+1
2014-04-13ext4: always check ext4_ext_find_extent resultDmitry Monakhov1-0/+17
2014-04-13ext4: fix error handling in ext4_ext_shift_extentsDmitry Monakhov1-2/+9
2014-04-13ext4: silence sparse check warning for function ext4_trim_extentjon ernst1-0/+2
2014-04-13ext4: COLLAPSE_RANGE only works on extent-based filesTheodore Ts'o1-3/+3
2014-04-12ext4: fix byte order problems introduced by the COLLAPSE_RANGE patchesZheng Liu1-7/+9
2014-04-12ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner4-13/+7
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner3-11/+18
2014-04-12fs: prevent doing FALLOC_FL_ZERO_RANGE on append only fileLukas Czerner1-4/+2
2014-04-12ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner2-11/+1
2014-04-11ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o2-20/+13
2014-04-11ext4: return ENOMEM rather than EIO when find_###_page() failsYounger Liu1-4/+12
2014-04-11ext4: fix COLLAPSE_RANGE test failure in data journalling modeNamjae Jeon1-0/+7
2014-04-08ext4: update PF_MEMALLOC handling in ext4_write_inode()Theodore Ts'o1-12/+11
2014-04-07ext4: fix jbd2 warning under heavy xattr loadJan Kara1-4/+19
2014-04-07ext4: note the error in ext4_end_bio()Matthew Wilcox1-2/+3
2014-04-07ext4: initialize multi-block allocator before checking block descriptorsAzat Khuzhin1-24/+27
2014-04-07ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+4
2014-04-07ext4: fix 64-bit number truncation warningChen Gang1-1/+1
2014-04-04Documentation/SubmittingPatches: remove references to patch-scriptsMitchel Humpherys2-9/+0
2014-04-04Documentation/SubmittingPatches: update some dead URLsMitchel Humpherys3-6/+6
2014-04-04Documentation/filesystems/ntfs.txt: remove changelog referenceFabian Frederick1-2/+0
2014-04-04Documentation/kmemleak.txt: updatesWang YanQing1-5/+3
2014-04-04fs/reiserfs/super.c: add __init to init_inodecacheFabian Frederick1-1/+1
2014-04-04fs/reiserfs: move prototype declaration to header fileRashika Kheria2-1/+1
2014-04-04fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()Fabian Frederick2-2/+2
2014-04-04fs/hfsplus/extents.c: fix concurrent acess of alloc_blocksSougata Santra1-5/+9
2014-04-04fs/hfsplus/extents.c: remove unused variable in hfsplus_get_blockSougata Santra1-2/+0
2014-04-04nilfs2: update project's web site in nilfs2.txtRyusuke Konishi1-3/+2
2014-04-04nilfs2: update MAINTAINERS file entries fixRyusuke Konishi1-1/+1
2014-04-04nilfs2: verify metadata sizes read from diskRyusuke Konishi5-0/+54
2014-04-04nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner1-0/+45
2014-04-04nilfs2: add nilfs_sufile_trim_fs to trim clean segsAndreas Rohner2-0/+153
2014-04-04nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner3-0/+101
2014-04-04nilfs2: add nilfs_sufile_set_suinfo to update segment usageAndreas Rohner2-0/+132
2014-04-04nilfs2: add struct nilfs_suinfo_update and flagsAndreas Rohner1-0/+42
2014-04-04nilfs2: update MAINTAINERS file entriesRyusuke Konishi1-2/+2
2014-04-04fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick2-2/+2
2014-04-04BEFS: logging cleanupFabian Frederick8-204/+195
2014-04-04fs/befs/linuxvfs.c: add __init to befs_init_inodecache()Fabian Frederick1-2/+1
2014-04-04befs: replace kmalloc/memset 0 by kzallocFabian Frederick1-2/+1
2014-04-04fs/minix/inode.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-04rtc: treewide: remove excess rtc_device validationAlexander Shiyan4-8/+5
2014-04-04drivers/rtc/rtc-s3c.c: remove NO_IRQ macroPankaj Dubey1-2/+2
2014-04-04drivers/rtc/rtc-da9055.c: remove use of regmap_irq_get_virq()Adam Thomson1-1/+3
2014-04-04drivers/rtc/rtc-rv3029c2.c: fix potential race conditionGregory Hermant1-6/+6
2014-04-04rtc: add support for maxim dallas rtc ds1347Raghavendra Ganiga3-0/+179