summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-01-10fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon3-3/+16
2014-01-10fat: fallback to buffered write in case of fallocated region on direct IONamjae Jeon1-0/+7
2014-01-10fat: zero out seek range on _fat_get_blockNamjae Jeon1-1/+23
2014-01-10fat: add fat_fallocate operationNamjae Jeon2-0/+93
2014-01-10fat: add i_disksize to represent uninitialized sizeNamjae Jeon4-5/+12
2014-01-10ufs: sb mutex merge + mutex_destroyFabian Frederick4-36/+25
2014-01-10HFS+ resource fork lookup breaks opendir() library function. SinceSougata Santra1-59/+0
2014-01-10nilfs2: add comments for ioctlsVyacheslav Dubeyko1-1/+362
2014-01-10Signed-off-by: Wenliang Fan <fanwlexca@gmail.com>Ryusuke Konishi1-1/+6
2014-01-10fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan1-0/+3
2014-01-10fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov1-1/+2
2014-01-10autofs: fix symlinks aren't checked for expiryIan Kent2-0/+18
2014-01-10autofs: use IS_ROOT to replace root dentry checksRui Xiang1-3/+3
2014-01-10autofs: fix the return value of autofs4_fill_superRui Xiang1-5/+8
2014-01-10autofs4: translate pids to the right namespace for the daemonMiklos Szeredi1-2/+14
2014-01-10autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu3-13/+43
2014-01-10fs/ramfs: move ramfs_aops to inode.cAxel Lin4-15/+7
2014-01-10fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin1-2/+8
2014-01-10binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu1-1/+20
2014-01-10fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev1-3/+0
2014-01-10remove extra definitions of U32_MAXAlex Elder1-4/+0
2014-01-10conditionally define U32_MAXAlex Elder1-0/+2
2014-01-10logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2014-01-10fs/proc/page.c: add PageAnon check to surely detect thpNaoya Horiguchi1-3/+5
2014-01-10/proc/meminfo: provide estimated available memoryRik van Riel1-0/+37
2014-01-10fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov1-1/+2
2014-01-10fs/read_write.c:compat_readv(): remove bogus area verifyCorey Minyard1-4/+0
2014-01-10fs/compat_ioctl.c: fix an underflow issue (harmless)Dan Carpenter1-1/+2
2014-01-10posix_acl: uninliningAndrew Morton1-5/+79
2014-01-10ocfs2: update inode size after zeroing the holeJunxiao Bi1-8/+32
2014-01-10ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu2-8/+3
2014-01-10ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen1-1/+10
2014-01-10ocfs2: should call ocfs2_journal_access_di() before ocfs2_delete_entry() in o...Younger Liu1-6/+6
2014-01-10ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang1-2/+6
2014-01-10ocfs2: check existence of old dentry in ocfs2_link()Xue jiufei1-0/+13
2014-01-10ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...Tariq Saeed1-5/+17
2014-01-10ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed1-1/+2
2014-01-10ocfs2: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-10ocfs2: fix a tiny race when running dirop_fileop_racerYiwen Jiang1-2/+95
2014-01-10ocfs2: adjust minlen with discard_granularity in the FITRIM ioctlJie Liu1-0/+2
2014-01-10ocfs2: return EINVAL if the given range to discard is less than block sizeJie Liu1-7/+3
2014-01-10ocfs2: return EOPNOTSUPP if the device does not support discardJie Liu1-0/+5
2014-01-10ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu3-87/+14
2014-01-10ocfs2-use-the-new-dlm-operation-callbacks-while-requesting-new-lockspace-fixGoldwyn Rodrigues1-4/+0
2014-01-10ocfs2: use the new DLM operation callbacks while requesting new lockspaceGoldwyn Rodrigues1-24/+106
2014-01-10ocfs2: framework for version LVBGoldwyn Rodrigues1-0/+101
2014-01-10ocfs2: pass ocfs2_cluster_connection to ocfs2_this_nodeGoldwyn Rodrigues5-8/+24
2014-01-10ocfs2: shift allocation ocfs2_live_connection to user_connect()Goldwyn Rodrigues1-19/+18
2014-01-10ocfs2: add DLM recovery callbacksGoldwyn Rodrigues1-0/+38
2014-01-10ocfs2: add clustername to cluster connectionGoldwyn Rodrigues5-7/+24